-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (233 loc) · 12.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tweakers toegankelijk maken voor mensen met een visuele beperking</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/c37b867389.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./static/css/style.css">
<link rel="shortcut icon" href="./favicon-16x16.png" type="image/x-icon">
</head>
<body>
<a href="#main" class="skiplink">Ga naar hoofdinhoud</a>
<div class="box-shadow">
<header>
<div class="title">
<h1>Tweakers toegankelijk maken voor gebruikers met een visuele beperking</h1>
<img class="logo" src="./static/images/logo.svg" alt="Logo van Tweakers ">
</div>
<div class="line">
<span class="circle-left"></span>
<span class="circle-right"></span>
</div>
<ul class="student-info">
<li>Keïsha Alexander</li>
<li>afstudeerproject 2023-2024</li>
<li>CMD</li>
<li>Hogeschool van Amsterdam</li>
<li>Tweakers</li>
</ul>
</header>
<main id="main">
<div class="content-wrapper">
<img class="swirly-line" src="./static/images/swirly-line.svg" alt="">
<section class="row">
<article class="border-bottom" tabindex="0">
<figure><img src="./static/images/checklist.svg" alt="WCAG lijst"></figure>
<div class="content">
<div>
<h2> <span class="visuallyhidden">Web content Accessibility</span>
<span aria-hidden="true">WCAG</span>
</h2>
<br>
<p>Gebruik de Web content Accessibility Guidelines als basis.</p>
<a class="button primary" target="_blank" href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/">Bekijk
succescriterias's</a>
</div>
</div>
</article>
<article class="border-bottom" tabindex="0">
<figure><img src="./static/images/html-elements.svg" alt="HTML tags"></figure>
<div class="content">
<h2>Semantisch HTML</h2>
<br>
<p>Gebruik semantisch HTML voor de juiste type content.</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=inbegrip%20van%20hulptechnologie%C3%ABn.-,4.1.1%20Parsen,-Niveau%20A">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>4.1.1 Parsen - A</span>
</a>
</div>
</div>
<code class="html-code"> <article> </code>
</article>
</section>
<section class="row translate-down">
<article class="border-bottom" tabindex="0">
<figure><img src="./static/images/contrast-nl.svg" alt="Kleurcontrast ratio checker"></figure>
<div class="content">
<h2>Kleurcontrast checkers </h2>
<br>
<p>Gebruik een Color Analyzer om de contrastverhouding tussen tekst en achtergrondkleur te
controleren.
</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=1.4.3%20Contrast%20(minimum,Niveau%20AA">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>1.4.3 Contrast (minimum) - AA</span>
</a>
</div>
</div>
<code class="html-code"> background-color </code>
</article>
<article class="border-bottom" tabindex="0">
<figure><img src="./static/images/html-structure.svg" alt="Pagina wireframe illustratie"></figure>
<div class="content">
<h2>Toetsenbord navigatie volgorde </h2>
<br>
<p>De navigatievolgorde met het toetsenbord wordt bepaald door de volgorde van de
HTML-componenten
binnen de HTML DOM.</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=1.3.2%20Betekenisvolle%20volgorde,Niveau%20A">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>1.3.2 Betekenisvolle volgorde - A</span>
</a>
</div>
</div>
<code class="html-code"> tabindex="0"</code>
</article>
</section>
<section class="row">
<article class="border-bottom" tabindex="0">
<small role="tooltip" class="tooltip">Tooltip</small>
<figure><img src="./static/images/alt-tekst.svg" alt="Verschillende manier voor alternatieve tekst">
</figure>
<div class="content">
<h2>Alternatieve tekst</h2>
<br>
<p>Alternatieve tekst gebruiken zoals tooltip of verborgen tekst bij niet-tekstuele content
(Afbeeldingen, Iconen, grafieken)</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=1.1.1%20Niet%2Dtekstuele,Niveau%20A">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>1.1.1 Niet-tekstuele content - A</span>
</a>
</div>
</div>
<code class="html-code"> alt="..."</code>
</article>
<article class="border-bottom" tabindex="0">
<figure><img src="./static/images/skiplink.svg" alt="Skiplinks illustraties"></figure>
<div class="content">
<h2>Skiplinks</h2>
<br>
<p>Skiplinks gebruiken om het toetsenbord navigatie te versnellen</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=2.4.1%20Blokken%20omzeilen,Niveau%20A">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>2.4.1 Blokken omzeilen - A</span>
</a>
</div>
</div>
<code class="html-code"> <a href="#main"></code>
</article>
</section>
<section class="row translate-up border-bottom">
<article tabindex="0">
<figure><img src="./static/images/html.svg" alt="Toetsenbord navigatie volgorde"></figure>
<div class="content">
<h2>Toetsenbord toegankelijkheid</h2>
<br>
<p>Semantisch HTML-elementen gebruiken om interactieve componenten toetsenbord toegankelijk te
maken.
</p>
<div class="criteria">
<a class="button primary" target="_blank"
href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#bedienbaar:~:text=2.1.1%20Toetsenbord,Niveau%20A">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>2.1.1 Toetsenbord - A </span>
</a>
</div>
</div>
<code class="html-code"> <details></code>
</article>
<article class="border-bottom" tabindex="0">
<figure><img class="focus-illustration" src="./static/images/focus.svg" alt=""></figure>
<div class="content">
<h2>Duidelijk toetsenbord focus</h2>
<br>
<p>Zorg voor een duidelijk toetsenbord en screenreader focus indicatie zowel op mobiel en
laptop.
</p>
<div class="criteria">
<a class="button primary" target="_blank" href="https://wcag.nl/kennis/richtlijnen/wcag-2-1-richtlijnen/#robuust:~:text=2.4.7%20Focus%20zichtbaar,Niveau%20AA">
<i class="fa-solid fa-square-check"></i>
<span class="visuallyhidden">Bekijk succescriteria</span>
<span>2.4.7 Focus zichtbaar - AA
</span>
</a>
</div>
<!-- <p>Gebruik geen hover om een functionaliteit te verbergen!</p> -->
</div>
<code class="html-code"> outline: ... ;</code>
</article>
</section>
<section class="row translate-up">
<article class="margin-bottom border-bottom" tabindex="0">
<figure><img src="./static/images/test-with-user.svg" alt="Illustratie met Keisha en de Gebruikers">
</figure>
<div class="content">
<h2>Testen met gebruikers</h2>
<br>
<p>Test functionaliteiten met gebruikers met een visuele beperking.
</p>
</div>
</article>
<article class="margin-bottom border-bottom" tabindex="0">
<figure><img src="./static/images/screenreader-test.svg" alt="Werken met een screenreader">
</figure>
<div class="content">
<h2>Testen met digitale hulpmiddelen</h2>
<br>
<p>
Test functionaliteiten continu met screenreaders, toetsenbord en automated test tools.
</p>
</div>
</article>
</section>
<footer id="footer" class="bottom">
<nav>
<ul>
<li><a class="button secondary" target="_blank" href="https://github.com/K3A101"><i class="fa-brands fa-github" style="color: #ffffff;"></i>Github</a></li>
<li><a class="button secondary" target="_blank" href="https://www.linkedin.com/in/ke%C3%AFsha-alexander-5365a11b5/"><i class="fa-brands fa-linkedin" target="_blank" style="color: #ffffff;"></i>Linkedin</a></li>
<li><a class="button secondary" href="mailto:[email protected]"><i class="fa-solid fa-envelope" style="color: #ffffff;"></i>E-mail</a></li>
</ul>
</nav>
</footer>
</div>
</div>
</main>
<script src="./static/js/main.js" type="module"></script>
</body>
</html>