-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
602 lines (582 loc) · 48.2 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Litening Digital | Lighter, Faster Websites</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/style.min.css">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/site.webmanifest">
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#0059ff">
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#0059ff">
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#0059ff">
</head>
<body>
<!-- column background -->
<div class="column-lines">
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
</div>
<!-- content -->
<header id="hero">
<div class="container">
<!-- navbar -->
<div id="main-nav" class="navbar hamburger-menu">
<a href="/"><img class="logo" src="img/graphics/logo.svg" alt="Litening logo"></a>
<ul class="menu">
<li><a href="#about">Werkwijze</a></li>
<li><a href="#">Rates</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button class="hamburger hamburger--spring" type="button" onclick="toggleMenu()">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
<!-- hero content -->
<div class="row hero-content">
<div class="col-lg-7 strikethrough-jumbo">
<span class="strikethrough"><s></s>2MB aan Javascript laden</span>
<span class="strikethrough"><s></s>Wachten op social widgets</span>
<span class="strikethrough"><s></s>Cookievoorkeuren instellen</span>
<span class="strikethrough"><s></s>Nieuwsbrief pop-up</span>
<span class="strikethrough"><s></s>Onnodige pushnotificaties</span>
<span class="strikethrough"><s></s>AdBlocker uitschakelen</span>
<span class="strikethrough"><s></s>Download-onze-app-banner</span>
<div class="title">
<h2>Content first, Cookies last.</h2>
<h4 class="typewriter">Razend snelle websites zónder afleiding.</h4>
</div>
</div>
<div class="col-lg-5 hero-illustration fadeInUp animated">
<svg id="bloat-animation" class="hero-animation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 599.61 447.4">
<title>Animation showing various kinds of annoying pop-ups and clutter that plague modern websites.</title>
<path d="M599.74,22.69h-.09a17.34,17.34,0,0,1,.09,1.77v423H.26V425.67h0V24.46a17.48,17.48,0,0,1,.09-1.77H.26V.88H599.74Z"
transform="translate(-0.26 -0.26)" style="fill: #fff" />
<g id="Actual_Content" data-name="Actual Content">
<g>
<rect x="191.8" y="142.56" width="214.73" height="4" style="fill: #818181" />
<rect x="191.8" y="153.71" width="213.57" height="3.99" style="fill: #818181" />
<rect x="191.8" y="164.85" width="174.03" height="3.99" style="fill: #818181" />
<rect x="191.8" y="280.73" width="215.32" height="4" style="fill: #818181" />
<rect x="191.8" y="291.87" width="215.32" height="3.99" style="fill: #818181" />
<rect x="191.8" y="303.02" width="215.32" height="3.99" style="fill: #818181" />
<rect x="191.8" y="314.16" width="215.88" height="3.99" style="fill: #818181" />
<rect x="191.8" y="325.31" width="215.32" height="3.99" style="fill: #818181" />
<rect x="191.8" y="336.45" width="192.21" height="3.99" style="fill: #818181" />
<rect x="191.8" y="347.59" width="215.29" height="3.99" style="fill: #818181" />
<rect x="191.8" y="358.74" width="215.88" height="3.99" style="fill: #818181" />
<rect x="191.8" y="369.88" width="192.21" height="3.99" style="fill: #818181" />
</g>
<text transform="translate(191.8 251.89)" style="isolation: isolate;font-size: 17px;fill: gray;font-family: 'Poppins', sans-serif;font-weight: 700">POOR UX, SLOW LOADING</text>
<text transform="translate(191.8 113.24)" style="isolation: isolate;font-size: 17px;fill: gray;font-family: 'Poppins', sans-serif;font-weight: 700">THE STATE OF THE WEB</text>
</g>
<g id="App_Banner" data-name="App Banner">
<rect x="0.13" y="43.1" width="599.48" height="46.48" style="fill: #e6e7e8" />
<path id="Close_Button" data-name="Close Button" d="M25.53,68.17l2.73-2.73a.65.65,0,0,0,0-.91.65.65,0,0,0-.9,0l-2.73,2.73L21.9,64.53a.63.63,0,0,0-.9,0,.65.65,0,0,0,0,.91h0l2.73,2.73L21,70.9a.65.65,0,0,0,0,.91.63.63,0,0,0,.87,0l2.73-2.74,2.73,2.73a.64.64,0,0,0,.91-.9Z"
transform="translate(-0.26 -0.26)" style="fill: #818181" />
<rect x="45.64" y="52.93" width="29.96" height="29.96" rx="11.18" style="fill: #0059ff" />
<g style="opacity: 0.5">
<rect x="536.84" y="61" width="42.36" height="10.67" style="fill: #0059ff" />
</g>
<g id="Stars" style="opacity: 0.800000011920929">
<path d="M90.59,73.81h-2.8l-.85-2.54a.32.32,0,0,0-.39-.18.29.29,0,0,0-.19.18l-.85,2.54H82.7a.31.31,0,0,0-.31.3h0a.32.32,0,0,0,.13.22L84.82,76l-.88,2.56a.35.35,0,0,0,.27.42h0a.4.4,0,0,0,.18-.07l2.25-1.6,2.24,1.6a.44.44,0,0,0,.19.07.25.25,0,0,0,.16-.08.3.3,0,0,0,.11-.34L88.47,76l2.28-1.64h0a.3.3,0,0,0,0-.41.29.29,0,0,0-.25-.09Z"
transform="translate(-0.26 -0.26)" style="fill: #ffd353" />
<path d="M100.9,73.81H98.11l-.85-2.54a.29.29,0,0,0-.38-.18h0a.29.29,0,0,0-.19.18l-.85,2.54H93a.29.29,0,0,0-.31.29h0a.29.29,0,0,0,.13.22L95.14,76l-.88,2.56a.35.35,0,0,0,.27.42h0a.44.44,0,0,0,.19-.07L97,77.31l2.24,1.6a.44.44,0,0,0,.19.07.38.38,0,0,0,.17-.08.31.31,0,0,0,.1-.34L98.79,76l2.28-1.64h.05a.3.3,0,0,0,0-.41.29.29,0,0,0-.25-.09Z"
transform="translate(-0.26 -0.26)" style="fill: #ffd353" />
<path d="M111.27,73.81h-2.8l-.85-2.54a.29.29,0,0,0-.38-.18h0a.37.37,0,0,0-.19.18l-.85,2.54h-2.81a.29.29,0,0,0-.3.28v0h0a.32.32,0,0,0,.13.22l2.3,1.62-.89,2.56a.3.3,0,0,0,.11.34.38.38,0,0,0,.17.08.44.44,0,0,0,.19-.07l2.24-1.6,2.24,1.6a.44.44,0,0,0,.19.07.33.33,0,0,0,.28-.37s0,0,0,0L109.15,76l2.28-1.64h0a.3.3,0,0,0,0-.41.29.29,0,0,0-.25-.09Z"
transform="translate(-0.26 -0.26)" style="fill: #ffd353" />
<path d="M131.91,73.81h-2.8l-.85-2.54a.29.29,0,0,0-.38-.18h0a.29.29,0,0,0-.19.18l-.85,2.54H124a.29.29,0,0,0-.31.29h0a.29.29,0,0,0,.13.22l2.3,1.62-.89,2.56a.3.3,0,0,0,.11.34.38.38,0,0,0,.17.08.36.36,0,0,0,.18-.07l2.25-1.6,2.24,1.6a.44.44,0,0,0,.19.07.38.38,0,0,0,.17-.08.31.31,0,0,0,.1-.34L129.79,76l2.28-1.64h.05a.3.3,0,0,0,0-.41.29.29,0,0,0-.25-.09Zm-.91.66-1.51,1.09a.55.55,0,0,0-.2.61l.58,1.66a.08.08,0,0,1-.05.1h-.07l-1.47-1a.54.54,0,0,0-.62,0l-1.47,1a.07.07,0,0,1-.1,0h0a0,0,0,0,1,0-.07l.57-1.67a.54.54,0,0,0-.2-.6l-1.54-1.09a.08.08,0,0,1,0-.11.09.09,0,0,1,.07,0h1.87a.54.54,0,0,0,.51-.36l.55-1.68a.07.07,0,0,1,.1,0h0L128.6,74a.52.52,0,0,0,.5.36H131a.1.1,0,0,1,.09.07S131,74.48,131,74.47Z"
transform="translate(-0.26 -0.26)" style="fill: #ffd353" />
<path d="M121.59,73.81h-2.8l-.85-2.54a.29.29,0,0,0-.38-.18h0a.29.29,0,0,0-.19.18l-.85,2.54H113.7a.29.29,0,0,0-.3.28v0h0a.32.32,0,0,0,.13.22l2.3,1.62-.89,2.56a.3.3,0,0,0,.11.34.38.38,0,0,0,.17.08.44.44,0,0,0,.19-.07l2.24-1.6,2.24,1.6a.44.44,0,0,0,.19.07.33.33,0,0,0,.28-.37s0,0,0,0L119.47,76l2.28-1.64h0a.3.3,0,0,0,0-.41.29.29,0,0,0-.25-.09Zm-.91.66-1.51,1.09a.55.55,0,0,0-.2.61l.58,1.66a.09.09,0,0,1,0,.1h-.07l-1.47-1a.54.54,0,0,0-.62,0l-1.47,1a.07.07,0,0,1-.1,0h0a0,0,0,0,1,0-.07l.57-1.67a.54.54,0,0,0-.2-.6l-1.54-1.09a.08.08,0,0,1,0-.11.09.09,0,0,1,.07,0h1.87A.53.53,0,0,0,117,74l.56-1.68a.07.07,0,0,1,.1,0h0l.56,1.68a.52.52,0,0,0,.5.36h1.85a.08.08,0,0,1,.09.06S120.71,74.46,120.68,74.47Z"
transform="translate(-0.26 -0.26)" style="fill: #ffd353" />
</g>
<text transform="translate(82.38 66.06)" style="isolation: isolate;font-size: 7.699999809265137px;fill: #818181;font-family: 'Poppins', sans-serif;font-weight: 700">DOWNLOAD
ONZE APP!</text>
</g>
<g id="Notifications">
<g style="opacity: 0.4000000059604645">
<path d="M599.74,24.41V447.48H.26V24.41C.26,12.45,11.84.26,26.14.26L573.79,1.58C588.06,1.58,599.74,12.45,599.74,24.41Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
</g>
<g id="Notifications_Modal" data-name="Notifications Modal">
<rect x="325.51" y="336.45" width="255.43" height="96.63" rx="2.66" style="fill: #fff" />
<path d="M357.72,378.42a2.16,2.16,0,0,0,2.16-2.16h-4.32A2.18,2.18,0,0,0,357.72,378.42Zm7-6.51v-6a7,7,0,0,0-5.4-6.84v-.76a1.62,1.62,0,0,0-3.24,0h0v.76a7,7,0,0,0-5.41,6.84v6l-2.16,2.17v1.09H366.9v-1.09l-2.16-2.17Z"
transform="translate(-0.26 -0.26)" style="fill: #0059ff" />
<rect x="464.05" y="395.05" width="95.99" height="22.29" rx="2.07" style="fill: #0059ff;opacity: 0.800000011920929;isolation: isolate" />
<g style="opacity: 0.5">
<rect id="adbbutton" x="396.51" y="402.91" width="42.36" height="6.56" style="fill: #0059ff" />
</g>
<text transform="translate(378.43 371.22)" style="isolation: isolate;font-size: 9.800000190734863px;fill: gray;font-family: 'Poppins', sans-serif;font-weight: 700">PUSHBERICHTEN</text>
</g>
</g>
<g id="Adblocker">
<g style="opacity: 0.4000000059604645">
<path d="M577.15,447.48a29.55,29.55,0,0,1-3.29.18H26.14a29,29,0,0,1-3.25-.18Z" transform="translate(-0.26 -0.26)"
style="fill: #231f20" />
<path d="M599.74,24.42V447.48H.26V24.42C.26,12.46,11.84.26,26.14.26L573.79,1.58C588.06,1.58,599.74,12.46,599.74,24.42Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
</g>
<g id="Adblocker_Modal" data-name="Adblocker Modal">
<rect x="115.09" y="108.11" width="369.04" height="264.67" rx="5.28" style="fill: #fff" />
<text transform="translate(182.18 266.03)" style="isolation: isolate;font-size: 15.699999809265137px;fill: gray;font-family: 'Poppins', sans-serif;font-weight: 700">JE
BLOKKEERT ONZE BANNERS!</text>
<path d="M320.3,169.34a3,3,0,0,0-3.08,2.92v16.08a1.32,1.32,0,0,1-1.4,1.21,1.29,1.29,0,0,1-1.21-1.21V164.75a3.09,3.09,0,0,0-6.17,0v18.54a1.3,1.3,0,1,1-2.6,0V162.22a3.09,3.09,0,0,0-6.17,0v23.59a1.3,1.3,0,1,1-2.6,0V167.27a3.09,3.09,0,0,0-6.17,0v31.92l-4.07-3.45c-3.82-3.32-7-4.74-9.67-2.29-1.78,1.72,1,4.51,3.91,7.77s10.23,13.44,16.56,17.15a11.41,11.41,0,0,0,5.94,1.67h8.36c6.74,0,11.47-5.54,11.47-13.63V172.35a3.08,3.08,0,0,0-3.1-3Z"
transform="translate(-0.26 -0.26)" style="fill: #cc3e58;opacity: 0.800000011920929;isolation: isolate" />
<rect x="188.84" y="299.65" width="95.99" height="22.29" rx="2.07" style="fill: #e6e6e5" />
<rect id="adblockbutton" x="314.65" y="299.65" width="95.99" height="22.29" rx="2.07" style="fill: #cc3e58;opacity: 0.800000011920929;isolation: isolate" />
</g>
</g>
<g id="Privacy">
<g style="opacity: 0.4000000059604645">
<path d="M573.78,1.58,26.13.26C11.84.26.26,12.45.26,24.42V447.48H599.74V24.42C599.74,12.45,588.06,1.58,573.78,1.58ZM320.46,418.79H196v-1.2H320.46Zm43.21-3.67H196v-1.2H363.67Zm0-3.67H196v-1.2H363.67Zm192,12.15a2.07,2.07,0,0,1-2.07,2.07H461.7a2.07,2.07,0,0,1-2.07-2.07V405.45a2.07,2.07,0,0,1,2.07-2.07h91.85a2.07,2.07,0,0,1,2.07,2.07Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
<rect x="195.77" y="417.33" width="124.43" height="1.2" style="fill: #231f20" />
<rect x="195.77" y="409.99" width="167.64" height="1.2" style="fill: #231f20" />
<rect x="195.77" y="413.66" width="167.64" height="1.2" style="fill: #231f20" />
<rect x="459.37" y="403.12" width="95.99" height="22.29" rx="2.07" style="fill: #231f20" />
<path d="M577.14,447.48l-.42,0c-.43.05-.86.08-1.29.1s-1,0-1.49,0H26.06c-.5,0-1,0-1.49,0s-.87-.05-1.3-.1l-.42,0Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
</g>
<g id="Privacy_Notice" data-name="Privacy Notice">
<rect x="195.77" y="417.33" width="124.43" height="1.2" style="fill: #414042" />
<rect x="195.77" y="409.99" width="167.64" height="1.2" style="fill: #414042" />
<rect x="195.77" y="413.66" width="167.64" height="1.2" style="fill: #414042" />
<rect x="459.37" y="403.12" width="95.99" height="22.29" rx="2.07" style="fill: #414042" />
<path d="M577.14,447.48l-.42,0c-.43.05-.86.08-1.29.1s-1,0-1.49,0H26.06c-.5,0-1,0-1.49,0s-.87-.05-1.3-.1l-.42,0Z"
transform="translate(-0.26 -0.26)" style="fill: #414042" />
<rect x="459.37" y="403.12" width="95.99" height="22.29" rx="2.07" style="fill: #0058ff" />
<g>
<rect x="195.77" y="409.99" width="167.64" height="1.2" style="fill: #bcbec0" />
<rect x="195.77" y="413.66" width="167.64" height="1.2" style="fill: #bcbec0" />
<rect x="195.77" y="417.33" width="124.43" height="1.2" style="fill: #bcbec0" />
</g>
<text transform="translate(50.31 416.81)" style="isolation: isolate;font-size: 9.300000190734863px;fill: #bcbec0;font-family: 'Poppins', sans-serif;font-weight: 700">NIEUW
PRIVACYBELEID</text>
</g>
<g id="Privacy_Notice-2" data-name="Privacy Notice">
<path d="M.26,381.38v66.1H599.74v-66.1Zm320.2,37.41H196v-1.2H320.46Zm43.21-3.67H196v-1.2H363.67Zm0-3.67H196v-1.2H363.67Zm192,12.15a2.07,2.07,0,0,1-2.07,2.07H461.7a2.07,2.07,0,0,1-2.07-2.07V405.45a2.07,2.07,0,0,1,2.07-2.07h91.85a2.07,2.07,0,0,1,2.07,2.07Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
<rect x="195.77" y="417.33" width="124.43" height="1.2" style="fill: #414042" />
<rect x="195.77" y="409.99" width="167.64" height="1.2" style="fill: #414042" />
<rect x="195.77" y="413.66" width="167.64" height="1.2" style="fill: #414042" />
<rect x="459.37" y="403.12" width="95.99" height="22.29" rx="2.07" style="fill: #414042" />
<path d="M577.16,447.48a28.69,28.69,0,0,1-3.22.18H26.06a29,29,0,0,1-3.23-.18Z" transform="translate(-0.26 -0.26)"
style="fill: #414042" />
<rect x="459.37" y="403.12" width="95.99" height="22.29" rx="2.07" style="fill: #0058ff" />
<g>
<rect x="195.77" y="409.99" width="167.64" height="1.2" style="fill: #bcbec0" />
<rect x="195.77" y="413.66" width="167.64" height="1.2" style="fill: #bcbec0" />
<rect x="195.77" y="417.33" width="124.43" height="1.2" style="fill: #bcbec0" />
</g>
<text transform="translate(50.31 416.81)" style="isolation: isolate;font-size: 9.300000190734863px;fill: #bcbec0;font-family: 'Poppins', sans-serif;font-weight: 700">NIEUW
PRIVACYBELEID</text>
</g>
</g>
<g id="Newsletter">
<g style="opacity: 0.4000000059604645">
<path d="M573.79,1.58,26.14.26C11.84.26.26,12.45.26,24.41V425.79c0,.12,0,.25,0,.37v21.32H599.74V24.41C599.74,12.45,588.06,1.58,573.79,1.58Zm-89.4,366.18a5.27,5.27,0,0,1-5.28,5.28H120.63a5.27,5.27,0,0,1-5.28-5.28V113.65a5.27,5.27,0,0,1,5.28-5.28H479.11a5.27,5.27,0,0,1,5.28,5.28Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
<rect x="115.09" y="108.11" width="369.04" height="264.67" rx="5.28" style="fill: #231f20" />
</g>
<g id="Newsletter_Modal" data-name="Newsletter Modal">
<rect x="115.09" y="108.11" width="369.04" height="264.67" rx="5.28" style="fill: #fff" />
<rect x="407.48" y="251.02" width="1.99" height="1.92" style="fill: #818181" />
<polygon points="248.88 325.81 224.71 325.81 223.92 325.81 198.97 325.81 198.97 327.01 223.92 327.01 224.71 327.01 248.88 327.01 249.66 327.01 274.62 327.01 274.62 325.81 249.66 325.81 248.88 325.81"
style="fill: #818181" />
<polygon points="236.01 329.49 218.07 329.49 217.49 329.49 198.97 329.49 198.97 330.69 217.49 330.69 218.07 330.69 236.01 330.69 236.6 330.69 255.12 330.69 255.12 329.49 236.6 329.49 236.01 329.49"
style="fill: #818181" />
<path d="M192.72,326.05a.26.26,0,0,0-.26-.18h-.08l-1.09.36V325.1a.25.25,0,0,0-.07-.2.32.32,0,0,0-.19-.07h-.26a.32.32,0,0,0-.19.07.3.3,0,0,0-.08.2v1.14l-1.08-.35h-.1a.24.24,0,0,0-.14.05.42.42,0,0,0-.09.14l-.1.25v.08a.27.27,0,0,0,0,.15.26.26,0,0,0,.14.09l1,.32-.71,1a.3.3,0,0,0-.05.16.2.2,0,0,0,.1.2l.22.16a.27.27,0,0,0,.37-.05h0l.81-1.14.82,1.14a.25.25,0,0,0,.34.08h0l.22-.16a.26.26,0,0,0,.1-.2.43.43,0,0,0,0-.16l-.7-1,1-.31a.24.24,0,0,0,.13-.09,1,1,0,0,0,0-.24Z"
transform="translate(-0.26 -0.26)" style="fill: #818181" />
<path d="M408.7,278.91H353.93v22.37H408.7a2.07,2.07,0,0,0,2.07-2.07h0V281a2.07,2.07,0,0,0-2-2.09Z"
transform="translate(-0.26 -0.26)" style="fill: #0057ff" />
<path d="M351.86,278.91H191.05A2.08,2.08,0,0,0,189,281v18.2a2.08,2.08,0,0,0,2.08,2.08H353.93V278.91Z"
transform="translate(-0.26 -0.26)" style="fill: #e6e6e5" />
<path d="M331.59,178.87c-.54-.54-21.31-21.73-21.31-21.73a7.4,7.4,0,0,0-10.46-.08l-.1.1-21.31,21.72A5.53,5.53,0,0,0,277,182.4v28.54a4.31,4.31,0,0,0,4.31,4.3h47.38a4.31,4.31,0,0,0,4.31-4.3V182.27A5.18,5.18,0,0,0,331.59,178.87ZM329,184.56,318.06,196a.29.29,0,0,0,0,.37h0l10.14,10.8a1.75,1.75,0,0,1,0,2.47h0a1.76,1.76,0,0,1-2.48,0l-20.33-21.7a.54.54,0,0,0-.75,0h0l-20.32,21.68a1.75,1.75,0,1,1-2.48-2.47h0L292,196.34a.28.28,0,0,0,0-.38l-11-11.41c-1.31-1.33-.33-4.82,2.16-4.82h43.67c2.22,0,3.45,3.51,2.15,4.83Z"
transform="translate(-0.26 -0.26)" style="fill: #0057ff;opacity: 0.800000011920929;isolation: isolate" />
<path id="Close_Button-2" data-name="Close Button-2" d="M464.47,126.88l2.74-2.73a.67.67,0,0,0,0-.91.65.65,0,0,0-.91,0h0L463.57,126l-2.73-2.73a.65.65,0,0,0-.91,0,.67.67,0,0,0,0,.91h0l2.74,2.73-2.74,2.73a.64.64,0,0,0,.91.9l2.73-2.73,2.73,2.73a.65.65,0,0,0,.91,0,.67.67,0,0,0,0-.91h0Z"
transform="translate(-0.26 -0.26)" style="fill: #e6e6e5" />
<text transform="translate(187.82 253.02)" style="isolation: isolate;font-size: 11.300000190734863px;fill: #818181;font-family: 'Poppins', sans-serif;font-weight: 700">SCHRIJF
JE IN VOOR ONZE NIEUWSBRIEF!</text>
</g>
</g>
<g id="Cookies">
<g style="opacity: 0.4000000059604645">
<path d="M599.74,24.42V447.48H.27V426.34c0-.12,0-.25,0-.37V24.42C.26,12.44,11.84.26,26.14.26L573.79,1.58C588.06,1.58,599.74,12.45,599.74,24.42Z"
transform="translate(-0.26 -0.26)" style="fill: #231f20" />
<path d="M577.15,447.48a29.55,29.55,0,0,1-3.29.18H26.14a29.68,29.68,0,0,1-3.29-.18Z" transform="translate(-0.26 -0.26)"
style="fill: #231f20" />
</g>
<g id="Cookie_Modal" data-name="Cookie Modal">
<rect x="115.09" y="106.94" width="369.04" height="263.75" rx="5.27" style="fill: #fff" />
<text transform="translate(187.45 181.84)" style="isolation: isolate;font-size: 17px;fill: gray;font-family: 'Poppins', sans-serif;font-weight: 700">ACCEPTEER
ONZE COOKIES</text>
<polygon points="263.93 215.17 335.44 215.17 337.75 215.17 411.57 215.17 411.57 211.17 337.75 211.17 335.44 211.17 263.93 211.17 261.61 211.17 187.8 211.17 187.8 215.17 261.61 215.17 263.93 215.17"
style="fill: #818181" />
<polygon points="348.14 226.31 348.69 226.31 365.95 226.31 366.5 226.31 384.31 226.31 384.31 222.32 366.5 222.32 365.95 222.32 348.69 222.32 348.14 222.32 330.88 222.32 330.32 222.32 313.07 222.32 312.52 222.32 295.26 222.32 294.71 222.32 277.45 222.32 276.9 222.32 259.64 222.32 259.09 222.32 241.83 222.32 241.28 222.32 224.02 222.32 223.47 222.32 206.21 222.32 205.65 222.32 187.85 222.32 187.85 226.31 205.65 226.31 206.21 226.31 223.47 226.31 224.02 226.31 241.28 226.31 241.83 226.31 259.09 226.31 259.64 226.31 276.9 226.31 277.45 226.31 294.71 226.31 295.26 226.31 312.52 226.31 313.07 226.31 330.32 226.31 330.88 226.31 348.14 226.31"
style="fill: #818181" />
<rect x="188.71" y="288.97" width="95.99" height="22.29" rx="2.07" style="fill: #e6e6e5" />
<rect id="cookiebutton" x="314.53" y="288.97" width="95.99" height="22.29" rx="2.07" style="fill: #0058ff" />
<polygon points="285.21 259.47 278.66 259.47 278.44 259.47 271.89 259.47 271.68 259.47 264.91 259.47 264.91 263.46 271.68 263.46 271.89 263.46 278.44 263.46 278.66 263.46 285.21 263.46 285.42 263.46 292.19 263.46 292.19 259.47 285.42 259.47 285.21 259.47"
style="fill: #818181" />
<polygon points="346.37 259.47 346.16 259.47 339.61 259.47 339.4 259.47 332.84 259.47 332.63 259.47 326.07 259.47 325.86 259.47 319.3 259.47 319.09 259.47 312.54 259.47 312.32 259.47 305.56 259.47 305.56 263.46 312.32 263.46 312.54 263.46 319.09 263.46 319.3 263.46 325.86 263.46 326.07 263.46 332.63 263.46 332.84 263.46 339.4 263.46 339.61 263.46 346.16 263.46 346.37 263.46 353.14 263.46 353.14 259.47 346.37 259.47"
style="fill: #818181" />
<path d="M250.12,266.94h-3.94a3.15,3.15,0,0,1-3.15-3.15v-3.92a3.15,3.15,0,0,1,3.15-3.15h3.94a3.16,3.16,0,0,1,3.16,3.15v3.92A3.16,3.16,0,0,1,250.12,266.94Zm-3.94-8.36a1.29,1.29,0,0,0-1.29,1.29h0v3.92a1.29,1.29,0,0,0,1.29,1.29h3.94a1.29,1.29,0,0,0,1.29-1.29h0v-3.92a1.29,1.29,0,0,0-1.29-1.29h-3.94Z"
transform="translate(-0.26 -0.26)" style="fill: #818181" />
<polygon id="checkmark" points="247.5 264.16 240.36 259.08 241.44 257.56 247.36 261.77 257.05 252.99 258.3 254.37 247.5 264.16"
style="fill: #0058ff" />
</g>
</g>
<g id="Title_Bar" data-name="Title Bar">
<polygon points="575.16 0 570.57 0 29.17 0 24.53 0 0.13 0 0.13 24.41 0.13 24.85 0.13 43.1 599.61 43.1 599.61 24.85 599.61 24.41 599.61 24.39 599.61 24.39 599.61 0 575.16 0"
style="fill: #403e56" />
<circle cx="29.17" cy="21.55" r="8.63" style="fill: #cc3e58;opacity: 0.800000011920929;isolation: isolate" />
<circle cx="54.26" cy="21.54" r="8.63" style="fill: #ffd353;opacity: 0.800000011920929;isolation: isolate" />
<circle cx="79.36" cy="21.55" r="8.63" style="fill: #8ec851;opacity: 0.800000011920929;isolation: isolate" />
</g>
<rect id="Loading_Bar" data-name="Loading Bar" x="0.13" y="41.24" width="599.48" height="3.73" style="fill: #0059ff" />
<g id="Cursor">
<path d="M519.54,349.14a.65.65,0,0,0-.39,0,.74.74,0,0,0-.43.65v13.55l3.5-2.27,1.65,3.21,3.08-1.57-1.52-2.94,3.93-1-.77-.78-8.68-8.67A.65.65,0,0,0,519.54,349.14Z"
transform="translate(-0.26 -0.26)" style="fill: #010101" />
<polygon points="523.33 358.72 524.99 361.93 524.16 362.37 522.44 359.03 519.71 360.79 519.71 350.91 526.65 357.85 523.33 358.72"
style="fill: #fff" />
</g>
<g id="Spinner">
<path d="M571,31.23a9.42,9.42,0,1,1,9.42-9.42h0A9.42,9.42,0,0,1,571,31.23Zm0-17a7.56,7.56,0,1,0,7.56,7.56h0A7.56,7.56,0,0,0,571,14.25Z"
transform="translate(-0.26 -0.26)" style="fill: #f1f2f2;opacity: 0.20000000298023224;isolation: isolate" />
<path d="M580.39,21.82h-1.86A7.56,7.56,0,0,0,571,14.25V12.38A9.42,9.42,0,0,1,580.39,21.82Z" transform="translate(-0.26 -0.26)"
style="fill: #f1f2f2;opacity: 0.4000000059604645;isolation: isolate" />
</g>
</svg>
<svg id="explainer-arrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 600 512.14"
class="leisurely" data-method="svg" data-src="img/graphics/explainer-arrow-long.svg">
</svg>
</div>
</div>
</div>
</header>
<section id="development" class="grid-section service-row">
<div class="container">
<div class="row">
<div class="col-lg-6 col-illustration">
<div class="illustration">
<svg id="webdev-animation" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 600 512.14" class="leisurely" data-method="svg" data-src="img/graphics/webdev-animation.svg" data-onload="animation.development();">
</svg>
</div>
</div>
<div class="col-lg-6 col-content">
<div class="content">
<h3>Front-End<br>Web Development</h3>
<span class="subtitle">Specialist in handgemaakte static-sites.</span>
<p>Handgemaakte websites en web-apps. Litening is gespeciali­seerd in het bouwen en ontwerpen van gebruiks­vriendelijke
statische websites met moderne technieken en minimale overhead. “Think outside the CMS;” realiseer uw visie zonder
beperkingen, lagere kosten en optimale prestaties.</p>
</div>
</div>
</div>
</div>
</section>
<section id="design" class="grid-section service-row">
<div class="container">
<div class="row">
<div class="col-lg-6 col-content">
<div class="content">
<h3>User-Centered<br>Web Design</h3>
<span class="subtitle">Uniek design maakt contact met uw doelgroep.</span>
<p>Gebruik design en technologie om het uw doelgroep een beetje makkelijker te maken. Met slimme oplossingen en
user-­centered design creëren we een intuïtieve ‘user experience’ op alle plat­formen. Litening gelooft in ethisch
design, open standaarden en is vaak ietwat minimalistisch.</p>
</div>
</div>
<div class="col-lg-6 col-illustration">
<div class="illustration">
<svg id="design-animation" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1080 1080"
class="leisurely" data-method="svg" data-src="img/graphics/design-animation.svg" data-onload="animation.design();">
</svg>
</div>
</div>
</div>
</div>
</section>
<section id="branding" class="grid-section service-row">
<div class="container">
<div class="row">
<div class="col-lg-6 col-illustration">
<div class="illustration">
<svg id="branding-animation" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1080 1080"
class="leisurely" data-method="svg" data-src="img/graphics/branding-animation.svg" data-onload="animation.branding();">
</svg>
</div>
</div>
<div class="col-lg-6 col-content">
<div class="content">
<h3>Digitale Media,<br>Branding & Identity</h3>
<span class="subtitle">Een geïntegreerde online én offline huisstijl.</span>
<p>Litening brengt uw bedrijf online met een geïntegreerde benadering van uw online én offline branding. Samen creëren we
een nieuwe of her­ziene huis­stijl die aansluit bij uw identi­teit en de unieke kwali­teiten van uw bedrijf. Zo brengen we
de communi­catie van uw bedrijf up-­to-­date in 2019.</p>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="grid-section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-content">
<div class="content">
<h3>Voor Opdrachtgevers</h3>
<span class="subtitle">Wat Litening levert en hoe we ons werk doen.</span>
<p>
<strong>Lean: Eliminate Waste, Build Quality In</strong><br>
Litening werkt vanuit het principe dat verspilling en onnodige complexiteit zoveel mogelijk moet worden vermeden.
Litening werkt zoveel mogelijk volgens de zeven principes van Lean. Door een project op te delen in kleinere, concrete
milestones leveren we sneller een bruikbaar product en verminderen we verspilling. Bij elke milestone focussen we
zoveel mogelijk op één onderdeel om betere kwaliteit te leveren; “Build Quality In.”
</p>
<p>
<strong>De standaarden waaraan Litening websites voldoen</strong><br>
In 2019 vindt Litening het vanzelfsprekend dat uw website responsive is en een beveiligde verbinding de standaard is.
Zo zijn er nog veel meer eigenschappen die elke Litening website heeft en belangrijk zijn voor uw bedrijf:
</p>
<div class="row policylist-row">
<ul>
<li>Responsive<span class="text-muted"> • geschikt voor alle schermen en devices.</span></li>
<li>SSL versleuteling<span class="text-muted"> + overzicht over externe bronnen</span></li>
<li>Semantische code</li>
<li>Basis SEO<span class="text-muted"> + sitemap, meta-tags, alt-attributes</span></li>
<li>Extra aandacht voor toegankelijkheid</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-content">
<div class="content">
<h3>Voor Devs & Designers</h3>
<span class="subtitle">Technische informatie over onze tools en workflow.</span>
<p>Wilt u de front-­end development skills van Litening inzetten in uw project en bent u benieuwd of onze work­flows bij
elkaar passen? Wij begrijpen dat kennis van speci­fieke syntaxen, frame­works en plat­formen hierbij voor u belang­rijk is.
Litening werkt graag met de volgende tools:</p>
<div class="row techlist-row">
<div class="col-sm-6">
<strong>FRONT-END</strong>
<ul>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/html5.svg" alt="HTML 5 logo">HTML 5</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/css3.svg" alt="CSS 3 logo">CSS 3</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/sass.svg" alt="SCSS logo">SCSS</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/es6.svg" alt="Javascript (ES6) logo">Javascript (ES6)</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/jquery.svg" alt="jQuery logo">jQuery</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/vue.svg" alt="Vue.js logo">Vue.js</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/bootstrap.svg" alt="Bootstrap logo">Bootstrap</li>
</ul>
</div>
<div class="col-sm-6">
<strong>UTILITIES</strong>
<ul>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/git.svg" alt="Git logo">Git</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/npm.svg" alt="Node NPM logo">Node NPM</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/gulp.svg" alt="Gulp logo">Gulp</li>
</ul>
<strong>BACK-END</strong>
<ul>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/netlify.svg" alt="Netlify logo">Netlify<span class="text-muted"> + Jekyll / Jigsaw</span></li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/php.svg" alt="PHP logo">PHP<span class="text-muted"> (<img class="leisurely inline-icon" src="img/icons/placeholder.svg" data-src="img/icons/heart.svg" alt="heart"> Klein.php)</span></li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/laravel.svg" alt="Laravel logo">Laravel</li>
<li><img class="leisurely" src="img/icons/placeholder.svg" data-src="img/icons/wordpress.svg" alt="Wordpress logo">Wordpress<span class="text-muted"> + Woocommerce</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="grid-section">
<div class="container">
<div class="row">
<div class="col-lg-9 col-content">
<div class="content">
<h3>Laten we iets moois maken!</h3>
<span class="subtitle">Stel een vraag, vraag om advies of vertel ons een leuk verhaal :)</span>
<form id="contactform" class="container">
<svg id="envelope-animation" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1080 542.86">
<title>envelope</title>
<rect id="stripe-bg" y="502.86" width="1080" height="40" style="fill:#fff" />
<g id="flap">
<polygon points="540 0 0 502.86 1080 502.86 540 0" style="fill:#fff" />
</g>
<g id="stripes">
<polygon points="73.25 502.86 0 540.34 0 512.03 17.92 502.86 73.25 502.86" style="fill:#940210" />
<polygon points="212.08 502.86 133.91 542.86 78.6 542.86 156.77 502.86 212.08 502.86" style="fill:#0b576e" />
<polygon points="350.91 502.86 272.74 542.86 217.43 542.86 295.6 502.86 350.91 502.86" style="fill:#940210" />
<polygon points="489.75 502.86 411.58 542.86 356.27 542.86 434.43 502.86 489.75 502.86" style="fill:#0b576e" />
<polygon points="628.59 502.86 550.42 542.86 495.12 542.86 573.29 502.86 628.59 502.86" style="fill:#940210" />
<polygon points="767.42 502.86 689.25 542.86 633.95 542.86 712.12 502.86 767.42 502.86" style="fill:#0b576e" />
<polygon points="906.26 502.86 828.09 542.86 772.78 542.86 850.95 502.86 906.26 502.86" style="fill:#940210" />
<polygon points="1045.1 502.86 966.93 542.86 911.63 542.86 989.79 502.86 1045.1 502.86" style="fill:#0b576e" />
<polygon points="1080 527.75 1080 542.86 1050.47 542.86 1080 527.75" style="fill:#940210" />
</g>
</svg>
<div id="shadow"></div>
<div class="row gutter">
<div class="col-lg-6">
<div class="form-group input-material">
<input type="text" class="form-control" id="name-field" name="name" minlength="2" maxlength="200" required>
<label for="name-field">Naam</label>
</div>
</div>
<div class="col-lg-6">
<div class="form-group input-material">
<input type="text" class="form-control" id="company-name-field" maxlength="200" name="company">
<label for="company-name-field">Bedrijfsnaam (optioneel)</label>
</div>
</div>
</div>
<div class="row gutter">
<div class="col-lg-6">
<div class="form-group input-material">
<input type="email" class="form-control" id="email-field" name="email" maxlength="254" required>
<label for="email-field">Emailadres</label>
</div>
</div>
<div class="col-lg-6">
<div class="form-group input-material">
<input type="tel" class="form-control" id="phone-field" maxlength="50" name="phone">
<label for="phone-field">Telefoonnummer (optioneel)</label>
</div>
</div>
</div>
<div class="row">
<div class="col form-group input-material">
<textarea class="form-control" id="message-field" rows="3" name="message" minlength="10" required></textarea>
<label for="message-field">Uw bericht...</label>
</div>
</div>
<div class="row">
<div class="col form-group input-material">
<button type="submit" class="btn btn-primary mt-3">Verzenden</button>
</div>
</div>
</form>
<div id="thankyou-message">Bedankt voor uw bericht! We laten snel van ons horen!</div>
</div>
</div>
<div class="col-lg-3 col-content">
<ul class="blockquote-list">
<li>
<span class="label">Telefoon</span>
<span class="value">
+31-6 83 32 47 32
</span>
</li>
<li>
<span class="label">Email</span>
<span class="value">
<a href="mailto:contact@litening.nl">contact@litening.nl</a>
</span>
</li>
<li>
<span class="label">Postadres</span>
<span class="value">
Litening Media<br>
Weverslaan 11<br>
9698XT<br>
Wedde
</span>
</li>
<li>
<span class="label">KVK</span>
<span class="value">
73997366
</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="credits">
<div class="container">
<img class="github-icon leisurely" src="img/icons/placeholder.svg" data-src="img/icons/github.svg" alt="Github logo">
<span class="display-text">Original Design By <img class="logo" src="img/graphics/logo-wordmark.svg" alt="Litening"></span><br>
<span class="subtitle"><a href="https://github.com/RalphvK/Litening">View the source code on Github!</a></span>
</div>
</section>
<!-- <footer id="footer">
<div class="container">
<div class="navbar">
<span class="subtitle display-text">© 2019 — All Rights Reserved</span>
<ul class="menu">
<li><a href="#">Voorwaarden</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</div>
</div>
</footer> -->
<!-- Modal -->
<div class="modal fade error-modal" id="errorModal" tabindex="-1" role="dialog" aria-labelledby="errorModalTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="errorModalTitle">Er is een onbekende fout opgetreden!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Probeer het nogmaals of stuur een email via <a href="mailto:contact@Litening.nl">contact@Litening.nl</a>.</p>
<p>Kun je het ons vergeven? :(</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Sluiten</button>
</div>
</div>
</div>
</div>
<!-- javascript -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- concatenated javascript -->
<script src="js/scripts.min.js"></script>
<script>
$(document).ready(function () {
// contact form
var contactForm = $('#contactform');
contactForm.materializeInputs();
contactForm.parsley().on('form:submit', function () {
// submit form
contactForm.postForm({ url: 'https://forms.ravk.nl/form/21ece5ec73d7998e8669fb4a32cbafbe' });
// cancel default submit
return false;
});
animation.envelopeInit();
// hero
$('.strikethrough-jumbo').strikethroughJumbo({
duration: 2000,
strikeDelay: 100,
maxHeight: '20px'
});
$('.typewriter').typeWriter({
beginDelay: 1000,
method: 'html'
});
bloatAnimation();
// leisurely
leisurely({
elements: document.querySelectorAll(".leisurely")
});
});
</script>
</body>
</html>