Skip to content

Commit 14be733

Browse files
authored
Merge pull request #229 from NGO-Algorithm-Audit/feature/sublandingpage
first setup for sublandingpage
2 parents d6fa6c7 + bfd8598 commit 14be733

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2167
-1051
lines changed

assets/scss/_common.scss

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ h4, .h4 {
679679
left: 0;
680680
right: 0;
681681
bottom: 0;
682+
max-height: 100%;
682683
}
683684

684685
.featured-img{
@@ -1150,17 +1151,24 @@ $accent: #FF4081;
11501151
}
11511152

11521153
.color-blue {
1153-
color: #005aa7;
1154+
color: #005aa7 !important;
11541155
}
11551156

11561157
.color-lightblue {
1157-
color: #deecf7;
1158+
color: #deecf7 !important;
1159+
}
1160+
1161+
.color-white {
1162+
color: #fff !important;
11581163
}
11591164

11601165
.color-gray {
11611166
color: #777;
11621167
}
11631168

1169+
.color-black {
1170+
color: #000;
1171+
}
11641172
.font-AvenirNextProDemi {
11651173
font-family: AvenirNextProDemi, avenir, sans-serif;
11661174
}
@@ -1173,6 +1181,10 @@ $accent: #FF4081;
11731181
font-size: 1.3rem;
11741182
}
11751183

1184+
.font-size-1_5rem {
1185+
font-size: 1.5rem;
1186+
}
1187+
11761188
.font-size-xl-1_5rem {
11771189
@media (min-width: 1200px) {
11781190
font-size: 1.5rem;
@@ -1195,10 +1207,23 @@ $accent: #FF4081;
11951207
z-index: 1000;
11961208
}
11971209
}
1210+
body {
1211+
@media (min-width: 1500px) {
1212+
.container-xl {
1213+
max-width: 90vw;
1214+
}
1215+
}
1216+
}
11981217

11991218
@media (min-width: 1500px) {
1200-
.container-xl {
1201-
max-width: 90vw;
1219+
.container {
1220+
max-width: 70vw;
1221+
}
1222+
}
1223+
1224+
@media (min-width: 1800px) {
1225+
.container {
1226+
max-width: 67vw;
12021227
}
12031228
}
12041229

assets/scss/_landingpage.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,8 @@
436436

437437
.landing-page-core-activities-row-subtitle {
438438
margin-top: -10px;
439+
}
440+
441+
.sublandingpage-banner-padding-bottom {
442+
padding-bottom: 7rem;
439443
}

assets/scss/templates/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
@media (min-width: 1400px) {
6666
.navbar-div {
67-
padding-left: 10%;
67+
padding-left: 0%;
6868
}
6969
.navbar-nav {
7070
padding-right: 0;

config/_default/menus.NL.toml

Lines changed: 91 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,132 @@
11
# main menu
22
[[main]]
33
name = "Home"
4-
url = "/nl"
4+
url = "/"
55
weight = 1
66

77
[[main]]
8-
name = "Algoprudentie"
8+
name = "Kennisplatform"
99
weight = 2
1010
hasChildren = true
11-
url = "/nl/algoprudence"
11+
url = "/nl/knowledge-platform"
1212
[[main]]
13-
parent = "Algoprudentie"
14-
name = "Dien een case in"
15-
url = "nl/algoprudence/submit-a-case"
13+
parent = "Kennisplatform"
14+
name = "Kennisbank"
15+
url = "/nl/knowledge-platform/knowledge-base"
1616
weight = 1
1717
[[main.params]]
18-
featured = true
18+
icon = "fa-brain"
1919
[[main]]
20-
parent = "Algoprudentie"
21-
name = "Casuïstiek"
22-
url = "nl/algoprudence"
20+
parent = "Kennisplatform"
21+
name = "AI-verordening standaarden"
22+
url = "/nl/knowledge-platform/standards"
2323
weight = 2
2424
[[main.params]]
25-
icon = "fa-database"
25+
icon = "fa-check"
2626
[[main]]
27-
parent = "Algoprudentie"
28-
name = "Onze werkwijze"
29-
url = "nl/algoprudence/how-we-work"
27+
parent = "Kennisplatform"
28+
name = "AI beleidsobservatorium"
29+
url = "/nl/knowledge-platform/policy-observatory"
3030
weight = 3
3131
[[main.params]]
32-
icon = "fa-question"
32+
icon = "fa-binoculars"
33+
[[main]]
34+
parent = "Kennisplatform"
35+
name = "Projectwerk"
36+
url = "/nl/knowledge-platform/project-work"
37+
weight = 4
38+
[[main.params]]
39+
icon = "fa-hands-helping"
40+
[[main]]
41+
identifier = "knowledge_platform_overview"
42+
parent = "Kennisplatform"
43+
name = "Overzicht"
44+
url = "/nl/knowledge-platform/"
45+
weight = 5
46+
[[main.params]]
47+
featured = true
3348

3449
[[main]]
35-
name = "Technische tools"
50+
name = "Algoprudentie"
3651
weight = 3
52+
url = "/algoprudence"
3753
hasChildren = true
38-
url = "/nl/technical-tools/BDT"
39-
[[main.params]]
40-
icon = "fa-table"
4154
[[main]]
42-
parent = "Technische tools"
43-
name = "Github code"
44-
url = "https://github.com/NGO-Algorithm-Audit/"
55+
parent = "Algoprudentie"
56+
name = "Casuïstiek"
57+
url = "/nl/algoprudence/case-repository"
4558
weight = 1
4659
[[main.params]]
47-
featured = true
48-
target = "_blank"
60+
icon = "fa-database"
4961
[[main]]
50-
parent = "Technische tools"
51-
name = "Bias detectie tool"
52-
url = "/nl/technical-tools/bdt/"
62+
parent = "Algoprudentie"
63+
name = "Dien een case in"
64+
url = "/nl/algoprudence/submit-a-case"
5365
weight = 2
5466
[[main.params]]
55-
icon = "fa-search"
56-
subtitle = "Open source AI audit tools"
67+
icon = "fa-arrow-right"
5768
[[main]]
58-
parent = "Technische tools"
59-
name = "Synthetische data generatie"
60-
url = "nl/technical-tools/sdg"
69+
parent = "Algoprudentie"
70+
name = "Werkwijze"
71+
url = "/nl/algoprudence/how-we-work"
6172
weight = 3
6273
[[main.params]]
63-
icon = "fa-table"
74+
icon = "fa-question"
6475
[[main]]
65-
parent = "Technische tools"
66-
name = "AI-verordening implementatie tool"
67-
url = "nl/technical-tools/implementation-tool"
76+
identifier = "algoprudence_overview"
77+
parent = "Algoprudentie"
78+
name = "Overzicht"
79+
url = "/nl/algoprudence/"
6880
weight = 4
6981
[[main.params]]
70-
icon = "fa-file"
82+
featured = true
7183

7284
[[main]]
73-
name = "Kennisplatform"
74-
weight = 1
85+
name = "Technische tools"
86+
weight = 4
7587
hasChildren = true
76-
url = "/nl/knowledge-platform/knowledge-base"
88+
url = "/nl/technical-tools"
7789
[[main]]
78-
parent = "Kennisplatform"
79-
name = "AI Act standaarden"
80-
url = "nl/knowledge-platform/standards"
90+
parent = "Technische tools"
91+
name = "Unsupervised bias detectie tool"
92+
url = "/nl/technical-tools/BDT"
8193
weight = 1
8294
[[main.params]]
83-
icon = "fa-check"
95+
icon = "fa-search-plus"
8496
[[main]]
85-
parent = "Kennisplatform"
86-
name = "AI beleidsobservatorium"
87-
url = "nl/knowledge-platform/policy-observatory"
97+
parent = "Technische tools"
98+
name = "Synthetische data generatie tool"
99+
url = "/nl/technical-tools/SDG"
88100
weight = 2
89101
[[main.params]]
90-
icon = "fa-binoculars"
102+
icon = "fa-table"
91103
[[main]]
92-
parent = "Kennisplatform"
93-
name = "Kennisbank"
94-
url = "/nl/knowledge-platform/knowledge-base"
104+
parent = "Technische tools"
105+
name = "AI-verordening implementatie tool"
106+
url = "/nl/technical-tools/implementation-tool"
95107
weight = 3
96108
[[main.params]]
97-
icon = "fa-brain"
109+
icon = "fa-file"
98110
[[main]]
99-
parent = "Kennisplatform"
100-
name = "Projectwerk"
101-
url = "nl/knowledge-platform/project-work"
111+
identifier = "technical_tools_overview"
112+
parent = "Technische tools"
113+
name = "Overzicht"
114+
url = "/nl/technical-tools/"
102115
weight = 4
103116
[[main.params]]
104-
icon = "fa-hands-helping"
117+
featured = true
118+
119+
105120

106121
[[main]]
107122
name = "Evenementen"
108-
url = "nl/events"
109-
weight = 4
123+
url = "events"
124+
weight = 5
110125
hasChildren = true
111126
[[main]]
112127
parent = "Evenementen"
113128
name = "Activiteiten"
114-
url = "nl/events/activities"
129+
url = "/nl/events/activities"
115130
weight = 1
116131
[[main.params]]
117132
icon = "fa-calendar"
@@ -125,41 +140,42 @@ hasChildren = true
125140

126141
[[main]]
127142
name = "Over ons"
128-
weight = 5
143+
weight = 6
129144
hasChildren = true
130-
url = "/nl/about/contact"
131145
[[main]]
132-
parent = "Over ons"
133-
name = "Kom in contact"
134-
url = "nl/about/contact"
135-
weight = 1
136-
[[main.params]]
137146
featured = true
138147
[[main]]
139148
parent = "Over ons"
140-
name = "Veelgestelde vragen"
141-
url = "nl/about/faq"
142-
weight = 2
149+
name = "FAQ"
150+
url = "/nl/about/faq"
151+
weight = 1
143152
[[main.params]]
144153
icon = "fa-question"
145154
[[main]]
146155
parent = "Over ons"
147156
name = "Teams"
148-
url = "nl/about/teams"
149-
weight = 3
157+
url = "/nl/about/teams"
158+
weight = 2
150159
[[main.params]]
151160
icon = "fa-users"
152161
[[main]]
153162
parent = "Over ons"
154163
name = "Bestuur"
155-
url = "nl/about/boards"
156-
weight = 4
164+
url = "/nl/about/boards"
165+
weight = 3
157166
[[main.params]]
158167
icon = "fa-user-friends"
159168
[[main]]
160169
parent = "Over ons"
161170
name = "Vacatures"
162-
url = "nl/about/vacancies"
163-
weight = 5
171+
url = "/nl/about/vacancies"
172+
weight = 4
164173
[[main.params]]
165174
icon = "fa-user-check"
175+
[[main]]
176+
parent = "Over ons"
177+
name = "Kom in contact"
178+
url = "/nl/about/contact"
179+
weight = 5
180+
[[main.params]]
181+
featured = true

0 commit comments

Comments
 (0)