Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cta and update images #501

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Binary file removed docs/afbeeldingen/onderwerpen.jpeg
Binary file not shown.
Binary file added docs/afbeeldingen/onderwerpen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/afbeeldingen/wetten-en-regels.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ hide:
</div>
</div>

<a href="overhetalgoritmekader/over-het-algoritmekader/" class="button md-button--secondary"> Over het algoritmekader </a>

<div class="float-container">

<div class="float-child styled-list">
<img src="afbeeldingen//onderwerpen.jpeg" alt="Afbeelding 3" class="block-image">
<img src="afbeeldingen/onderwerpen.jpg" alt="Afbeelding 3" class="block-image">
<div class="float-box">
<h3><b>Onderwerpen</b></h3>
<ul>
Expand All @@ -38,7 +40,7 @@ hide:
<h3><b>Waar beginnen?</b></h3>
<ul>
<li><a href="overhetalgoritmekader/soorten-algoritmes/">Wat is een algoritme?</a></li>
<li><a href="rollen/'>Rollen</a></li>
<li><a href="rollen/">Rollen</a></li>
<li><a href="levenscyclus/">Levenscyclus van algoritmes</a></li>
<li><a href="onderwerpen/governance/">Governance van algoritmes binnen je organisatie</a></li>
</ul>
Expand All @@ -47,7 +49,7 @@ hide:
</div>

<div class="float-child styled-list">
<img src="afbeeldingen/monitoring.jpg" alt="Afbeelding 4" class="block-image">
<img src="afbeeldingen/eu.jpeg" alt="Vlaggen europese unie" class="block-image">
<div class="float-box">
<h3><b>Eerste deadline: 2 februari 2025</b></h3>
<ul>
Expand All @@ -59,7 +61,7 @@ hide:
</div>

<div class="float-child styled-list">
<img src="afbeeldingen/wettenregels.jpeg" alt="Afbeelding 1" class="block-image">
<img src="afbeeldingen/wetten-en-regels.jpg" alt="Vrouwe Justitia" class="block-image">
<div class="float-box">
<h3><b>Voldoen aan wetten en regels</b></h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/overhetalgoritmekader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hide:

Impactvolle algoritmes moet je registreren in het Algoritmeregister.

- [__Woordenlijst__](defenities.md)
- [__Woordenlijst__](definities.md)

---

Expand Down
23 changes: 20 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ tbody tr td a:hover {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
gap: 16px; /* Space between the boxes */
padding-bottom: 32px;
padding-top: 16px;
}

.float-container h2 {
Expand Down Expand Up @@ -365,7 +366,7 @@ padding-bottom: 8px;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 24px;
margin-bottom: 12px;
text-align: left;
}

Expand Down Expand Up @@ -495,7 +496,7 @@ a{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.5em;
border-radius: 0.3em;
border: 1px solid #ccc;
display: inline-block; /* Avoid full width */
width: fit-content;
Expand All @@ -505,7 +506,7 @@ a{
margin: 0 0.5em 0.5em 0;
-webkit-transition: color 150ms ease-in-out;
transition: color 150ms ease-in-out;
padding: 1em 1.2em 1em 1.2em;
padding: 1em 1em .8em 1.2em;
position: relative;
text-align: center;
text-shadow: none;
Expand Down Expand Up @@ -613,6 +614,22 @@ background-color: #B2D7EE;
text-decoration: none;
}

.md-typeset .md-button--secondary {
background-color: #ffffff;
color: #154271;
border: 1px solid #154271;
text-decoration: none;
font-size: 16px;
font-weight: 700;
transition: color 150ms ease-in-out, box-shadow 150ms ease-in-out;

}

.md-typeset .md-button--secondary:hover {
color: #154271;
box-shadow: 0 0 8px 2px rgba(21, 66, 113, 0.6); /* Glow effect */
}

:root {
--md-admonition-icon--expander: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-6-6 1.5-1.5 4.5 4.5 4.5-4.5 1.5 1.5z'/%3E%3C/svg%3E");}

Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ h1{
}
}

.md-source__repository md-source__repository--active{
.md-source__repository .md-source__repository--active{
color: #154273;
}

Expand Down
Loading