forked from fdnd-task/look-and-feel-corporate-identity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·114 lines (109 loc) · 3.96 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1"
/>
<meta name="color-scheme" content="dark light">
<title>
Vervoerregio Amsterdam - Toolgankelijkheid
</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="stylesheet"
href="../styles/desktop-xl.css"
/>
<link
rel="icon"
type="image/png"
href="./assets/va-favicon.png"
/>
</head>
<body>
<header>
<div
id="logo"
></header>
<div id="after-curve"></div>
</header>
<!-- Dit is de sectie waar de content staat -->
<main class="index">
<div class="wrapper">
<div class="intro">
<h1 class="toolgankelijk">
<small>Maak kennis met</small> Toolgankelijk
</h1>
<br>
<p>Toolgankelijk is een overzichtssite voor de partners van Vervoerregio Amsterdam om de toegankelijkheid van de website te optimaliseren om aan de WCAG richtlijnen en wetgeving met ingang van 2025 te voldoen.</p>
</div>
<nav class="options">
<h2>Kies een categorie</h2>
<div class="option-group">
<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 href="./bedienbaar.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>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>
</div>
</nav>
</div>
</main>
<footer class="footer-sticky">
<div>
</div>
</footer>
</body>
<script
src="https://kit.fontawesome.com/45c29531a0.js"
crossorigin="anonymous"
></script>
</html>