-
Notifications
You must be signed in to change notification settings - Fork 0
/
wereldkaart.html
29 lines (27 loc) · 1.29 KB
/
wereldkaart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wereldkaart - Blood in the Mobile</title>
<!-- Import css style -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,800;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="/assets/css/deel-1/wereldkaart.min.css">
<link rel="stylesheet" href="/assets/css/style.min.css">
</head>
<body class="body">
<!-- Info box with instructions -->
<section class="section__container">
<section id="js--textbox_info" class="section__textbox">
<h2 class="section__textbox__h2">Ga op reis naar Congo!</h2>
<p>De plek waar alles begint. En ontdek hoe jouw mobiel gemaakt wordt.</p>
</section>
</section>
<div id="kaart"></div>
<!-- Import Javascript -->
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="/assets/js/data/landen.min.js"></script>
<script src="/assets/js/deel-1/wereldkaart.min.js"></script>
</body>
</html>