-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (281 loc) · 39.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<meta name="theme-color" content="#789b77" />
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon.ico" />
<link rel="mask-icon" href="./images/favicon.ico" color="#5bbad5" />
<meta name="apple-mobile-web-app-title" content="Vaxcy" />
<meta name="application-name" content="Vaxcy" />
<meta name="msapplication-TileColor" content="#789b77" />
<meta name="msapplication-TileImage" content="./images/favicon.ico" />
<!-- Primary Meta Tags -->
<title>Vaxcy - Stan Persoons</title>
<meta name="title" content="Vaxcy - Stan Persoons">
<meta name="description" content="Dit is een website gemaakt door Stan Persoons, als eindopdracht voor het Vak Web1 te HoGent.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://stan-persoons.be">
<meta property="og:title" content="Vaxcy - Stan Persoons">
<meta property="og:description" content="Dit is een website gemaakt door Stan Persoons, als eindopdracht voor het Vak Web1 te HoGent.">
<meta property="og:image" content="./images/guy.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://stan-persoons.be">
<meta property="twitter:title" content="Vaxcy - Stan Persoons">
<meta property="twitter:description" content="Dit is een website gemaakt door Stan Persoons, als eindopdracht voor het Vak Web1 te HoGent.">
<meta property="twitter:image" content="./images/guy.png">
<meta name="robots" content="./robots.txt">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./css/media-queries.css" />
</head>
<body onload="typeWriter();">
<header>
<nav>
<a href="./">
<img src="./images/logo.png" class="logo" alt="Logo" />
</a>
<i id="hamburger" class="fas fa-bars"></i>
<ul id="menu">
<li><a href="#" class="current-page">Home</a></li>
<li><a href="./waar-vaccineren.html">Waar Vaccineren</a></li>
<li><a href="./vragen.html">Vragen</a></li>
<li><a href="./vaccins.html">Vaccins</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="background-filter">
<div class="clipper"></div>
<div class="flex-container">
<section class="main-homepage">
<span onclick="DownArrow()" class="arrow-down">
<i class="fas fa-arrow-down"></i>
</span>
<div class="img-container img-container-mobile">
<img src="./images/corona-fam.png" class="image-guy image-guy-top" alt="" />
</div>
<div class="main-container">
<h1 id="anim">Vaxcy,</h1>
<h2>Hou jezef <span>&</span> Andere Veilig</h2>
<p title="Waar krijg jij je prik?"><i class="fas fa-level-down-alt"></i>Waar krijg jij je vaccin ?</p>
<button class="main-button"><a href="./waar-vaccineren.html">Waar Vaccineren</a></button>
</div>
<div class="img-container">
<img id="main-image" src="#" class="image-guy" alt="" />
</div>
<div class="img-container img-container-small">
<img src="./images/img-container-small.png" class="image-guy" alt="" />
</div>
</section>
<div id="toegediend"></div>
<section class="toegediende-section">
<h2>Toegediende Dosisen</h2>
<div class="toegediende-container">
<div class="toegediende-flex-row">
<div class="toegediende-card">
<div class="toegediende-title">Vlaanderen</div>
<div class="first-dose">
<h3>1st dosis</h3>
<div>3,371.83</div>
</div>
<div class="second-dose">
<h3>2de dosis</h3>
<div>2,173.91</div>
</div>
</div>
<div class="toegediende-card">
<div class="toegediende-title">Brussel</div>
<div class="first-dose">
<h3>1st dosis</h3>
<div>4,215.91</div>
</div>
<div class="second-dose">
<h3>2de dosis</h3>
<div>1,291.83</div>
</div>
</div>
</div>
<div class="toegediende-flex-row">
<div class="toegediende-card">
<div class="toegediende-title">Walonië</div>
<div class="first-dose">
<h3>1st dosis</h3>
<div>4,918.87</div>
</div>
<div class="second-dose">
<h3>2de dosis</h3>
<div>2,100.13</div>
</div>
</div>
<div class="toegediende-card">
<div class="toegediende-title">Ostbelgien</div>
<div class="first-dose">
<h3>1st dosis</h3>
<div>2,634.98</div>
</div>
<div class="second-dose">
<h3>2de dosis</h3>
<div>2,191.32</div>
</div>
</div>
</div>
</div>
</section>
<section class="header-section home-header-section">
<div class="belgie_svg">
<svg width="367.4" height="300.0323988095238" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" version="1.1">
<g>
<linearGradient id="Gradient" x1="35%" y1="15%" x2="45%" y2="2%">
<stop offset="50%" stop-color="var(--green-lines)" />
<stop offset="50%" stop-color="var(--main-green)" />
</linearGradient>
<linearGradient id="pattern" xlink:href="#Gradient" spreadMethod="repeat" />
<linearGradient id="repeat" xlink:href="#Gradient-1" spreadMethod="repeat" />
<path onmouseover="HoverProvintie(this)" id="Antwerpen" stroke-linejoin="miter" class="sm_state_BEL3480"
d="m256.97251,36.55935l-1.12995,0.9477l-1.05705,5.7591l3.8637,3.60855l0.2916,6.08715l-2.36925,2.1141l-3.0618,-0.91125l-2.1141,3.1347l-4.7385,0.25515l-3.82725,4.8843l-7.54515,1.49445l0,2.07765l-2.73375,3.7908l-1.3122,-1.56735l-1.7496,0.10935l-3.645,1.49445l-2.5515,2.2599l-1.1664,-0.5832l-4.92075,2.0412l-1.20285,-0.8019l-1.6038,-3.53565l-3.09825,2.3328l-2.07765,-0.4374l-3.68145,4.1553l1.0935,-2.4057l-2.5515,-1.3851l-6.88905,1.85895l-1.2393,3.0618l-1.458,-0.03645l-2.9889,-1.7496l-1.71315,1.6038l-3.2076,-2.44215l-1.71315,2.58795l-2.07765,-2.15055l-5.7591,1.3851l-0.4374,-2.22345l-1.78605,-0.54675l0.91125,-2.2599l-2.95245,1.9683l-0.61965,-0.2916l0.6561,-1.0935l-4.6656,-2.07765l-2.29635,-0.40095l-3.2076,0.83835l-0.8019,-0.9477l-1.85895,1.5309l-1.05705,-0.47385l-0.91125,-1.0935l0.47385,-1.49445l-0.2916,-1.7496l-0.54675,-1.6767l-0.5103,-3.38985l0.2916,-0.6561l1.20285,-1.42155l1.6767,-1.1664l1.8954,-0.3645l3.82725,0l3.75435,-1.2393l1.1664,-2.36925l0.4374,-3.2805l-0.729,-2.9889l-2.29635,-3.2805l0.83835,-0.54675l-2.00475,-6.4881l0.5832,-1.49445l0.3645,-0.25515l0.91125,-0.25515l0.76545,-0.83835l1.34865,-2.916l-3.17115,-1.3851l-0.729,-0.5832l-0.40095,-1.34865l0.0729,-3.2805l-0.2916,-1.56735l-0.69255,-1.20285l-1.3851,-1.71315l2.7702,0.10935l3.38985,1.85895l1.8225,0.61965l4.41045,0.2916l1.78605,-0.9477l0.47385,-2.6244l-0.5832,-1.49445l-2.1141,-2.51505l-0.729,-1.3851l0.0729,-1.5309l0.61965,-1.1664l0.18225,-1.0935l-1.12995,-1.2393l4.92075,-2.87955l5.06655,-1.8954l2.80665,-0.47385l1.20285,0.2187l0.729,1.27575l-0.10935,2.5515l-0.8019,1.85895l-0.18225,1.49445l1.8225,1.3122l1.2393,0.10935l2.6973,-0.5103l3.02535,0.76545l1.458,-0.10935l1.27575,-0.47385l0.98415,-0.729l7.29,-9.00315l3.1347,-1.6038l1.34865,0.1458l1.71315,0.6561l1.6038,1.0206l0.9477,1.3122l0.2187,2.2599l-0.5832,2.187l-0.4374,2.29635l0.69255,2.6244l-4.11885,-1.93185l-1.05705,0.18225l-0.54675,1.78605l2.00475,0.8748l6.59745,0.25515l1.7496,0.4374l3.645,1.71315l2.0412,-0.5832l2.36925,-2.3328l2.187,-2.95245l1.49445,-2.44215l0.6561,-1.85895l0.2916,-1.42155l0.5832,-0.91125l1.458,-0.3645l0.25515,0.3645l2.8431,1.8954l1.85895,3.53565l-0.3645,2.51505l-1.05705,2.4057l-0.32805,3.2805l0.61965,1.49445l3.24405,3.60855l0.5103,1.3122l0.9477,3.31695l0.47385,0.98415l1.64025,0.91125l3.645,-0.32805l1.7496,0.18225l1.64025,2.1141l0.03645,5.3946l1.6767,0.40095l0.61965,-0.1458z" />
<path onmouseover="HoverProvintie(this)" id="Luik" stroke-linejoin="miter" class="sm_state_BEL3481"
d="m303.55561,111.3183l1.64025,1.78605l2.44215,-0.6561l3.97305,5.3217l3.38985,-0.5103l2.2599,1.20285l0.83835,-0.3645l2.187,-3.38985l-1.78605,-2.2599l1.05705,0.32805l6.81615,0.2187l1.93185,-0.3645l-0.0729,1.0935l1.56735,0.83835l0.03645,1.42155l-0.32805,1.56735l0.3645,1.27575l1.2393,0.1458l3.75435,-1.05705l1.56735,0.1458l1.78605,1.8225l5.7591,8.8209l-1.2393,0.8019l1.0935,2.15055l1.93185,1.0206l6.52455,0.1458l0.2187,0.91125l-0.6561,1.3122l-1.0935,1.3122l0,0.54675l-2.1141,1.2393l-2.95245,2.4786l-1.7496,2.73375l1.56735,2.00475l-0.729,1.12995l0.10935,0.69255l0.76545,0.2916l1.0935,0.10935l-0.729,1.27575l0.76545,0.69255l0.8019,1.71315l0.76545,0.5832l0.91125,0.0729l3.2076,-0.98415l0.4374,-0.2916l1.85895,0.98415l4.0824,0.91125l1.7496,0.10935l-1.05705,1.05705l-0.25515,1.1664l0.2916,1.34865l0.5103,1.49445l0.8019,1.34865l0.69255,0.10935l0.32805,0.5103l-0.03645,2.4786l-0.69255,3.4992l-0.6561,1.9683l0.1458,1.7496l3.2805,5.72265l0.18225,2.07765l-1.1664,1.2393l-2.51505,0.47385l-1.27575,-0.2187l-1.05705,-0.4374l-1.05705,-0.0729l-1.27575,0.729l-0.9477,1.12995l-0.61965,1.42155l-0.2187,1.49445l0.4374,1.34865l-1.7496,1.56735l-4.04595,1.12995l-1.9683,0.9477l-0.91125,1.42155l-2.15055,1.5309l-0.98415,1.27575l1.27575,1.3851l0.5103,1.6767l-0.03645,1.6767l-0.5832,1.3851l-0.69255,0.47385l-1.8954,0.1458l-0.8019,0.5103l-0.69255,2.8431l0.9477,0.8019l0.32805,0.8748l-0.25515,1.0206l-0.8748,0.98415l-1.3851,-0.61965l-0.2187,-1.1664l0.10935,-1.3851l-0.4374,-1.34865l-1.20285,-1.20285l-0.729,0.10935l-0.61965,0.6561l-0.8019,0.5103l-2.15055,0.32805l-1.49445,-0.32805l0.18225,-4.55625l-0.47385,-1.93185l1.3122,-1.49445l-2.0412,-0.40095l-0.4374,-1.64025l0.54675,-13.74165l-3.02535,-1.56735l-0.18225,-1.27575l-11.4453,-2.51505l-0.83835,2.73375l1.7496,1.49445l-2.07765,5.13945l3.2805,0.47385l-0.61965,1.458l-5.9778,0.83835l-0.61965,1.42155l-0.61965,-1.3851l-1.56735,-0.5103l-5.6862,0.8748l2.5515,-5.43105l-2.5515,-0.61965l-1.5309,-2.58795l-0.0729,-1.64025l1.64025,-3.68145l-4.77495,0l0.4374,-1.78605l-3.1347,0.2187l-5.103,-4.8114l-3.2076,1.5309l-1.56735,-0.25515l-0.54675,-0.47385l0.2916,-1.3122l-1.56735,-0.32805l-0.8748,-2.916l-3.7908,2.51505l-4.0824,-3.24405l-1.27575,0.0729l-0.5832,1.05705l1.8954,3.3534l-3.1347,2.9889l-4.0095,-1.3851l-5.1759,3.4992l-1.3122,-1.8225l0.10935,-2.73375l-4.70205,-1.27575l-1.12995,-1.8954l1.458,-2.916l-1.7496,-3.9366l-2.0412,-2.07765l-3.2076,1.27575l-1.0206,-1.7496l0.47385,-1.3122l-1.8954,0.2916l-0.6561,-2.36925l1.27575,-1.2393l-2.22345,1.05705l-1.3122,-0.2187l-1.3851,-3.4992l-5.28525,-0.2916l1.78605,-1.34865l-2.44215,-7.1442l-4.5927,-4.374l0.32805,-3.5721l1.8225,-3.38985l-0.10935,-4.41045l1.49445,-1.0935l-2.29635,-3.31695l2.2599,-1.20285l0.2916,-2.7702l2.29635,1.34865l-0.03645,2.66085l1.56735,2.00475l1.42155,0.69255l2.4786,-0.40095l6.30585,1.85895l1.20285,-1.49445l-1.05705,-2.44215l5.6133,0.729l0.69255,-1.42155l0.69255,1.71315l3.02535,-1.8954l3.02535,1.64025l0.4374,-1.6767l1.8954,-1.6767l4.33755,-1.49445l1.27575,0.5832l1.1664,2.916l2.5515,0.98415l2.1141,-0.2187l0.729,-2.6244l1.85895,2.0412l1.49445,-0.3645l2.5515,-2.2599l-0.18225,-2.4057l8.20125,-2.44215l4.5927,-4.6656l0.5832,0.3645l2.00475,0.98415l1.49445,0.4374l-0.18225,1.78605l-0.9477,3.4263l1.71315,0.98415l1.0206,0.18225l0.98415,-0.18225l0.47385,-0.69255z" />
<path onmouseover="HoverProvintie(this)" id="Waals-Brabant" stroke-linejoin="miter" class="sm_state_BEL3482"
d="m236.15956,112.3389l-0.2916,2.7702l-2.2599,1.20285l2.29635,3.31695l-1.49445,1.0935l0.10935,4.41045l-1.8225,3.38985l-2.9889,-0.69255l-2.15055,2.916l-2.51505,-0.2187l-0.10935,0.91125l-10.09665,2.6973l-0.5103,0.4374l0.3645,1.7496l-1.05705,-1.56735l-3.7908,1.49445l-0.5832,-3.02535l-2.44215,0.69255l-0.4374,1.64025l-2.6244,-1.85895l-0.91125,0l-1.05705,1.78605l1.0935,4.62915l-2.1141,0.47385l-3.4263,-1.20285l-1.6767,0.2187l-1.6038,1.27575l0.32805,2.51505l-5.6862,2.4057l-1.3851,-0.61965l0.10935,-1.3851l-3.09825,1.64025l0.25515,-3.68145l-0.4374,-0.76545l-4.26465,0.03645l-0.98415,-1.0206l-5.35815,0.5832l-2.36925,2.6244l0.25515,-3.7908l-2.7702,0.2916l-2.36925,-3.68145l-3.0618,-0.6561l0.5103,-3.09825l-5.0301,-1.27575l0.47385,-3.1347l-1.8225,-2.4057l-1.05705,0.4374l-2.95245,4.0824l-2.22345,0.32805l-1.64025,-0.69255l-0.91125,-2.6244l-0.10935,-5.50395l0.3645,-1.93185l0.5103,-0.54675l0.76545,-1.49445l2.29635,0.03645l0.6561,-1.64025l0.9477,-0.3645l0.91125,0.40095l2.0412,2.8431l2.5515,-0.0729l3.09825,2.5515l1.8225,-1.34865l2.6244,0.8748l1.3851,-0.4374l0.6561,-0.8019l0.25515,-2.2599l2.0412,-0.03645l-0.98415,-1.49445l0.69255,-0.8019l1.78605,2.4786l1.78605,0.1458l0.54675,-2.2599l4.55625,-0.69255l3.4263,-2.6973l2.07765,-0.6561l1.34865,0.2187l-0.40095,1.71315l0.47385,0.729l2.9889,1.7496l0.2187,-1.85895l4.11885,-0.9477l2.22345,-2.44215l0.5103,3.24405l3.17115,-0.18225l1.8225,-2.1141l-1.7496,-2.3328l0.40095,-3.82725l4.92075,1.27575l1.6767,-0.9477l0.3645,1.12995l0.83835,-1.8954l2.51505,-0.91125l3.9366,1.34865l2.0412,3.38985l2.2599,0.2187l-0.40095,1.6038l7.10775,-0.729l-0.32805,2.6973l1.20285,0.98415l1.42155,-0.2187l4.62915,-3.68145l3.5721,2.8431z" />
<path onmouseover="HoverProvintie(this)" id="West-Vlaanderen" stroke-linejoin="miter" class="sm_state_BEL3479"
d="m83.1789,38.4183l0.10935,0.2916l-3.1347,1.9683l1.64025,3.9366l-2.29635,1.6038l2.5515,0.83835l2.22345,3.9366l-3.38985,6.4881l-4.1553,2.6973l10.67985,7.6545l-2.0412,1.458l2.8431,4.8843l-2.4786,3.68145l1.6038,2.187l-2.916,1.34865l4.55625,2.2599l-1.8954,-0.03645l1.42155,1.458l-0.6561,0.6561l-2.22345,-0.32805l0.729,1.71315l-1.27575,1.27575l0.8019,2.0412l2.187,-1.34865l1.458,0.61965l0.76545,2.80665l-2.22345,2.29635l5.832,5.06655l-1.2393,1.5309l2.187,2.9889l-0.2187,1.0935l-5.9049,4.374l-4.2282,3.17115l-4.26465,4.48335l-0.40095,1.12995l-1.458,-0.32805l-2.3328,-1.71315l0.1458,-2.0412l-2.0412,-2.87955l-4.0095,0.5832l-3.8637,-2.22345l-4.2282,2.187l-1.1664,0.40095l-1.56735,-2.80665l-1.56735,-1.5309l-2.4786,-0.76545l-7.5087,2.36925l-0.8748,-5.50395l-1.458,-0.9477l-5.50395,2.22345l-0.0729,0.6561l1.93185,2.29635l-3.5721,1.458l-0.40095,1.3851l-2.6973,0.54675l-1.34865,-1.2393l-0.61965,0.18225l-2.51505,1.5309l1.93185,6.16005l0.3645,1.42155l-7.54515,-3.46275l-1.7496,-1.458l-0.47385,-0.9477l-1.27575,-2.9889l-0.54675,-0.98415l-3.4992,-3.38985l-0.61965,-1.12995l-0.2916,-0.98415l-0.47385,-0.8748l-1.2393,-0.6561l-0.91125,-0.10935l-1.7496,0.25515l-2.15055,-0.32805l-0.69255,-0.2916l-0.5103,-0.8748l-0.8019,-1.8954l-0.4374,-0.47385l-1.12995,-0.5832l-0.32805,-0.5103l0.10935,-0.69255l0.729,-1.6767l0.10935,-0.9477l-1.85895,-6.561l0.54675,-1.3851l2.15055,-2.187l0.5832,-0.91125l-0.32805,-2.95245l-1.458,-2.2599l-3.38985,-3.75435l-0.9477,-2.916l-0.9477,-6.59745l-1.42155,-3.46275l1.8954,-1.42155l3.60855,-1.1664l12.79395,-9.73215l19.64655,-11.62755l18.99045,-12.5388l21.2139,-6.88905l0.8019,5.832l-0.3645,3.7179l-0.0729,3.53565l1.3122,3.7908l2.29635,2.51505l0.69255,0.32805z" />
<path onmouseover="HoverProvintie(this)" id="Oost-Vlaanderen" stroke-linejoin="miter" class="sm_state_BEL3478 path-hover"
d="m168.14386,34.66395l-0.3645,0.25515l-0.5832,1.49445l2.00475,6.4881l-0.83835,0.54675l2.29635,3.2805l0.729,2.9889l-0.4374,3.2805l-1.1664,2.36925l-3.75435,1.2393l-3.82725,0l-1.8954,0.3645l-1.6767,1.1664l-1.20285,1.42155l-0.2916,0.6561l0.5103,3.38985l0.54675,1.6767l0.2916,1.7496l-0.47385,1.49445l0.91125,1.0935l1.05705,0.47385l1.85895,-1.5309l0.8019,0.9477l-2.22345,7.18065l-2.15055,1.0206l-3.0618,-1.0935l-1.42155,3.02535l1.3122,4.19175l-0.03645,1.8954l-2.187,1.5309l-4.33755,-1.8225l0.83835,2.87955l-2.4786,1.8954l1.34865,1.20285l-0.0729,1.56735l-4.41045,6.4152l2.4057,0.47385l0.83835,2.187l-1.3851,4.19175l-2.80665,2.4057l-1.6038,0.6561l-1.34865,-1.2393l-1.6038,2.0412l-2.44215,-1.93185l-1.1664,0.6561l-1.20285,2.66085l1.9683,2.6973l-0.1458,0.8019l-3.0618,0.8019l-2.187,-0.8019l-0.98415,-2.58795l-5.3217,1.20285l-1.27575,-1.27575l-3.7908,0.4374l-1.56735,-4.6656l-4.0824,1.7496l-1.0206,-2.0412l-2.6973,1.5309l-3.82725,7.47225l-2.66085,-1.8225l-6.23295,-0.10935l-0.61965,-4.70205l-3.75435,1.12995l-3.46275,-1.458l5.9049,-4.374l0.2187,-1.0935l-2.187,-2.9889l1.2393,-1.5309l-5.832,-5.06655l2.22345,-2.29635l-0.76545,-2.80665l-1.458,-0.61965l-2.187,1.34865l-0.8019,-2.0412l1.27575,-1.27575l-0.729,-1.71315l2.22345,0.32805l0.6561,-0.6561l-1.42155,-1.458l1.8954,0.03645l-4.55625,-2.2599l2.916,-1.34865l-1.6038,-2.187l2.4786,-3.68145l-2.8431,-4.8843l2.0412,-1.458l-10.67985,-7.6545l4.1553,-2.6973l3.38985,-6.4881l-2.22345,-3.9366l-2.5515,-0.83835l2.29635,-1.6038l-1.64025,-3.9366l3.1347,-1.9683l-0.10935,-0.2916l2.187,1.0206l2.9889,0.32805l4.48335,-0.69255l0.2916,-1.42155l-0.25515,-1.93185l0.18225,-1.71315l1.0206,-1.0935l1.3851,-0.32805l1.5309,-0.10935l3.75435,-0.83835l2.3328,-0.1458l2.4057,0.40095l11.5182,3.8637l1.78605,1.1664l0.5103,1.9683l-0.1458,1.6767l0.1458,1.56735l1.3851,1.6767l1.20285,0.54675l11.1537,-0.1458l2.1141,-0.69255l4.3011,-3.38985l11.70045,-5.9049l4.70205,-3.68145l3.7179,-5.103l0.5103,-1.49445l0.83835,-4.11885l1.78605,1.6767l0.729,1.49445l0.69255,2.7702l1.5309,1.8954l1.71315,1.49445l1.1664,1.49445l0.47385,1.8954l-0.25515,1.05705l-0.61965,1.05705z" />
<path onmouseover="HoverProvintie(this)" id="Henegouwen" stroke-linejoin="miter" class="sm_state_BEL2"
d="m130.01716,114.99976l-0.6561,2.4786l0.4374,1.64025l1.34865,1.7496l2.00475,0.729l5.72265,0.18225l1.8954,-1.5309l1.8225,0.5832l2.187,-1.1664l0.69255,1.0206l1.3122,-2.51505l2.5515,0.83835l-0.5103,0.54675l-0.3645,1.93185l0.10935,5.50395l0.91125,2.6244l1.64025,0.69255l2.22345,-0.32805l2.95245,-4.0824l1.05705,-0.4374l1.8225,2.4057l-0.47385,3.1347l5.0301,1.27575l-0.5103,3.09825l3.0618,0.6561l2.36925,3.68145l2.7702,-0.2916l-0.25515,3.7908l2.36925,-2.6244l5.35815,-0.5832l0.98415,1.0206l4.26465,-0.03645l0.4374,0.76545l-0.25515,3.68145l3.09825,-1.64025l-0.10935,1.3851l1.3851,0.61965l5.6862,-2.4057l-1.6767,7.32645l3.38985,-0.8748l-0.729,1.3851l1.1664,1.6038l-1.27575,3.46275l-1.27575,0.2187l0.91125,1.05705l-0.8748,0.91125l4.0824,2.44215l-1.42155,3.09825l-1.49445,0.47385l1.93185,2.29635l-2.2599,3.7908l0.5832,5.5404l-6.37875,1.05705l-1.7496,-2.22345l-2.6244,0.25515l-1.8954,3.31695l-5.2488,-0.729l-0.76545,2.7702l-1.71315,-0.0729l-1.20285,2.187l-3.17115,0.2187l-3.75435,2.7702l1.56735,2.1141l3.4263,2.0412l0.729,-0.03645l1.7496,-2.00475l2.00475,0.4374l1.34865,1.0206l-1.1664,4.7385l0.76545,2.1141l-3.4263,2.66085l3.60855,6.30585l-1.2393,2.51505l0.0729,5.9049l0.4374,2.4057l1.5309,0.5103l0.729,7.6545l2.7702,5.64975l-1.5309,3.7179l-14.17905,-3.90015l-7.2171,1.05705l-1.27575,-0.3645l-5.28525,-2.87955l0.76545,0.0729l-0.10935,-2.15055l-0.54675,-2.2599l-0.4374,-0.18225l0.40095,-1.71315l0.47385,-1.12995l0.69255,-0.83835l1.71315,-1.6038l2.187,-1.56735l2.2599,-1.12995l0.03645,-0.98415l-0.6561,-1.1664l-0.5832,-1.3851l-1.56735,-6.3423l-0.9477,-0.47385l-1.0206,0.1458l-1.85895,0.8748l-1.34865,-0.69255l0.2187,-2.66085l1.8225,-5.9049l0.5103,-2.6973l0.4374,-1.20285l0.98415,-1.42155l2.22345,-1.7496l0.9477,-1.05705l0.2187,-1.56735l-0.5832,-0.9477l-1.1664,-1.0206l-1.27575,-0.8019l-0.83835,-0.32805l-1.20285,0.5103l0.0729,1.9683l-0.69255,0.69255l-1.71315,-0.83835l-2.58795,-5.5404l-1.9683,-1.7496l-2.00475,-1.1664l-3.1347,-3.4992l-1.8225,-0.8748l-2.00475,0.2187l-6.01425,2.51505l-2.15055,0.03645l-1.6767,-0.8019l-1.6038,-1.1664l-1.9683,-0.98415l-3.90015,-0.47385l-4.11885,0.32805l-1.3122,0.47385l-0.729,0.83835l-1.71315,2.916l-0.6561,1.6767l-0.729,0.25515l-0.3645,0.9477l-3.31695,-3.1347l-0.83835,-6.0507l0,-6.88905l-0.8019,-5.72265l-1.5309,-2.80665l-1.8954,-1.8225l-2.0412,-1.0206l-2.15055,-0.4374l-6.08715,-0.03645l-1.1664,-0.8748l0.91125,-1.6767l0.1458,-1.20285l-0.61965,-0.76545l-1.34865,-0.40095l-1.34865,0.10935l-0.98415,0.61965l-0.91125,0.9477l-1.3122,0.98415l-4.11885,1.5309l-2.29635,0.25515l-1.64025,-0.4374l-4.11885,-2.187l-1.2393,-0.98415l-1.49445,-1.8954l-0.5103,-1.6767l-0.1458,-4.7385l-2.4786,-8.3835l-0.76545,-4.3011l1.3122,-2.4786l-1.05705,-3.5721l-0.76545,-1.3851l-1.27575,-0.40095l-1.3122,-0.18225l-0.76545,-0.8748l-1.1664,-2.8431l-1.3122,-2.36925l1.1664,-0.40095l4.2282,-2.187l3.8637,2.22345l4.0095,-0.5832l2.0412,2.87955l-0.1458,2.0412l2.3328,1.71315l1.458,0.32805l0.40095,-1.12995l4.26465,-4.48335l4.2282,-3.17115l3.46275,1.458l3.75435,-1.12995l0.61965,4.70205l6.23295,0.10935l2.66085,1.8225l3.82725,-7.47225l2.6973,-1.5309l1.0206,2.0412l4.0824,-1.7496l1.56735,4.6656l3.7908,-0.4374l1.27575,1.27575l5.3217,-1.20285l0.98415,2.58795zm-97.1028,5.06655l-0.3645,-1.42155l-1.93185,-6.16005l2.51505,-1.5309l0.61965,-0.18225l1.34865,1.2393l2.6973,-0.54675l0.40095,-1.3851l3.5721,-1.458l-1.93185,-2.29635l0.0729,-0.6561l5.50395,-2.22345l1.458,0.9477l0.8748,5.50395l-4.92075,1.56735l-2.187,1.34865l-1.71315,1.85895l-2.8431,4.9572l-1.2393,0.9477l-1.93185,-0.5103z" />
<path onmouseover="HoverProvintie(this)" id="Limburg" stroke-linejoin="miter" class="sm_state_BEL3"
d="m318.50011,112.44825l1.78605,2.2599l-2.187,3.38985l-0.83835,0.3645l-2.2599,-1.20285l-3.38985,0.5103l-3.97305,-5.3217l-2.44215,0.6561l-1.64025,-1.78605l1.0206,-1.5309l0.83835,-0.6561l0.9477,0.3645l1.93185,2.15055l0.9477,0.6561l8.20125,-0.2187l1.05705,0.3645zm-22.0887,-8.41995l-4.5927,4.6656l-8.20125,2.44215l0.18225,2.4057l-2.5515,2.2599l-1.49445,0.3645l-1.85895,-2.0412l-0.729,2.6244l-2.1141,0.2187l-2.5515,-0.98415l-1.1664,-2.916l-1.27575,-0.5832l-4.33755,1.49445l-1.8954,1.6767l-0.4374,1.6767l-3.02535,-1.64025l-3.02535,1.8954l-0.69255,-1.71315l-0.69255,1.42155l-5.6133,-0.729l1.05705,2.44215l-1.20285,1.49445l-6.30585,-1.85895l1.8225,-3.9366l-1.8225,-1.0935l1.27575,-3.02535l-0.76545,-2.73375l4.26465,-4.4469l-2.07765,-0.729l0.6561,-5.0301l1.56735,-4.41045l1.85895,0.6561l0.4374,-0.47385l0.83835,-4.1553l-1.3851,-1.20285l-3.31695,-0.03645l-0.32805,-1.20285l-3.645,1.7496l-1.56735,-1.7496l-1.56735,0.69255l-0.61965,-0.47385l-1.2393,-3.2805l3.7908,-3.38985l0.0729,-3.31695l3.97305,-1.8225l-0.61965,-3.4992l0.91125,-0.25515l0.5103,1.20285l2.36925,-0.98415l-2.5515,-3.31695l-2.07765,-0.9477l-2.66085,0.3645l0,3.75435l-1.6767,1.05705l-1.93185,-1.2393l-1.8954,0.76545l-1.5309,-2.9889l-2.4057,0.6561l2.73375,-3.7908l0,-2.07765l7.54515,-1.49445l3.82725,-4.8843l4.7385,-0.25515l2.1141,-3.1347l3.0618,0.91125l2.36925,-2.1141l-0.2916,-6.08715l-3.8637,-3.60855l1.05705,-5.7591l1.12995,-0.9477l2.95245,-0.729l11.1537,0.47385l1.9683,-0.729l3.97305,-2.80665l1.85895,-0.91125l2.0412,0.25515l2.22345,1.3851l1.7496,2.29635l0.6561,2.916l0.32805,3.4263l2.15055,1.85895l5.3217,1.6038l1.3122,0.91125l0.8748,1.05705l1.05705,0.729l1.6038,0l3.9366,-0.83835l1.2393,0.1458l1.5309,0.91125l1.9683,2.73375l1.27575,1.05705l2.87955,-0.729l1.6038,0.1458l1.0935,2.6244l-1.34865,1.3122l-0.2916,1.71315l2.15055,2.3328l-0.8748,0.5832l-0.9477,0.3645l-1.0206,0.18225l-1.0206,-0.10935l0.61965,2.15055l-0.69255,2.0412l-0.5103,1.05705l-0.729,0.98415l-1.0935,-0.9477l-0.76545,0.47385l-0.47385,1.458l-0.2187,2.00475l1.27575,1.7496l-1.49445,3.645l-3.7179,5.9778l2.07765,-0.5832l0.91125,0.03645l0.9477,0.54675l-1.0935,1.8225l-1.64025,3.46275l-1.20285,1.85895l-0.47385,0.3645l-2.187,0.83835l-6.7797,7.61805l0.18225,3.3534l1.5309,2.2599l1.56735,1.12995z" />
<path onmouseover="HoverProvintie(this)" id="Vlaams-Brabant" stroke-linejoin="miter" class="sm_state_BEL3475"
d="m243.88696,118.64476l-2.4786,0.40095l-1.42155,-0.69255l-1.56735,-2.00475l0.03645,-2.66085l-2.29635,-1.34865l-3.5721,-2.8431l-4.62915,3.68145l-1.42155,0.2187l-1.20285,-0.98415l0.32805,-2.6973l-7.10775,0.729l0.40095,-1.6038l-2.2599,-0.2187l-2.0412,-3.38985l-3.9366,-1.34865l-2.51505,0.91125l-0.83835,1.8954l-0.3645,-1.12995l-1.6767,0.9477l-4.92075,-1.27575l-0.40095,3.82725l1.7496,2.3328l-1.8225,2.1141l-3.17115,0.18225l-0.5103,-3.24405l-2.22345,2.44215l-4.11885,0.9477l-0.2187,1.85895l-2.9889,-1.7496l-0.47385,-0.729l0.40095,-1.71315l-1.34865,-0.2187l-2.07765,0.6561l-3.4263,2.6973l-4.55625,0.69255l-0.54675,2.2599l-1.78605,-0.1458l-1.78605,-2.4786l-0.69255,0.8019l0.98415,1.49445l-2.0412,0.03645l-0.25515,2.2599l-0.6561,0.8019l-1.3851,0.4374l-2.6244,-0.8748l-1.8225,1.34865l-3.09825,-2.5515l-2.5515,0.0729l-2.0412,-2.8431l-0.91125,-0.40095l-0.9477,0.3645l-0.6561,1.64025l-2.29635,-0.03645l-0.76545,1.49445l-2.5515,-0.83835l-1.3122,2.51505l-0.69255,-1.0206l-2.187,1.1664l-1.8225,-0.5832l-1.8954,1.5309l-5.72265,-0.18225l-2.00475,-0.729l-1.34865,-1.7496l-0.4374,-1.64025l0.6561,-2.4786l2.187,0.8019l3.0618,-0.8019l0.1458,-0.8019l-1.9683,-2.6973l1.20285,-2.66085l1.1664,-0.6561l2.44215,1.93185l1.6038,-2.0412l1.34865,1.2393l1.6038,-0.6561l2.80665,-2.4057l1.3851,-4.19175l-0.83835,-2.187l-2.4057,-0.47385l4.41045,-6.4152l0.0729,-1.56735l-1.34865,-1.20285l2.4786,-1.8954l-0.83835,-2.87955l4.33755,1.8225l2.187,-1.5309l0.03645,-1.8954l-1.3122,-4.19175l1.42155,-3.02535l3.0618,1.0935l2.15055,-1.0206l2.22345,-7.18065l3.2076,-0.83835l2.29635,0.40095l4.6656,2.07765l-0.6561,1.0935l0.61965,0.2916l2.95245,-1.9683l-0.91125,2.2599l1.78605,0.54675l0.4374,2.22345l5.7591,-1.3851l2.07765,2.15055l1.71315,-2.58795l3.2076,2.44215l1.71315,-1.6038l2.9889,1.7496l1.458,0.03645l1.2393,-3.0618l6.88905,-1.85895l2.5515,1.3851l-1.0935,2.4057l3.68145,-4.1553l2.07765,0.4374l3.09825,-2.3328l1.6038,3.53565l1.20285,0.8019l4.92075,-2.0412l1.1664,0.5832l2.5515,-2.2599l3.645,-1.49445l1.7496,-0.10935l1.3122,1.56735l2.4057,-0.6561l1.5309,2.9889l1.8954,-0.76545l1.93185,1.2393l1.6767,-1.05705l0,-3.75435l2.66085,-0.3645l2.07765,0.9477l2.5515,3.31695l-2.36925,0.98415l-0.5103,-1.20285l-0.91125,0.25515l0.61965,3.4992l-3.97305,1.8225l-0.0729,3.31695l-3.7908,3.38985l1.2393,3.2805l0.61965,0.47385l1.56735,-0.69255l1.56735,1.7496l3.645,-1.7496l0.32805,1.20285l3.31695,0.03645l1.3851,1.20285l-0.83835,4.1553l-0.4374,0.47385l-1.85895,-0.6561l-1.56735,4.41045l-0.6561,5.0301l2.07765,0.729l-4.26465,4.4469l0.76545,2.73375l-1.27575,3.02535l1.8225,1.0935l-1.8225,3.9366zm-64.26135,-29.3787l-1.6038,-1.27575l-2.44215,2.44215l-4.04595,-0.69255l-3.46275,1.7496l-1.78605,3.53565l0.9477,1.71315l-0.5832,2.51505l-2.4057,0.40095l-1.12995,2.2599l3.53565,2.00475l1.71315,-0.91125l2.51505,5.28525l2.58795,1.78605l2.07765,0.3645l2.00475,-0.47385l7.69095,-4.11885l-3.1347,-2.3328l0.76545,-1.3122l2.00475,-0.25515l-1.49445,-4.7385l-3.7908,-2.44215l1.49445,-1.5309l0.03645,-1.42155l-1.49445,-2.5515z" />
<path onmouseover="HoverProvintie(this)" id="Brussel" stroke-linejoin="miter" class="sm_state_BEL3474"
d="m179.62561,89.26605l1.49445,2.5515l-0.03645,1.42155l-1.49445,1.5309l3.7908,2.44215l1.49445,4.7385l-2.00475,0.25515l-0.76545,1.3122l3.1347,2.3328l-7.69095,4.11885l-2.00475,0.47385l-2.07765,-0.3645l-2.58795,-1.78605l-2.51505,-5.28525l-1.71315,0.91125l-3.53565,-2.00475l1.12995,-2.2599l2.4057,-0.40095l0.5832,-2.51505l-0.9477,-1.71315l1.78605,-3.53565l3.46275,-1.7496l4.04595,0.69255l2.44215,-2.44215l1.6038,1.27575z" />
<path onmouseover="HoverProvintie(this)" id="Luxemburg" stroke-linejoin="miter" class="sm_state_BEL3477"
d="m330.92956,201.49561l-0.83835,-0.4374l-0.54675,-1.05705l-0.32805,-1.42155l-0.61965,-0.6561l-1.42155,1.1664l-2.0412,0.2187l-0.8019,1.34865l-0.3645,2.00475l-0.76545,2.15055l-1.3851,1.458l-3.53565,1.71315l-1.56735,1.42155l-0.32805,0.9477l-0.18225,2.4057l-0.2187,0.98415l-0.5832,0.83835l-1.3851,1.20285l-0.5832,0.91125l0.10935,3.09825l-0.2187,1.1664l-0.69255,0.729l-1.8954,0.83835l-0.5832,0.76545l-0.10935,2.0412l0.6561,0.8019l0.3645,0.83835l-1.0206,2.00475l-0.76545,0.729l-1.42155,0.32805l-0.6561,0.4374l-0.729,1.0206l-0.9477,2.4057l-3.2805,5.72265l-0.40095,1.3851l1.12995,0.54675l2.07765,1.56735l0.8748,1.34865l-2.4786,-0.25515l0.03645,0.83835l-0.5103,1.3122l0.91125,0.83835l-1.0935,0.76545l-0.4374,1.3851l0.1458,1.7496l0.5832,1.85895l0.98415,1.64025l0.9477,0.47385l1.0206,0.18225l1.20285,0.729l0.61965,0.9477l2.22345,4.41045l0.1458,0.69255l0.18225,2.36925l0.5832,0.47385l2.4057,0.83835l1.2393,-0.18225l0.54675,0.8748l0.10935,1.12995l-0.8019,1.12995l-0.18225,1.7496l-0.4374,0.98415l0.32805,1.05705l0.6561,0.5103l1.8954,0.2187l0.69255,0.5832l0.5103,2.07765l-0.5103,1.2393l-1.71315,1.78605l-1.20285,3.3534l-0.729,1.458l-1.0935,1.0206l1.6038,0.8748l-0.8748,2.2599l-2.187,2.3328l-2.22345,1.05705l-1.12995,-0.25515l-2.0412,-1.27575l-1.0206,-0.1458l-1.0206,0.54675l-1.2393,1.6038l-1.1664,0.5103l-2.0412,-0.3645l-2.00475,-0.98415l-2.15055,-0.5103l-2.3328,1.20285l-1.12995,1.5309l-0.5103,1.64025l-1.42155,0.18225l-0.8019,-0.2187l-2.95245,-1.3851l-1.78605,0.8019l-2.36925,1.8954l-2.44215,1.42155l-2.0412,-0.54675l-0.5832,-1.27575l0.10935,-1.3122l0.2916,-1.34865l0,-1.5309l-0.3645,-1.34865l-4.55625,-8.2377l-1.7496,-1.6038l-2.95245,-1.05705l-1.05705,-0.6561l-0.5832,-0.10935l-1.2393,1.93185l-0.69255,0.2187l-1.56735,-0.2916l-0.4374,-0.5832l-0.25515,-1.34865l0.2916,-2.0412l1.20285,-1.0206l-0.6561,-2.187l-1.8225,-2.2599l-1.9683,-1.9683l-2.0412,0.0729l-4.26465,1.1664l-2.187,-0.61965l-1.71315,-1.27575l-1.3851,-1.3851l-4.04595,-5.832l-1.0935,-1.0935l-3.38985,-0.9477l-1.85895,-1.0935l-3.53565,-3.46275l-1.71315,-0.98415l-0.2187,0.03645l0.2916,-1.0206l0.4374,-2.4786l1.20285,-0.3645l-0.8019,-2.80665l0.40095,-1.27575l7.10775,-5.103l-1.6038,-1.56735l2.4057,-2.29635l4.7385,-1.8954l-2.0412,-2.0412l0.3645,-3.2805l-2.7702,-1.42155l-0.83835,-1.9683l-4.04595,0.8019l-0.98415,-0.5103l-1.2393,-4.8114l-2.29635,-2.22345l1.8225,0.03645l0.6561,-2.2599l0.83835,0.8748l0.91125,-0.2916l3.09825,-3.24405l0.98415,-2.4786l-0.8019,-0.83835l1.3851,-5.64975l0.54675,4.11885l2.00475,0.69255l8.85735,-0.61965l2.00475,-0.40095l2.5515,-1.8225l2.5515,0.25515l0.47385,-1.56735l-2.4057,-2.2599l2.6973,-0.83835l0.8748,-2.66085l-3.3534,-3.9366l0.1458,-1.49445l-1.1664,0l1.0206,-1.458l-3.60855,-2.0412l1.7496,-1.2393l2.6973,0.18225l-0.2187,-1.7496l2.1141,-1.42155l1.0206,-0.10935l0.98415,1.3122l6.67035,-4.33755l2.6244,-2.6973l0.0729,-2.2599l-0.9477,-2.3328l-2.187,0.1458l-1.20285,1.71315l-0.729,-0.76545l5.13945,-3.8637l-1.34865,-1.7496l2.00475,-2.66085l-0.83835,-1.8954l3.1347,-2.9889l-1.8954,-3.3534l0.5832,-1.05705l1.27575,-0.0729l4.0824,3.24405l3.7908,-2.51505l0.8748,2.916l1.56735,0.32805l-0.2916,1.3122l0.54675,0.47385l1.56735,0.25515l3.2076,-1.5309l5.103,4.8114l3.1347,-0.2187l-0.4374,1.78605l4.77495,0l-1.64025,3.68145l0.0729,1.64025l1.5309,2.58795l2.5515,0.61965l-2.5515,5.43105l5.6862,-0.8748l1.56735,0.5103l0.61965,1.3851l0.61965,-1.42155l5.9778,-0.83835l0.61965,-1.458l-3.2805,-0.47385l2.07765,-5.13945l-1.7496,-1.49445l0.83835,-2.73375l11.4453,2.51505l0.18225,1.27575l3.02535,1.56735l-0.54675,13.74165l0.4374,1.64025l2.0412,0.40095l-1.3122,1.49445l0.47385,1.93185l-0.18225,4.55625z" />
<path onmouseover="HoverProvintie(this)" id="Namen" stroke-linejoin="miter" class="sm_state_BEL3476"
d="m232.69681,128.52271l-0.32805,3.5721l4.5927,4.374l2.44215,7.1442l-1.78605,1.34865l5.28525,0.2916l1.3851,3.4992l1.3122,0.2187l2.22345,-1.05705l-1.27575,1.2393l0.6561,2.36925l1.8954,-0.2916l-0.47385,1.3122l1.0206,1.7496l3.2076,-1.27575l2.0412,2.07765l1.7496,3.9366l-1.458,2.916l1.12995,1.8954l4.70205,1.27575l-0.10935,2.73375l1.3122,1.8225l5.1759,-3.4992l4.0095,1.3851l0.83835,1.8954l-2.00475,2.66085l1.34865,1.7496l-5.13945,3.8637l0.729,0.76545l1.20285,-1.71315l2.187,-0.1458l0.9477,2.3328l-0.0729,2.2599l-2.6244,2.6973l-6.67035,4.33755l-0.98415,-1.3122l-1.0206,0.10935l-2.1141,1.42155l0.2187,1.7496l-2.6973,-0.18225l-1.7496,1.2393l3.60855,2.0412l-1.0206,1.458l1.1664,0l-0.1458,1.49445l3.3534,3.9366l-0.8748,2.66085l-2.6973,0.83835l2.4057,2.2599l-0.47385,1.56735l-2.5515,-0.25515l-2.5515,1.8225l-2.00475,0.40095l-8.85735,0.61965l-2.00475,-0.69255l-0.54675,-4.11885l-1.3851,5.64975l0.8019,0.83835l-0.98415,2.4786l-3.09825,3.24405l-0.91125,0.2916l-0.83835,-0.8748l-0.6561,2.2599l-1.8225,-0.03645l2.29635,2.22345l1.2393,4.8114l0.98415,0.5103l4.04595,-0.8019l0.83835,1.9683l2.7702,1.42155l-0.3645,3.2805l2.0412,2.0412l-4.7385,1.8954l-2.4057,2.29635l1.6038,1.56735l-7.10775,5.103l-0.40095,1.27575l0.8019,2.80665l-1.20285,0.3645l-0.4374,2.4786l-0.2916,1.0206l-1.7496,0.0729l-4.0824,1.458l-2.15055,0.32805l-2.44215,-0.32805l-0.8748,-1.12995l0.03645,-5.4675l-0.2187,-0.8748l-0.9477,-1.5309l-0.18225,-0.729l0.18225,-0.91125l0.83835,-0.98415l1.27575,-3.7908l0.25515,-1.2393l-0.18225,-1.93185l-1.458,-2.6973l-4.48335,-1.8225l-1.2393,-2.07765l0.40095,-2.3328l3.645,-9.07605l0.0729,-1.56735l-0.1458,-1.2393l0.10935,-1.3122l1.78605,-3.90015l0.54675,-0.1458l1.0206,1.0935l0.2187,-2.58795l0.5103,-3.02535l0.1458,-2.58795l-0.8748,-1.12995l-2.95245,0.61965l-1.0935,-0.47385l-0.40095,-2.187l-2.5515,1.1664l-10.0602,10.24245l-0.54675,1.1664l-0.25515,1.42155l0.54675,1.64025l0.10935,1.0206l-0.729,4.6656l-0.6561,2.3328l-0.8748,1.6767l-1.0206,0.69255l-3.9366,0.61965l-13.15845,6.561l-2.80665,0.47385l-0.69255,-0.18225l1.5309,-3.7179l-2.7702,-5.64975l-0.729,-7.6545l-1.5309,-0.5103l-0.4374,-2.4057l-0.0729,-5.9049l1.2393,-2.51505l-3.60855,-6.30585l3.4263,-2.66085l-0.76545,-2.1141l1.1664,-4.7385l-1.34865,-1.0206l-2.00475,-0.4374l-1.7496,2.00475l-0.729,0.03645l-3.4263,-2.0412l-1.56735,-2.1141l3.75435,-2.7702l3.17115,-0.2187l1.20285,-2.187l1.71315,0.0729l0.76545,-2.7702l5.2488,0.729l1.8954,-3.31695l2.6244,-0.25515l1.7496,2.22345l6.37875,-1.05705l-0.5832,-5.5404l2.2599,-3.7908l-1.93185,-2.29635l1.49445,-0.47385l1.42155,-3.09825l-4.0824,-2.44215l0.8748,-0.91125l-0.91125,-1.05705l1.27575,-0.2187l1.27575,-3.46275l-1.1664,-1.6038l0.729,-1.3851l-3.38985,0.8748l1.6767,-7.32645l-0.32805,-2.51505l1.6038,-1.27575l1.6767,-0.2187l3.4263,1.20285l2.1141,-0.47385l-1.0935,-4.62915l1.05705,-1.78605l0.91125,0l2.6244,1.85895l0.4374,-1.64025l2.44215,-0.69255l0.5832,3.02535l3.7908,-1.49445l1.05705,1.56735l-0.3645,-1.7496l0.5103,-0.4374l10.09665,-2.6973l0.10935,-0.91125l2.51505,0.2187l2.15055,-2.916l2.9889,0.69255z" />
</g>
</svg>
</div>
<div class="header-card">
<div class="title-card-container">
<div class="title-container">
<h2 id="provintie-label">Oost-Vlaanderen</h2>
</div>
</div>
<div class="header-card-item header-card-item-bottom-border">
<h3>Besmettingen</h3>
<div id="besmettingen-aantal">971.12</div>
</div>
<div class="header-card-item">
<h3>Populatie</h3>
<div id="populatie-aantal">4,192.12</div>
</div>
</div>
</section>
<section class="voorkomen-section">
<div class="voorkomen-container">
<div class="video-container">
<video class="video-off" preload="none" id="vid" onclick="PlayVideo()" poster="./images/info.jpg"></video>
<i id="play-btn" onclick="PlayVideo()" class="fas fa-play"></i>
</div>
<div class="voorkomen-info">
<h2>Hoe het coronavirus voorkomen</h2>
<p>In het volgende filmpje van de <a class="vlaamse-overheid-text" href="https://www.vlaanderen.be/">vlaamse overheid</a> kan je zien hoe je het coronavirus kan voorkomen.</p>
<ul>
<li>
<i class="fas fa-check"></i>
<i> Was je handen regelmatig.</i>
</li>
<li>
<i class="fas fa-check"></i>
<i> Hoest of nies in de binnenkant van je elleboog.</i>
</li>
<li>
<i class="fas fa-check"></i>
<i>Blijf thuis als je ziek bent.</i>
</li>
<li>
<i class="fas fa-check"></i>
<i>Raak je gezicht zo weinig mogelijk aan.</i>
</li>
<li>
<i class="fas fa-check"></i>
<i>Vermijd handen geven.</i>
</li>
<li>
<i class="fas fa-check"></i>
<i>Vermijd nauw contact met personen die ziek zijn.</i>
</li>
</ul>
</div>
</div>
</section>
<section class="waar-gevaccineerd-section">
<div class="background-filter">
<div class="waar-gevaccineerd-container">
<h2>Waar word ik gevaccineerd ?</h2>
<form action="./waar-vaccineren.html" method="get">
<div class="zoek-input-container">
<input oninput="TypeInput(this)" type="text" id="input-gemeente" name="gemeente" />
<button>Zoek</button>
</div>
</form>
</div>
</div>
</section>
</div>
</div>
</main>
<footer>
<div class="footer-container">
<div class="footer-left">
<a href="./" class="logo logo_footer">
<img src="./images/logo.png" class="logo logo_footer" alt="Logo" />
</a>
<p class="footer-links">
<a href="#">Home</a>
<span> | </span>
<a class="underline" href="./waar-vaccineren.html">Waar Vaccineren</a>
<span> | </span>
<a class="underline" href="./vragen.html">Vragen</a>
<span> | </span>
<a class="underline" href="./vaccins.html">Vaccins</a>
<span> | </span>
<a class="underline" href="./contact.html">Contact</a>
</p>
<p class="footer-bedrijf-name Up">Vaxcy Inc © 2021</p>
</div>
<div class="footer-center">
<div class="">
<i class="fa fa-phone"></i>
<p>+32 04 123 456 70</p>
</div>
<div class="Up">
<i class="fa fa-envelope"></i>
<p class="underline"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</footer>
<script src="./js/main.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GW3JTCPXG9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GW3JTCPXG9');
</script>
</body>
</html>