This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·271 lines (260 loc) · 13.4 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="dist/css/style.min.css">
<title>DFDStories || Overzichtspagina</title>
</head>
<body>
<header>
<!-- Main nav -->
<nav>
<!-- Outer ul -->
<ul role="menubar">
<!-- Logo -->
<li>
<a href="index.html" role="menuitem">
<img src="./dist/img/icons/logo.svg" alt="page-logo">
</a>
</li>
<li id="download-loader">
<img src="dist/img/icons/spinner.svg" alt="download-loader">
</li>
<li data-target="main-menu" role="menuitem" aria-label="Open menu" id="toggle-main-menu">
<img src="./dist/img/icons/account.svg" alt="Account icon">
</li>
</ul>
<noscript>
<ul role="menubar">
<li>
<a href="index.html" role="menuitem">
<img src="./dist/img/icons/logo.svg" alt="page-logo">
</a>
</li>
<li>
<a href="html/signup.html" role="menuitem">Inloggen</a>
</li>
<li>
<a href="html/stories/kater.html" role="menuitem">Kater - Futloos</a>
</li>
<li>
<a href="html/stories/paranoia.html" role="menuitem">Paranoia - Gespannen</a>
</li>
<li>
<a href="html/stories/vrijdag-de-dertiende.html" role="menuitem">Vrijdag de 13
<span>e</span> - Triest</a>
</li>
</ul>
</noscript>
</nav>
</header>
<section>
<h4 class="hidden">Main Navigation</h4>
<nav id="main-menu">
<ul role="menu">
<li id="login-node">
<a href="html/signup.html" role="menuitem">Inloggen</a>
</li>
<li>
<a href="html/stories/kater.html" role="menuitem">Kater - Futloos</a>
</li>
<li>
<a href="html/stories/paranoia.html" role="menuitem">Paranoia - Gespannen</a>
</li>
<li>
<a href="html/stories/vrijdag-de-dertiende.html" role="menuitem">Vrijdag de 13
<span>e</span> - Triest
</a>
</li>
</ul>
</nav>
</section>
<main>
<section class="stories-form-wrapper">
<header>
<img src="./dist/img/landing_image.jpg" alt="landing-image">
<h1>DFDStories</h1>
</header>
<form action="#" class="find-stories-form search" id="search-form">
<fieldset>
<legend>Verhalen doorzoeken</legend>
<div>
<label class="hidden" for="search-for-title"></label>
<input type="text" id="search-for-title" pattern="[^'\x22]+">
<button class="btn btn-main" type="submit" aria-label="Zoeken">Zoek</button>
</div>
</fieldset>
<a href="#" aria-label="Laat alle verhalen zien" id="show-all-stories">of toon alle verhalen</a>
</form>
<form action="#" method="POST" class="find-stories-form filter" id="filter-form">
<span>Filter verhalen</span>
<fieldset class="button-group filter" role="listbox" id="select-ageSuggested">
<legend>Leeftijd</legend>
<div>
<input type="checkbox" name="filter-ageSuggested-all" class="btn hidden" id="filter-ageSuggested-all" aria-label="Alle leeftijden">
<label for="filter-ageSuggested-all">Elke</label>
<input type="checkbox" name="filter-ageSuggested-6+" class="btn hidden" id="filter-ageSuggested-6+" aria-label="Zes of ouder">
<label for="filter-ageSuggested-6+">6+</label>
<input type="checkbox" name="filter-ageSuggested-12+" class="btn hidden" id="filter-ageSuggested-12+" aria-label="Zes of ouder">
<label for="filter-ageSuggested-12+">12+</label>
<input type="checkbox" name="filter-ageSuggested-18+" class="btn hidden" id="filter-ageSuggested-18+" aria-label="Achtien of ouder">
<label for="filter-ageSuggested-18+">18+</label>
</div>
</fieldset>
<fieldset class="button-group filter" role="listbox" id="select-readTime">
<legend>Leestijd in minuten</legend>
<div>
<input type="checkbox" name="filter-readTime-1-5" class="btn hidden" id="filter-readTime-1-5" aria-label="Een tot vijf">
<label for="filter-readTime-1-5">1-5</label>
<input type="checkbox" name="filter-readTime-5-10" class="btn hidden" id="filter-readTime-5-10" aria-label="Vijf tot tien">
<label for="filter-readTime-5-10">5-10</label>
<input type="checkbox" name="filter-readTime-10-20" class="btn hidden" id="filter-readTime-10-20" aria-label="Tien tot twintig">
<label for="filter-readTime-10-20">10-20</label>
<input type="checkbox" name="filter-readTime-20+" class="btn hidden" id="filter-readTime-20+" aria-label="Twintig of langer">
<label for="filter-readTime-20+">20+</label>
</div>
</fieldset>
<fieldset class="button-group filter" role="listbox" id="select-storyLength">
<legend>Verhaallengte</legend>
<div>
<input type="checkbox" name="filter-storyLength-short" class="btn hidden" id="filter-storyLength-short" aria-label="Kort">
<label for="filter-storyLength-short">Kort</label>
<input type="checkbox" name="filter-storyLength-middleLong" class="btn hidden" id="filter-storyLength-middleLong" aria-label="Middellang">
<label for="filter-storyLength-middleLong">Middellang</label>
<input type="checkbox" name="filter-storyLength-long" class="btn hidden" id="filter-storyLength-long" aria-label="Lang">
<label for="filter-storyLength-long">Lang</label>
<input type="checkbox" name="filter-storyLength-veryLong" class="btn hidden" id="filter-storyLength-veryLong" aria-label="Erg lang">
<label for="filter-storyLength-veryLong">Erg lang</label>
</div>
</fieldset>
<button class="btn btn-main" type="submit" aria-label="Filteren">Filter</button>
<section id="download-modal-small-screen">
<header>
<h4>Downloadinformatie</h4>
<img src="dist/img/icons/multiply_white.svg" id="remove-modal-download-information" />
</header>
<p>
Er staan verhalen voor u klaar om te downloaden. Als u alle verhalen tegelijk wilt downloaden kunt u hier op deze melding
drukken. Als u de verhalen handmatig één voor één wilt downloaden gaat u naar de downloadlijst.
</p>
</section>
</form>
</section>
<article class="article-section" id="reading-list-section">
<header class="section-header">
<h2 class="section-title">Leeslijst</h2>
<button data-target="button-group-sort" id="toggle-button-group-sort" aria-label="Open sortatiebalk"></button>
<form action="#" class="button-group sort" id="button-group-sort">
<input type="checkbox" name="sort-alphabetically" class="btn hidden" id="sort-alphabetically" aria-label="Sorteer alfabetisch: A-Z">
<label for="sort-alphabetically">A-Z</label>
<input type="checkbox" name="sort-numeric" class="btn hidden" id="sort-numeric" aria-label="Sorteer numeriek: 0-99">
<label for="sort-numeric">0-99</label>
<input type="checkbox" name="sort-popularity" class="btn hidden" id="sort-popularity" aria-label="Sorteer op populariteit: populairst">
<label for="sort-popularity">Populariteit</label>
<input type="checkbox" name="sort-relevance" class="btn hidden" id="sort-relevance" aria-label="Sorteer op relevantie: relevantst">
<label for="sort-relevance">Relevantie</label>
</form>
</header>
<img src="../dist/img/icons/right-chevron.svg" alt="Arrow right" class="right-chevron">
<section id="reading-list" class="article-wrapper">
<h2 class="hidden">Leeslijst</h2>
</section>
</article>
</main>
<footer class="site-footer">
<section>
<h4>Over DFDS</h4>
<ul role="menu">
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/over-ons">Over ons</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/over-ons/vacatures">Vacatures</a>
</li>
<li role="menuitem">
<a href="https://blog.dfds.nl/" target="_blank">DFDS Blog</a>
</li>
<li role="menuitem">
<a href="https://www.dfds.com/logistics-solutions" target="_blank">Logistics</a>
</li>
<li role="menuitem">
<a href="https://www.dfds.com/freight-shipping" target="_blank">Freight</a>
</li>
<li role="menuitem">
<a href="https://www.dfds.com/group" target="_blank">DFDS Group</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/nieuws">Nieuws</a>
</li>
</ul>
</section>
<section>
<h4>Klantenservice</h4>
<ul role="menu">
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/contact">Contact</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/contact/veelgestelde-vragen">Veelgestelde vragen</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/reisvoorbereiding/vaarschema/actueel">Actueel</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/reisvoorbereiding/vaarschema">Vaarschema & tijden</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/agenten-login">Agenten login</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/contact/nieuwsbrief">Nieuwsbrief</a>
</li>
</ul>
</section>
<section>
<h4>Meer Info</h4>
<ul role="menu">
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/voorwaarden">Voorwaarden</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/voorwaarden/privacybeleid">Privacybeleid</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/voorwaarden/cookiebeleid">Cookiebeleid</a>
</li>
<li role="menuitem">
<a href="https://www.dfdsseaways.nl/reisvoorbereiding/brexit">Brexit - meer informatie</a>
</li>
</ul>
</section>
<section>
<h4>Volg Ons</h4>
<ul role="menu">
<li role="menuitem">
<a href="https://www.facebook.com/dfdsnederland" target="_blank"></a>
</li>
<li role="menuitem">
<a href="https://twitter.com/dfdsnederland" target="_blank"></a>
</li>
<li role="menuitem">
<a href="https://www.instagram.com/dfdsnederland/" target="_blank"></a>
</li>
<li role="menuitem">
<a href="https://nl.pinterest.com/dfdsnederland/" target="_blank"></a>
</li>
<li role="menuitem">
<a href="https://plus.google.com/u/0/+DfdsseawaysNl" target="_blank"></a>
</li>
<li role="menuitem">
<a href="https://www.youtube.com/c/DFDSNederland" target="_blank"></a>
</li>
</ul>
</section>
<small>© 2017, DFDS en Maikel van Veen</small>
</footer>
<script src="dist/js/main.min.js"></script>
</body>
</html>