-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.html
167 lines (165 loc) · 5.96 KB
/
map.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kaart - Ring Ring</title>
<link rel="stylesheet" href="style/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,500&family=Varela+Round&display=swap"
rel="stylesheet"
/>
<!-- Load mapbox -->
<script src="https://api.mapbox.com/mapbox-gl-js/v2.0.1/mapbox-gl.js"></script>
<link
href="https://api.mapbox.com/mapbox-gl-js/v2.0.1/mapbox-gl.css"
rel="stylesheet"
/>
<script src="https://d3js.org/d3.v6.min.js"></script>
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="dashboard.html">
<img src="resources/dashboardIcon.svg" />Home</a
>
</li>
<li>
<a href="forYou.html">
<img src="resources/traficLight.svg" class="barChartIcon" />Voor
u</a
>
</li>
<li>
<a href="map.html">
<img src="resources/mapIcon.svg" class="mapHeaderIcon" />Kaart</a
>
</li>
<li>
<a href="feedback.html">
<img
src="resources/feedbackIcon.svg"
class="feedbackHeaderIcon"
/>Ontvangen Feedback</a
>
</li>
</ul>
</nav>
<img src="resources/logo.svg" alt="Ring Ring logo" />
<div>
<img class="notification" src="resources/notification.svg" />
<img class="avatar" src="resources/avatar.svg" />
<div class="accountInfo">
<p>Jan van Straten</p>
<a class="logOutButton" href="index.html">Uitloggen</a>
</div>
</div>
</header>
<main>
<section class="contentWrapper">
<section class="contentDetailWrapper contentMap">
<section class="contentHeader">
<img
src="resources/return.svg"
alt="returnButton"
onclick="goBack()"
/>
<section class="contentHeadersText">
<h1>Afgelegde fietsroutes Amsterdam - Januari 2020</h1>
<h2>
De drukste routes op elk tijdstip. U kunt hier rechts filteren
</h2>
</section>
</section>
<div id="map"></div>
</section>
</section>
<section class="sidebar">
<h1>Filter routes</h1>
<h2>Selecteer het tijdstip die u op de kaart wilt tonen</h2>
<ul class="filterMapList">
<li class="filterNight">
<input type="checkbox" id="00-06" name="00-06" />
<label for="00-06"> 00:00-06:00 </label>
</li>
<li class="filterRushHour">
<input type="checkbox" id="06-07" name="06-07" />
<label for="06-07"> 06:00-07:00 </label>
</li>
<li class="filterRushHour">
<input type="checkbox" id="07-08" name="07-08" />
<label for="07-08"> 07:00-08:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="08-09" name="08-09" />
<label for="08-09"> 08:00-09:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="09-10" name="09-10" />
<label for="09-10"> 09:00-10:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="10-11" name="10-11" />
<label for="10-11"> 10:00-11:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="11-12" name="11-12" />
<label for="11-12"> 11:00-12:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="12-13" name="12-13" />
<label for="12-13"> 12:00-13:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="13-14" name="13-14" />
<label for="13-14"> 13:00-14:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="14-15" name="14-15" />
<label for="14-15"> 14:00-15:00 </label>
</li>
<li class="filterRushHour">
<input type="checkbox" id="15-16" name="15-16" />
<label for="15-16"> 15:00-16:00 </label>
</li>
<li class="filterRushHour">
<input type="checkbox" id="16-17" name="16-17" />
<label for="16-17"> 16:00-17:00 </label>
</li>
<li class="filterDay">
<input type="checkbox" id="17-18" name="17-18" />
<label for="17-18"> 17:00-18:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="18-19" name="18-19" />
<label for="18-19"> 18:00-19:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="19-20" name="19-20" />
<label for="19-20"> 19:00-20:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="20-21" name="20-21" />
<label for="20-21"> 20:00-21:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="21-22" name="21-22" />
<label for="21-22"> 21:00-22:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="22-23" name="22-23" />
<label for="22-23"> 22:00-23:00 </label>
</li>
<li class="filterNight">
<input type="checkbox" id="23-24" name="23-24" />
<label for="23-24"> 23:00-24:00 </label>
</li>
</ul>
</section>
</main>
<footer></footer>
<script src="scripts/map.js"></script>
</body>
</html>