Skip to content

Commit

Permalink
More finetune aival website (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Nov 29, 2024
2 parents 0448c6d + d35c426 commit 751b130
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 9 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: v5.0.0
hooks:
- id: check-added-large-files
exclude: ^.*\.svg$
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
Expand Down
Binary file removed docs/assets/ai-act-help-screenshot.png
Binary file not shown.
149 changes: 149 additions & 0 deletions docs/assets/beslishulp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
315 changes: 315 additions & 0 deletions docs/assets/projectpagina.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ img.round {
align-items: flex-end;
position: absolute;
position: top: 10px; /* Adjust as needed */
right: 20%; /* Adjust as needed */;
right: 10%; /* Adjust as needed */;
}

/* This part is to remake the search bar which is an extension of mkdocs*/
Expand All @@ -41,11 +41,6 @@ img.round {

}

.md-search__options {
width: 0;
padding: 0;
}

.md-search__suggest {
width: 0;
padding: 0;
Expand Down
10 changes: 9 additions & 1 deletion overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.ai-val-amt-screenshot {
max-width: 60%;
max-width: 80%;
margin: auto;
}

Expand Down Expand Up @@ -243,4 +243,12 @@
margin: 0 auto;
}

.md-search__input{
color: #000000 !important;
}

.md-search__icon{
color: #000000 !important;
}

/* cSpell: enable */
2 changes: 1 addition & 1 deletion overrides/partials/parallax/ai-act_decision_tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="ai-val-h2" id="ai-act-decision-tree">
<div class="mdx-content__column">
<div class="mdx-ai-val md-typeset" hidden>
<span>
<img src="./assets/ai-act-help-screenshot.png" alt="Screenshot of AI Act Decision Tree" sizes="(max-width: 120px) 120px,
<img src="./assets/beslishulp.svg" alt="Screenshot of AI Act Decision Tree" sizes="(max-width: 120px) 120px,
(max-width: 193px) 193px,
278px">
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="ai-val-h2" id="algorithm-management-toolkit">
</p>
<div class="ai-val-amt-screenshot">
<span>
<img src="./assets/amt_screenshot.png" alt="Screenshot of AMT">
<img src="./assets/projectpagina.svg" alt="Screenshot of AMT">
</span>
</div>
</div>
Expand Down

0 comments on commit 751b130

Please sign in to comment.