forked from Stefan-Espant/look-and-feel-corporate-identity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bedienbaar.html
510 lines (502 loc) · 42.3 KB
/
bedienbaar.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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Toolgankelijkheid · Bedienbaar</title>
<link rel="stylesheet" href="styles/style.css" />
<link rel="stylesheet" href="styles/mobile.css" />
<link rel="stylesheet" href="styles/tablet.css" />
<link rel="stylesheet" href="styles/desktop.css" />
<link rel="stylesheet" href="styles/desktop-xl.css" />
<link rel="icon" type="image/png" href="./assets/va-favicon.png" />
</head>
<body>
<header>
<img id="logo" src="assets/logo.png" alt="logo Vervoerregio Amsterdam" />
<div id="after-curve"></div>
</header>
<!-- Hieronder bevinden zich de 4 hoofdcategorieën -->
<aside class="cntt">
<a href="waarneembaar.html" class="categorie">
<svg viewBox="0 0 388 268" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M168.133 0H25.8667C17.2444 0 0 5.16 0 25.8V242C0 250.6 5.17333 267.8 25.8667 267.8H362.133C370.756 267.8 388 262.64 388 242V51.6C388 43 382.827 25.8 362.133 25.8H219.867C215.556 25.8 204.347 23.22 194 12.9C183.653 2.58 172.444 0 168.133 0Z" />
</svg>
<p>Waarneembaar</p>
</a>
<a href="./begrijpelijk.html" class="categorie">
<svg viewBox="0 0 388 268" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M168.133 0H25.8667C17.2444 0 0 5.16 0 25.8V242C0 250.6 5.17333 267.8 25.8667 267.8H362.133C370.756 267.8 388 262.64 388 242V51.6C388 43 382.827 25.8 362.133 25.8H219.867C215.556 25.8 204.347 23.22 194 12.9C183.653 2.58 172.444 0 168.133 0Z" />
</svg>
<p>Begrijpelijk</p>
</a>
<a class="categorie active">
<svg viewBox="0 0 388 268" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M168.133 0H25.8667C17.2444 0 0 5.16 0 25.8V242C0 250.6 5.17333 267.8 25.8667 267.8H362.133C370.756 267.8 388 262.64 388 242V51.6C388 43 382.827 25.8 362.133 25.8H219.867C215.556 25.8 204.347 23.22 194 12.9C183.653 2.58 172.444 0 168.133 0Z" />
</svg>
<p>Bedienbaar</p>
</a>
<a href="./robuust.html" class="categorie">
<svg viewBox="0 0 388 268" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M168.133 0H25.8667C17.2444 0 0 5.16 0 25.8V242C0 250.6 5.17333 267.8 25.8667 267.8H362.133C370.756 267.8 388 262.64 388 242V51.6C388 43 382.827 25.8 362.133 25.8H219.867C215.556 25.8 204.347 23.22 194 12.9C183.653 2.58 172.444 0 168.133 0Z" />
</svg>
<p>Robuust</p>
</a>
</aside>
<!-- Dit is de sectie waar de content staat -->
<main class="subject">
<div class="toptab">
<div class="tab"></div>
<div class="curve"></div>
<div class="curve-bg"></div>
<!-- Dit zijn de twee knoppen om de toegankelijkheid van de content te verbeteren -->
<ul class="ui-settings">
<li>
<a href="https://stefan-espant.github.io/look-and-feel-corporate-identity/" aria-label="Ga terug naar de homepagina">
<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M33.1638 15.2685C33.8233 15.8892 33.384 16.9967 32.4784 16.9967H31.016C30.4616 16.9967 30.013 17.4477 30.016 18.0021L30.0856 31.0502C30.0885 31.6046 29.64 32.0555 29.0856 32.0555H22C21.4477 32.0555 21 31.6078 21 31.0555V22.389C21 21.8367 20.5523 21.389 20 21.389H14C13.4477 21.389 13 21.8367 13 22.389V31.0555C13 31.6078 12.5523 32.0555 12 32.0555H4.90911C4.35683 32.0555 3.90911 31.6078 3.90911 31.0555V17.9967C3.90911 17.4444 3.4614 16.9967 2.90911 16.9967H1.5216C0.616019 16.9967 0.176793 15.8892 0.836242 15.2685L16.3147 0.700632C16.6997 0.338233 17.3003 0.338233 17.6854 0.700632L33.1638 15.2685Z"
fill="" />
</svg>
</a>
</li>
<li>
<button class="fontSize" aria-label="Vergroot tekst" onclick="fontSize()">
<svg width="44" height="36" viewBox="0 0 33 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.1123 20L12.1043 15.828H6.44827L5.46827 20H0.708266L6.56027 0.595999H12.1323L17.9843 20H13.1123ZM7.23227 12.496H11.3203L9.27627 3.928L7.23227 12.496ZM31.1399 15.688C31.1399 16.248 31.2146 16.6587 31.3639 16.92C31.5319 17.1813 31.7932 17.3773 32.1479 17.508L31.2239 20.392C30.3092 20.3173 29.5626 20.1213 28.9839 19.804C28.4052 19.468 27.9572 18.9453 27.6399 18.236C26.6692 19.7293 25.1759 20.476 23.1599 20.476C21.6852 20.476 20.5092 20.0467 19.6319 19.188C18.7546 18.3293 18.3159 17.2093 18.3159 15.828C18.3159 14.204 18.9132 12.9627 20.1079 12.104C21.3026 11.2453 23.0292 10.816 25.2879 10.816H26.7999V10.172C26.7999 9.29467 26.6132 8.69733 26.2399 8.38C25.8666 8.044 25.2132 7.876 24.2799 7.876C23.7946 7.876 23.2066 7.95067 22.5159 8.1C21.8252 8.23067 21.1159 8.41733 20.3879 8.66L19.3799 5.748C20.3132 5.39333 21.2652 5.12267 22.2359 4.936C23.2252 4.74933 24.1399 4.656 24.9799 4.656C27.1079 4.656 28.6666 5.09467 29.6559 5.972C30.6452 6.84933 31.1399 8.16533 31.1399 9.92V15.688ZM24.4479 17.312C25.4559 17.312 26.2399 16.836 26.7999 15.884V13.252H25.7079C24.6999 13.252 23.9439 13.4293 23.4399 13.784C22.9546 14.1387 22.7119 14.6893 22.7119 15.436C22.7119 16.0333 22.8612 16.5 23.1599 16.836C23.4772 17.1533 23.9066 17.312 24.4479 17.312Z"
fill="" />
</svg>
</button>
</li>
<li>
<button class="contrast-trigger" id="changeContrast" aria-label="Vergroot kleur contrast">
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36ZM19.9943 32.0033C26.8608 31.0343 32.1429 25.134 32.1429 18C32.1429 10.866 26.8608 4.96574 19.9943 3.99665C18.9005 3.84229 18 4.75091 18 5.85548L18 18L18 30.1445C18 31.2491 18.9005 32.1577 19.9943 32.0033Z"
fill="" />
</svg>
</button>
</li>
</ul>
</div>
<section class="folder" id="fontIncrease">
<div class="content">
<h1>Selecteer een onderwerp</h1>
<div class="subcat">
<button class="subcat-btn" data-id="article3_1">
3.1 Toegankelijke CAPTCHA's
</button>
<button class="subcat-btn" data-id="article3_2">
3.2 Bewegend beeld (3 sec.)
</button>
<button class="subcat-btn" data-id="article3_3">
3.3 Invullen gegevens
</button>
<button class="subcat-btn" data-id="article3_4">
3.4 Controle over fouten
</button>
<button class="subcat-btn" data-id="article3_5">
3.5 Toetsenbord formulieren
</button>
<button class="subcat-btn" data-id="article3_6">
3.6 Instructies invoervelden
</button>
</div>
<article id="article3_1" class="content-item hide">
<h2>
3.1 CAPTCHA’s zijn toegankelijk voor iedereen.
</h2>
<br />
<div>
<h3 class="uitleg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM9.03453 7.22556H9.58696V12.9958L9.82864 13.2127L10.5882 13.2784L10.5882 13.7647V13.2784L9.82865 13.2126L9.58696 12.9958V7.22553H9.03453L7.41177 7.70529V7.70531L9.03453 7.22556ZM8.39923 12.9958L8.15755 13.2126L7.41177 13.2784L7.41176 13.2784L8.15754 13.2127L8.39923 12.9958V12.9958ZM9.08977 4.23529C9.31995 4.23529 9.5133 4.31197 9.66982 4.46531C9.83095 4.61866 9.91151 4.80268 9.91151 5.01736C9.91151 5.01735 9.91152 5.01735 9.91152 5.01734C9.91152 4.80265 9.83095 4.61864 9.66983 4.46529C9.51331 4.31194 9.31995 4.23527 9.08978 4.23527C8.8642 4.23527 8.67085 4.31194 8.50972 4.46529C8.44838 4.52367 8.39907 4.58744 8.36177 4.65658C8.39907 4.58744 8.44838 4.52369 8.50972 4.46531C8.67084 4.31197 8.86419 4.23529 9.08977 4.23529ZM10.0105 6.802H8.97324L6.98824 7.38885V8.54943H7.97571V12.8035L6.98824 12.8905V14.1882H11.0118V12.8899L10.0105 12.8033V6.802ZM9.08978 3.81174C9.42355 3.81174 9.72437 3.92691 9.96402 4.1606C10.2043 4.39033 10.335 4.68309 10.335 5.01734C10.335 5.35203 10.2038 5.64489 9.95958 5.87172C9.71922 6.09941 9.41983 6.20979 9.08978 6.20979C8.76091 6.20979 8.46399 6.09733 8.22221 5.8738L8.21774 5.86961C7.97784 5.64129 7.85141 5.34883 7.85141 5.01734C7.85141 4.68413 7.97591 4.38865 8.21774 4.15849C8.45884 3.92904 8.75721 3.81174 9.08978 3.81174Z"
fill="" />
</svg>
Uitleg
</h3>
</div>
<p>
Een toegankelijke CAPTCHA moet op zijn minst
beschikbaar zijn als audiofragment welke je
met het toetsenbord kan bereiken.
</p>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Je kunt ook een vernieuwde CAPTCHA of andere
controles gebruiken.
</p>
</article>
<article id="article3_2" class="content-item hide">
<h2>
3.2 Bewegend beeld en geluid dat automatisch
start kan uitgezet worden of stopt binnen 3
seconden.
</h2>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Beter is om helemaal geen beeld en geluid te
gebruiken dat automatisch start.
</p>
</article>
<article id="article3_3" class="content-item hide">
<h2>
3.3 Bezoekers hebben geen last van een
tijdslimiet bij het invullen van gegevens.
</h2>
<br />
<div>
<h3 class="uitleg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM9.03453 7.22556H9.58696V12.9958L9.82864 13.2127L10.5882 13.2784L10.5882 13.7647V13.2784L9.82865 13.2126L9.58696 12.9958V7.22553H9.03453L7.41177 7.70529V7.70531L9.03453 7.22556ZM8.39923 12.9958L8.15755 13.2126L7.41177 13.2784L7.41176 13.2784L8.15754 13.2127L8.39923 12.9958V12.9958ZM9.08977 4.23529C9.31995 4.23529 9.5133 4.31197 9.66982 4.46531C9.83095 4.61866 9.91151 4.80268 9.91151 5.01736C9.91151 5.01735 9.91152 5.01735 9.91152 5.01734C9.91152 4.80265 9.83095 4.61864 9.66983 4.46529C9.51331 4.31194 9.31995 4.23527 9.08978 4.23527C8.8642 4.23527 8.67085 4.31194 8.50972 4.46529C8.44838 4.52367 8.39907 4.58744 8.36177 4.65658C8.39907 4.58744 8.44838 4.52369 8.50972 4.46531C8.67084 4.31197 8.86419 4.23529 9.08977 4.23529ZM10.0105 6.802H8.97324L6.98824 7.38885V8.54943H7.97571V12.8035L6.98824 12.8905V14.1882H11.0118V12.8899L10.0105 12.8033V6.802ZM9.08978 3.81174C9.42355 3.81174 9.72437 3.92691 9.96402 4.1606C10.2043 4.39033 10.335 4.68309 10.335 5.01734C10.335 5.35203 10.2038 5.64489 9.95958 5.87172C9.71922 6.09941 9.41983 6.20979 9.08978 6.20979C8.76091 6.20979 8.46399 6.09733 8.22221 5.8738L8.21774 5.86961C7.97784 5.64129 7.85141 5.34883 7.85141 5.01734C7.85141 4.68413 7.97591 4.38865 8.21774 4.15849C8.45884 3.92904 8.75721 3.81174 9.08978 3.81174Z"
fill="" />
</svg>
Uitleg
</h3>
</div>
<p>
Sommige bezoekers hebben meer tijd dan
gemiddeld nodig om gegevens in te vullen.
Bijvoorbeeld omdat zij voorleessoftware
gebruiken of dyslectisch zijn. Deze bezoekers
moeten het tijdslimiet op kunnen heffen of
verlengen.
</p>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Zorg ervoor dat de gebruiker het tijdslimiet
kan stopzetten, aanpassen of uitbreiden.
</p>
</article>
<article id="article3_4" class="content-item hide">
<h2>
3.4 Bezoekers kunnen zelf fouten voorkomen bij
formulieren waarbij belangrijke acties in gang
worden gezet door te annuleren, controleren of
bevestigen.
</h2>
<br />
<div>
<h3 class="uitleg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM9.03453 7.22556H9.58696V12.9958L9.82864 13.2127L10.5882 13.2784L10.5882 13.7647V13.2784L9.82865 13.2126L9.58696 12.9958V7.22553H9.03453L7.41177 7.70529V7.70531L9.03453 7.22556ZM8.39923 12.9958L8.15755 13.2126L7.41177 13.2784L7.41176 13.2784L8.15754 13.2127L8.39923 12.9958V12.9958ZM9.08977 4.23529C9.31995 4.23529 9.5133 4.31197 9.66982 4.46531C9.83095 4.61866 9.91151 4.80268 9.91151 5.01736C9.91151 5.01735 9.91152 5.01735 9.91152 5.01734C9.91152 4.80265 9.83095 4.61864 9.66983 4.46529C9.51331 4.31194 9.31995 4.23527 9.08978 4.23527C8.8642 4.23527 8.67085 4.31194 8.50972 4.46529C8.44838 4.52367 8.39907 4.58744 8.36177 4.65658C8.39907 4.58744 8.44838 4.52369 8.50972 4.46531C8.67084 4.31197 8.86419 4.23529 9.08977 4.23529ZM10.0105 6.802H8.97324L6.98824 7.38885V8.54943H7.97571V12.8035L6.98824 12.8905V14.1882H11.0118V12.8899L10.0105 12.8033V6.802ZM9.08978 3.81174C9.42355 3.81174 9.72437 3.92691 9.96402 4.1606C10.2043 4.39033 10.335 4.68309 10.335 5.01734C10.335 5.35203 10.2038 5.64489 9.95958 5.87172C9.71922 6.09941 9.41983 6.20979 9.08978 6.20979C8.76091 6.20979 8.46399 6.09733 8.22221 5.8738L8.21774 5.86961C7.97784 5.64129 7.85141 5.34883 7.85141 5.01734C7.85141 4.68413 7.97591 4.38865 8.21774 4.15849C8.45884 3.92904 8.75721 3.81174 9.08978 3.81174Z"
fill="" />
</svg>
Uitleg
</h3>
</div>
<p>
Soms kan het verkeerd invullen van een
formulier ingrijpende gevolgen hebben. Door
bezoekers de mogelijkheid te bieden een
inzending terug te trekken, help je hen grote
fouten voorkomen.
</p>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Let vooral op bij wettelijke en financiële
transacties, hier zijn de gevolgen het
grootst.
</p>
</article>
<article id="article3_5" class="content-item hide">
<h2>
3.5 Alle onderdelen van formulieren zijn via
het toetsenbord te bereiken en bedienen in
logische volgorde.
</h2>
<br />
<div>
<h3 class="uitleg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM9.03453 7.22556H9.58696V12.9958L9.82864 13.2127L10.5882 13.2784L10.5882 13.7647V13.2784L9.82865 13.2126L9.58696 12.9958V7.22553H9.03453L7.41177 7.70529V7.70531L9.03453 7.22556ZM8.39923 12.9958L8.15755 13.2126L7.41177 13.2784L7.41176 13.2784L8.15754 13.2127L8.39923 12.9958V12.9958ZM9.08977 4.23529C9.31995 4.23529 9.5133 4.31197 9.66982 4.46531C9.83095 4.61866 9.91151 4.80268 9.91151 5.01736C9.91151 5.01735 9.91152 5.01735 9.91152 5.01734C9.91152 4.80265 9.83095 4.61864 9.66983 4.46529C9.51331 4.31194 9.31995 4.23527 9.08978 4.23527C8.8642 4.23527 8.67085 4.31194 8.50972 4.46529C8.44838 4.52367 8.39907 4.58744 8.36177 4.65658C8.39907 4.58744 8.44838 4.52369 8.50972 4.46531C8.67084 4.31197 8.86419 4.23529 9.08977 4.23529ZM10.0105 6.802H8.97324L6.98824 7.38885V8.54943H7.97571V12.8035L6.98824 12.8905V14.1882H11.0118V12.8899L10.0105 12.8033V6.802ZM9.08978 3.81174C9.42355 3.81174 9.72437 3.92691 9.96402 4.1606C10.2043 4.39033 10.335 4.68309 10.335 5.01734C10.335 5.35203 10.2038 5.64489 9.95958 5.87172C9.71922 6.09941 9.41983 6.20979 9.08978 6.20979C8.76091 6.20979 8.46399 6.09733 8.22221 5.8738L8.21774 5.86961C7.97784 5.64129 7.85141 5.34883 7.85141 5.01734C7.85141 4.68413 7.97591 4.38865 8.21774 4.15849C8.45884 3.92904 8.75721 3.81174 9.08978 3.81174Z"
fill="" />
</svg>
Uitleg
</h3>
</div>
<p>
Een formulier wat bruikbaar is d.m.v. het
toetsenbord zorgt voor een betere
gebruikservaring.
</p>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Gebruik een passende styling die bij de
vormgeving past en ook nog eens toegankelijk
is.
</p>
</article>
<article id="article3_6" class="content-item hide">
<h2>
3.6 Alle invoervelden hebben een duidelijke
instructie.
</h2>
<br />
<div>
<h3 class="uitleg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM9.03453 7.22556H9.58696V12.9958L9.82864 13.2127L10.5882 13.2784L10.5882 13.7647V13.2784L9.82865 13.2126L9.58696 12.9958V7.22553H9.03453L7.41177 7.70529V7.70531L9.03453 7.22556ZM8.39923 12.9958L8.15755 13.2126L7.41177 13.2784L7.41176 13.2784L8.15754 13.2127L8.39923 12.9958V12.9958ZM9.08977 4.23529C9.31995 4.23529 9.5133 4.31197 9.66982 4.46531C9.83095 4.61866 9.91151 4.80268 9.91151 5.01736C9.91151 5.01735 9.91152 5.01735 9.91152 5.01734C9.91152 4.80265 9.83095 4.61864 9.66983 4.46529C9.51331 4.31194 9.31995 4.23527 9.08978 4.23527C8.8642 4.23527 8.67085 4.31194 8.50972 4.46529C8.44838 4.52367 8.39907 4.58744 8.36177 4.65658C8.39907 4.58744 8.44838 4.52369 8.50972 4.46531C8.67084 4.31197 8.86419 4.23529 9.08977 4.23529ZM10.0105 6.802H8.97324L6.98824 7.38885V8.54943H7.97571V12.8035L6.98824 12.8905V14.1882H11.0118V12.8899L10.0105 12.8033V6.802ZM9.08978 3.81174C9.42355 3.81174 9.72437 3.92691 9.96402 4.1606C10.2043 4.39033 10.335 4.68309 10.335 5.01734C10.335 5.35203 10.2038 5.64489 9.95958 5.87172C9.71922 6.09941 9.41983 6.20979 9.08978 6.20979C8.76091 6.20979 8.46399 6.09733 8.22221 5.8738L8.21774 5.86961C7.97784 5.64129 7.85141 5.34883 7.85141 5.01734C7.85141 4.68413 7.97591 4.38865 8.21774 4.15849C8.45884 3.92904 8.75721 3.81174 9.08978 3.81174Z"
fill="" />
</svg>
Uitleg
</h3>
</div>
<p>
Stel jezelf als beheerder de vraag wat je van
de gebruiker wilt vragen. Is een invoerveld
noodzakelijk? Mogen gebruikers een typefoutje
maken?
</p>
<br />
<div>
<h3 class="tip">
<svg width="13" height="17" viewBox="0 0 13 17" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.05576 3.41907C7.05576 3.79695 6.73241 4.10328 6.33353 4.10328C5.96762 4.10328 5.40268 4.21291 4.94998 4.5217C4.53409 4.80538 4.16687 5.28418 4.16687 6.15591C4.16687 6.53379 3.84352 6.84013 3.44464 6.84013C3.04577 6.84013 2.72242 6.53379 2.72242 6.15591C2.72242 4.83818 3.31816 3.94856 4.10598 3.41118C4.85698 2.89892 5.73648 2.73486 6.33353 2.73486C6.73241 2.73486 7.05576 3.04119 7.05576 3.41907ZM4.06582 11.6316C3.87455 11.1391 3.60557 10.7012 3.35124 10.3241C3.20807 10.1118 3.05516 9.8985 2.9119 9.69864C2.89916 9.68087 2.8865 9.6632 2.87392 9.64564C2.71553 9.42457 2.56586 9.21439 2.4222 8.99854C1.86158 8.15621 1.44444 7.30218 1.44444 6.15789C1.44444 3.51274 3.70789 1.36842 6.5 1.36842C9.29211 1.36842 11.5556 3.51274 11.5556 6.15789C11.5556 7.30218 11.1384 8.15621 10.5778 8.99854C10.4341 9.21439 10.2845 9.42457 10.1261 9.64564C10.1135 9.6632 10.1008 9.68088 10.0881 9.69866C9.94483 9.89851 9.79193 10.1118 9.64876 10.3241C9.39443 10.7012 9.12545 11.1391 8.93418 11.6316H4.06582ZM11.2849 10.4648C12.085 9.34848 13 8.07187 13 6.15789C13 2.75698 10.0899 0 6.5 0C2.91015 0 0 2.75698 0 6.15789C0 8.07187 0.914979 9.34848 1.71507 10.4648C2.1758 11.1076 2.59844 11.6973 2.78632 12.3249C2.89515 12.6885 3.21224 13 3.61111 13H9.38889C9.78776 13 10.1049 12.6885 10.2137 12.3249C10.4016 11.6973 10.8242 11.1076 11.2849 10.4648Z"
fill="" />
<path
d="M4.08983 16.6112L3.42329 15.7481C3.14886 15.3928 3 14.9564 3 14.5075C3 14.2272 3.2272 14 3.50746 14H9.5006C9.77641 14 10 14.2236 10 14.4994C10 14.9529 9.84567 15.393 9.56239 15.7471L8.86053 16.6246C8.67076 16.8619 8.38342 17 8.0796 17H4.88129C4.57149 17 4.27918 16.8564 4.08983 16.6112Z"
fill="" />
</svg>
Tip
</h3>
</div>
<p>
Bied namen en alt-tekst aan invoervelden en
groepeer bij elkaar horende velden, uiteraard
met voldoende tussenruimte
</p>
</article>
</div>
</section>
</main>
<footer>
<div>
<div class="emotion-group" aria-label="">
<h2 aria-label="Heeft deze pagina geholpen?">
Heeft deze pagina geholpen?
</h2>
<p aria-label="Maak een keuze uit de onderstaande knoppen.">
Maak een keuze uit de onderstaande knoppen
</p>
<div class="emotion-group-btns" aria-label="Hoe vind je de website?" id="emotion-group">
<button class="btn-emotion bg-green" aria-label="blije smiley." onclick="sendEmotion()">
<svg width="24" height="24" viewBox="0 0 24 24" fill="" xmlns="http://www.w3.org/2000/svg">
<path
d="M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z"
fill="" />
<path
d="M17 8.5C17 9.32843 16.3284 10 15.5 10C14.6716 10 14 9.32843 14 8.5C14 7.67157 14.6716 7 15.5 7C16.3284 7 17 7.67157 17 8.5Z"
fill="" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z"
fill="" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M5.66366 13.0583C6.18377 12.8725 6.75599 13.1436 6.94174 13.6637C7.63793 15.613 9.79239 17 12 17C14.2076 17 16.3621 15.613 17.0583 13.6637C17.244 13.1436 17.8162 12.8725 18.3363 13.0583C18.8564 13.244 19.1275 13.8163 18.9417 14.3364C17.9236 17.187 14.9352 19 12 19C9.06474 19 6.07635 17.187 5.05826 14.3364C4.8725 13.8163 5.14355 13.244 5.66366 13.0583Z"
fill="" />
</svg>
</button>
<button class="btn-emotion bg-yellow" aria-label="neutrale smiley." onclick="sendEmotion()">
<svg width="24" height="24" viewBox="0 0 24 24" fill="" xmlns="http://www.w3.org/2000/svg">
<path
d="M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z"
fill="" />
<path
d="M17 8.5C17 9.32843 16.3284 10 15.5 10C14.6716 10 14 9.32843 14 8.5C14 7.67157 14.6716 7 15.5 7C16.3284 7 17 7.67157 17 8.5Z"
fill="" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z"
fill="" />
<path
d="M6 15C6 14.4477 6.44772 14 7 14H17C17.5523 14 18 14.4477 18 15V15C18 15.5523 17.5523 16 17 16H7C6.44772 16 6 15.5523 6 15V15Z"
fill="" />
</svg>
</button>
<button class="btn-emotion bg-red" aria-label="ongelukkige smiley." onclick="sendEmotion()">
<svg width="24" height="24" viewBox="0 0 24 24" fill="" xmlns="http://www.w3.org/2000/svg">
<path
d="M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z"
fill="" />
<path
d="M17 8.5C17 9.32843 16.3284 10 15.5 10C14.6716 10 14 9.32843 14 8.5C14 7.67157 14.6716 7 15.5 7C16.3284 7 17 7.67157 17 8.5Z"
fill="" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z"
fill="" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18.3363 17.9417C17.8162 18.1275 17.244 17.8564 17.0583 17.3363C16.3621 15.387 14.2076 14 12 14C9.7924 14 7.63794 15.387 6.94174 17.3363C6.75599 17.8564 6.18377 18.1275 5.66367 17.9417C5.14356 17.756 4.87251 17.1837 5.05826 16.6636C6.07635 13.813 9.06475 12 12 12C14.9353 12 17.9237 13.813 18.9417 16.6636C19.1275 17.1837 18.8564 17.756 18.3363 17.9417Z"
fill="" />
</svg>
</button>
</div>
</div>
<nav>
<div class="footer-links">
<a href="mailto:[email protected]?subject=Feedback%20over%20Toolgankelijk"
aria-label="Stuur een e-mail naar Vervoeregio Amsterdam.">
<svg width="20" height="14" viewBox="0 0 20 14" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0.197287 1.13278L8.71963 8.23473C9.46133 8.85281 10.5387 8.85281 11.2804 8.23473L19.8027 1.13278C19.9291 1.39512 20 1.68929 20 2V12C20 13.1046 19.1046 14 18 14H2C0.895431 14 0 13.1046 0 12V2C0 1.68929 0.0708545 1.39512 0.197287 1.13278ZM0.842528 0.368774L9.35982 7.46651C9.73066 7.77555 10.2693 7.77555 10.6402 7.46651L19.1575 0.368774C18.8308 0.136548 18.4313 0 18 0H2C1.56866 0 1.16921 0.136547 0.842528 0.368774Z"
fill="" />
</svg>
Contact ons</a>
<a href="ontwikkelaar.html" aria-label="Lees meer info over de ontwikkelaar van Toolgankeljk.">
<svg width="20" height="14" viewBox="0 0 20 14" fill="" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2 0C0.895431 0 0 0.89543 0 2V12C0 13.1046 0.895431 14 2 14H18C19.1046 14 20 13.1046 20 12V2C20 0.895431 19.1046 0 18 0H2ZM12.5625 8C12.2518 8 12 8.22386 12 8.5C12 8.77614 12.2518 9 12.5625 9H17.4375C17.7482 9 18 8.77614 18 8.5C18 8.22386 17.7482 8 17.4375 8H12.5625ZM12 6.5C12 6.22386 12.2518 6 12.5625 6H17.4375C17.7482 6 18 6.22386 18 6.5C18 6.77614 17.7482 7 17.4375 7H12.5625C12.2518 7 12 6.77614 12 6.5ZM12.5625 4C12.2518 4 12 4.22386 12 4.5C12 4.77614 12.2518 5 12.5625 5H17.4375C17.7482 5 18 4.77614 18 4.5C18 4.22386 17.7482 4 17.4375 4H12.5625ZM8 4C8 5.10457 7.10457 6 6 6C4.89543 6 4 5.10457 4 4C4 2.89543 4.89543 2 6 2C7.10457 2 8 2.89543 8 4ZM5.2 7C3.43269 7 2 8.43269 2 10.2C2 10.6418 2.35817 11 2.8 11H9.2C9.64183 11 10 10.6418 10 10.2C10 8.43269 8.56731 7 6.8 7H5.2Z"
fill="" />
</svg>
Over de ontwikkelaar</a>
<a href="https://styleguide-vervoerregioamsterdam.student.fdnd.nl/"
aria-label="Ga naar de website van de dynamische stijlgids.">
<svg width="16" height="16" viewBox="0 0 16 16" fill="" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_346_174)">
<path
d="M14.6667 10.6667H11.4L6.59999 15.48C6.39999 15.68 6.18666 15.8534 5.97333 16H14.6667C15.4 16 16 15.4 16 14.6667V12C16 11.2667 15.4 10.6667 14.6667 10.6667Z"
fill="" />
<path
d="M10.84 9.33335L14.1333 6.04002C14.6533 5.52002 14.6533 4.68001 14.1333 4.16001L12.2533 2.28001C11.7333 1.76001 10.8933 1.76001 10.3733 2.28001L6.66665 5.98668V13.3333C6.66665 13.3333 6.66665 13.4667 6.65332 13.5333L9.51999 10.6667L10.84 9.33335V9.33335Z"
fill="" />
<path
d="M4 0H1.33333C0.6 0 0 0.6 0 1.33333V13.3333C0 14.8 1.18667 16 2.66667 16C3.41333 16 4.10667 15.68 4.58667 15.1733C5.05333 14.6933 5.33333 14.0533 5.33333 13.3333V1.33333C5.33333 0.6 4.73333 0 4 0ZM1.33333 1.33333H4V4H1.33333V1.33333ZM2.66667 14.6667C1.93333 14.6667 1.33333 14.0667 1.33333 13.3333C1.33333 12.6 1.93333 12 2.66667 12C3.4 12 4 12.6 4 13.3333C4 14.0667 3.4 14.6667 2.66667 14.6667ZM4 8H1.33333V5.33333H4V8Z"
fill="" />
</g>
<defs>
<clipPath id="clip0_346_174">
<rect width="16" height="16" fill="" />
</clipPath>
</defs>
</svg>
Dynamische stijlgids</a>
</div>
<div class="social-media-group">
<h3>
Deel deze tool op:
</h3>
<div>
<a target="_blank"
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse"
class="fb-xfbml-parse-ignore" aria-label="Deel deze website op Facebook.">
<svg width="44" height="44" viewBox="0 0 44 44" fill="" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_347_181)">
<path
d="M41.5766 0H2.43287C1.08864 0 0 1.08864 0 2.43287V41.5766C0 42.9208 1.08864 44.0095 2.43287 44.0095H23.5052V26.9604H17.7685V20.315H23.5052V15.4208C23.5052 9.74096 26.9793 6.64544 32.0439 6.64544C34.4768 6.64544 36.5594 6.8253 37.1652 6.9105V12.846H33.6532C30.8984 12.846 30.3589 14.1618 30.3589 16.0835V20.3244H36.938L36.0861 26.9699H30.3683V44.0095H41.5861C42.9303 44.0095 44.0189 42.9208 44.0189 41.5766V2.43287C44.0189 1.08864 42.9303 0 41.5861 0H41.5766Z"
fill="" />
</g>
<defs>
<clipPath id="clip0_347_181">
<rect width="44" height="44" fill="" />
</clipPath>
</defs>
</svg>
</a>
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Hello%20world"
aria-label="Deel deze website op Twitter.">
<svg width="45" height="36" viewBox="0 0 45 36" fill="" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_347_183)">
<path
d="M44.302 4.26264C42.6732 4.98859 40.9235 5.47257 39.0807 5.69594C40.9607 4.56977 42.394 2.79211 43.0734 0.670084C41.3144 1.71248 39.3692 2.46636 37.303 2.87587C35.6463 1.10752 33.2823 0.00927734 30.667 0.00927734C25.6505 0.00927734 21.5739 4.07649 21.5739 9.10235C21.5739 9.819 21.6577 10.5077 21.8066 11.1778C14.2678 10.7776 7.5667 7.16646 3.08066 1.66595C2.29886 3.00617 1.85212 4.56977 1.85212 6.23575C1.85212 9.39087 3.45295 12.1737 5.89142 13.8025C4.40227 13.7559 2.9969 13.3464 1.77766 12.667C1.77766 12.7042 1.77766 12.7414 1.77766 12.7787C1.77766 17.1809 4.91417 20.8573 9.06515 21.6949C8.30196 21.8997 7.50155 22.0113 6.67322 22.0113C6.08687 22.0113 5.51913 21.9555 4.9607 21.8438C6.11479 25.455 9.47466 28.0796 13.4488 28.1541C10.3402 30.5925 6.42192 32.0444 2.15925 32.0444C1.42399 32.0444 0.698034 31.9979 -0.00930786 31.9141C4.01138 34.4922 8.78594 36 13.9235 36C30.6391 36 39.788 22.151 39.788 10.1354C39.788 9.74454 39.788 9.35364 39.7601 8.96274C41.5377 7.67836 43.0734 6.07753 44.2927 4.26264H44.302Z"
fill="" />
</g>
<defs>
<clipPath id="clip0_347_183">
<rect width="44.302" height="36" fill="" />
</clipPath>
</defs>
</svg>
</a>
</div>
</div>
</nav>
</div>
<a class="back-2-top" href="#logo">
<svg width="20" height="20" viewBox="0 0 28 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Terug naar het begin</title>
<path
d="M23.3333 26H4.66667C1.64698 26 -0.283772 22.7821 1.13725 20.1176L10.4706 2.61765C11.9765 -0.205882 16.0235 -0.205883 17.5294 2.61765L26.8627 20.1176C28.2838 22.7821 26.353 26 23.3333 26Z"
fill="" />
</svg>
</a>
</footer>
<script src="./scripts/script.js" type="text/javascript"></script>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v15.0"
nonce="TpOVwmNv"></script>
</body>
</html>