-
Notifications
You must be signed in to change notification settings - Fork 0
/
samples.html
859 lines (691 loc) · 40.7 KB
/
samples.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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nils, Roel and Sanne">
<title>Samples - CSS to the Rescue 23/24 - Minor WDD</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Saira:wght@100;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
</head>
<body>
<header>
<a href="index.html">CSS to the Rescue <span><span>23/</span></span>24</a>
<form>
<label>
<input type="checkbox" name="party-pooper">
<span>party pooper <span>mode</span></span>
</label>
</form>
</header>
<main>
<header>
<h1>Code samples and pointers for the final assignment</h1>
</header>
<!--High-def colors-->
<details id="sessie-colors">
<summary aria-label="meer over high-def colors">
<h2>High-def colors</h2>
<p><strong>High-end schermen</strong> kunnen mooiere kleuren weergeven dan RGB kan definiëren. Gelukkig biedt CSS nu allerhande opties om die <strong>mooie kleuren</strong> wel te benutten.</p>
</summary>
<div class="details-content">
<h3>Samples</h3>
<ul>
<li><a href="https://codepen.io/shooft/live/RwOagqp">sRGB vs display-P3 kleuren</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/live/qBwZjwb">HSL vs okLCH kleuren</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/live/VwNaWVK">sRGB vs okLCH gradients</a> (CodePen)</li>
</ul>
<h3>Oefenen</h3>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/OJGNgeQ">sRGB, display-p3, okLCH en meer</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/QWPNgYB">sRGB, display-p3, okLCH en meer</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/NWmNvKB">mooie gradients</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/KKYzqjb">mooie gradients</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/rNbezMa">color-mix()</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/RwOaZwZ">color-mix()</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/BaEKdYG">relative color syntax</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/mdgPMMx">relative color syntax</a> (CodePen)
</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://developer.chrome.com/docs/css-ui/high-definition-css-color-guide">High Definition CSS Color Guide</a> van Adam Argyle (developer.chrome.com)</li>
<li><a href="https://webkit.org/blog/10042/wide-gamut-color-in-css-with-display-p3/">Display-P3 colors</a> van Nikita Vasilyev (WebKit)</li>
<li><a href="https://lea.verou.me/blog/2020/04/lch-colors-in-css-what-why-and-how/">LCH: what, why, and how?</a> (van Lea Verou)</li>
<li><a href="https://oklch.com/">OKLCH Color Picker & Converter</a> van Evil Martians</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/hue-interpolation-method#shorter">hue-interpolation-method</a> (MDN)</li>
</ul>
<ul>
<li><a href="https://developer.chrome.com/docs/css-ui/css-color-mix">color-mix()</a> van Adam Argyle (developer.chrome.com)</li>
<li><a href="https://developer.chrome.com/blog/css-relative-color-syntax">relative color syntax</a> van Adam Argyle (developer.chrome.com)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--:has()-->
<details id="sessie-has">
<summary aria-label="meer over :has()"><h2>:has()</h2>
<p>De <strong>parent selector</strong> en zo veel meer. Zo <strong>nieuw</strong> dat de totale kracht nog niet ontbolsterd is - maar nu al zo mooi.</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/LYvVjmX">:has() yourself</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/MWRwvro">:has() yourself</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/Exexevo">:has() als parent selector</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/NWLWLdP">:has() als parent selector</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/ExexeeL">:has() als next sibling</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/bGxGxaV">:has() als next sibling</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/NWmqwVQ">:has() met voor en na</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/gOypXQB">:has() met voor en na</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/xxeGPxw">:has() met radio buttons</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/YzMXrdp">:has() met radio buttons</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/jOvOeYz">:has() met checkboxes</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/zYJYmGJ">:has() met checkboxes</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/VwGwENK">:has() met dropdown</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/QWVWZrm">:has() met dropdown</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/abxOVBN">:has() met een form</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/JjVdOXK">:has() met een form</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/gOypGdR">:has() en hoeveelheden</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/XWQbedx">:has() en hoeveelheden</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/vYzYQbj">:has() en :not()</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/RwYwezp">:has() en :not()</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/YzMXEve">:has() met color schemes</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/PogqOWe">:has() met color schemes</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/YzMXEEE">:has() met color schemes met style queries</a> (CodePen)
</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://www.matuzo.at/blog/2022/100daysof-day6/">:has() intro</a> van Manuel Matuzović</li>
<li><a href="https://ishadeed.com/article/css-has-guide?utm_source=CSS-Weekly&utm_medium=newsletter&utm_campaign=issue-580-february-28-2024">:has() Interactive Guide</a> van Ahmad Shadeed</li>
<!-- <li><a href="https://webkit.org/blog/13096/css-has-pseudo-class/">:has() longer read</a> van Jen Simmons</li> -->
<!-- <li><a href="https://www.smashingmagazine.com/2023/01/level-up-css-skills-has-selector/">:has() advanced</a> van Stephanie Eckles</li> -->
<li><a href="https://developer.chrome.com/blog/has-m105/">:has() lijstje met toepassingen</a> van Jhey Tompkins</li>
<li><a href="https://www.matuzo.at/blog/2022/100daysof-day16/">:has() specificity</a> van Manuel Matuzović</li>
<li><a href="https://www.matuzo.at/blog/2022/100daysof-day50/">:has(:not()) vs. :not(:has())</a> van Manuel Matuzović</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Modes (style queries)-->
<details id="sessie-modes">
<summary aria-label="meer over container style queries"><h2>Modes (style queries)</h2>
<p><strong>Container style queries</strong> in combinatie met <strong>:has()</strong> en <strong>custom properties</strong> zouden weleens heel fijn kunnen worden. Voor nu alleen in Chromium :(</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/OJGNKJz">Modes met :has()</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/poByXmx">Modes met :has()</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/NWmNQWz">Modes met style queries</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/ZEZOMQP">Modes met style queries</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/bGJpXBj">Modes met style queries met named containers</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/gOyrVrX">Modes met style queries met named containers</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/yLrOmxL">Modes met style queries met and/or</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/gOyrVgv">Modes met style queries met and/or</a> (CodePen)
</li>
</ul>
<ul>
<li>
Meetypen: <a href="https://codepen.io/shooft/pen/XWQKWjP">Modes met style queries voor color themes</a> (CodePen)
</li>
<li>
Uitwerking: <a href="https://codepen.io/shooft/pen/jORqgdg">Modes met style queries voor color themes</a> (CodePen)
</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://www.matuzo.at/blog/2023/100daysof-day80">Intro container style queries</a> van Manuel Matuzović</li>
<li><a href="https://ishadeed.com/article/css-container-style-queries/#introducing-style-queries">All About CSS Style Queries</a> van Ahmad Shadeed</li>
<li><a href="https://css.oddbird.net/rwd/style/explainer/">CSS Style Query Explainer</a> van Miriam Suzanne</li>
</ul>
<ul>
<li><a href="https://lea.verou.me/blog/2020/10/the-var-space-hack-to-toggle-multiple-values-with-one-custom-property/">The Space Toggle Hack voor Modes </a> van Lea Verou (hacky en lelijk)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Filters & Masks-->
<details id="sessie-filters-and-masks">
<summary aria-label="meer over filters & masks"><h2>Filters & Masks</h2>
<p><strong>Visuele effecten</strong> toevoegen aan elementen. De effecten zijn ook goed te <strong>combineren</strong>. Nb. <strong>Wel zwaar</strong> voor je computer :-(</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/xxPQyEj">Filter basics</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/LYOXjRL">Filter basics</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/eYeQPWe">Backdrop-filter</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/Rwjqgpo">Backdrop-filter</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/LYOXgLX">Icons verkleuren met filters</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/rNYQyKj">Icons verkleuren met filters</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/WNXYayR">Mask basics</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/gOXQGdP">Mask basics</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/podQQpx">Moving masks</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/MWOzzrZ">Moving masks</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/gOXQBBa">Gat met een masks</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/rNYQdjR">Gat met een masks</a> (CodePen)</li>
</ul>
<ul>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/yLPQvoo">Radial beams mask</a> (CodePen)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/filter">Filter basics</a> (MDN)</li>
<li><a href="https://css-tricks.com/solved-with-css-colorizing-svg-backgrounds/">Icons verkleuren met filters</a> (CSS tricks)</li>
<li><a href="https://codepen.io/sosuke/live/Pjoqqp">CSS filter generator to convert from black to target hex color</a></li>
<li><a href="https://www.smashingmagazine.com/2021/07/hsl-colors-css/">HSL color wheel (and more)</a> (Smashing)</li>
</ul>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/mask">Mask basics</a> (MDN)</li>
<li><a href="https://css-tricks.com/mask-compositing-the-crash-course/">Mask Compositing: The Crash Course</a> (CSS tricks)</li>
<li><a href="https://css-tricks.com/css-ing-candy-ghost-buttons/">Mask-ing Candy Ghost Buttons</a> (CSS tricks)</li>
</ul>
<ul>
<li><a href="https://css-tricks.com/using-property-for-css-custom-properties/">Using @property for CSS Custom Properties</a> (CSS tricks)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Gradients-->
<details id="sessie-gradients">
<summary aria-label="meer over Gradients"><h2>Gradients</h2>
<p>De 6 gradients: <strong>linear</strong>, <strong>repeating-linear</strong>, <strong>radial</strong>, <strong>repeating-radial</strong>, <strong>conic</strong>, <strong>repeating-conic</strong> en dan <strong>combineren</strong> maar.</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/RwogNqx">De 6 gradients</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/YzpVjOw">De 6 gradients</a> (CodePen)</li>
</ul>
<ul>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/vYymqmY">Background-position percentages</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/mdOwyjp">Spinning rainbow</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/MWEOGBL">Spinning rainbow met mask</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/ZEBBBZP">Spinning rainbow met shared background</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/yLVbmXr">Spinning rainbow met SVG filters</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/zYozxRG">Gedeeld verloop</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/PobjYox">Gedeeld verloop</a> (CodePen)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://css-tricks.com/css3-gradients/">Gradients - The basics</a> (CSS tricks)</li>
<li><a href="https://css-tricks.com/i-like-how-percentage-background-position-works/">I like how percentage background-position works</a> (CSS Tricks)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds">Using multiple backgrounds</a> (MDN)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images">Sizing background images with background-size</a> (MDN)</li>
<li><a href="https://projects.verou.me/css3patterns/">Lea's pattern gallery</a> (Lea Verou)</li>
<li><a href="https://css-houdini.rocks/animating-gradient/">Animating a gradient
met Houdini</a> (CSS Houdini)</li>
</ul>
<ul>
<li>Minder bekende properties <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment">background-attachment</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip">background-clip</a> en <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-origin">background-origin</a> (MDN)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--SVG filters-->
<details id="sessie-svgfilters">
<summary aria-label="meer over SVG filters"><h2>SVG filters</h2>
<p>Van <strong>CSS</strong> filters <strong>als shortcuts</strong> tot SMIL in een van de <strong>17 FE's</strong> (filter effects).</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/LYbyrQB">SVG filter basics</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/eYBWjWj">SVG filter basics</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/YzpVPXV">Outlined text</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/zYoZRRj">Outlined text</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/MWbmgjJ">Blobby</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/wvoJmxy">Blobby</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/ZEBKEXq">Squiggly tekst</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/MWbmWEq">Squiggly tekst</a> (CodePen)</li>
</ul>
<ul>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/YzpVQJq">Squiggly vormpjes met ogen</a> (CodePen)</li>
</ul>
<h3>Samples</h3>
<ul>
<li><a href="https://codepen.io/shooft/pen/ZEBeoOE">Noisy buttons (SMIL) - JS trigger 🤨</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/pen/zYXGpmj">Hightlight one color</a></li>
<li><a href="https://www.sinds1971.nl/lava/">Lava</a> (sinds1971)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://yoksel.github.io/svg-filters/#/">SVG filters - visueel op een rijtje</a> (yoksel)</li>
<li><a href="https://tympanus.net/codrops/2019/01/15/svg-filters-101/"> SVG Filters 101</a> (Codrops)</li>
<li><a href="https://css-tricks.com/gooey-effect/"> The Gooey Effect</a> (CSS tricks)</li>
<li><a href="https://tympanus.net/codrops/2019/01/22/svg-filter-effects-outline-text-with-femorphology/">Outline Text with <feMorphology></a> (Codrops)</li>
<li><a href="https://tympanus.net/codrops/2019/02/19/svg-filter-effects-creating-texture-with-feturbulence/"> Creating Texture with <feTurbulence></a> (Codrops)</li>
<li><a href="https://css-tricks.com/guide-svg-animations-smil/"> A Guide to SVG Animations (SMIL)</a> (CSS tricks)</li>
<li><a href="https://www.sarasoueidan.com/blog/svg-coordinate-systems/">Understanding SVG Coordinate Systems</a> (Sara Soueidan)</li>
</ul>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/filter">CSS filter:</a> (MDN)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter">SVG <filter></a> (MDN)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Element#filter_primitive_elements">Filter primitive elements</a> (MDN)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Custom properties-->
<details id="sessie-customproperties">
<summary aria-label="meer over Custom properties"><h2>Custom properties</h2>
<p>Van <strong>themes</strong> via (complexe) <strong>berekeningen</strong> en <strong>logica</strong> richting <strong>Houdini</strong>.</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/eYBWzLx">Button states</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/abBWNaK">Button states</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/rNWmMWN">Stralenkrans</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/zYoNWRY">Stralenkrans</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/xxPmLbZ">Animatie met index</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/OJOrgqO">Animatie met index</a> (CodePen)</li>
</ul>
<ul>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/zYowKdr">Menuutje</a> (CodePen)</li>
</ul>
<h3>Samples</h3>
<ul>
<li><a href="https://codepen.io/shooft/pen/MWbJXwo">Neon buttons</a> (CodePen)</li>
<li><a href="https://sinds1971.nl/fed/joann/">Emoji fontein met parameters</a> (sinds1971)</li>
<li><a href="https://sinds1971.nl/fvd/rondje/">Carrousel met parameters</a> (sinds1971)</li>
<li><a href="https://www.sinds1971.nl/fed/lava/">Lava</a> (sinds1971)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="">CSS Variables: var(--subtitle);</a> (Lea Verou - video)</li>
</ul>
<ul>
<li><a href="https://medium.com/better-programming/introduction-to-css-custom-properties-66b9474d3012">Custom properties: An introduction</a> (Better Programming)</li>
<li><a href="https://css-tricks.com/using-custom-property-stacks-to-tame-the-cascade/">Using Custom Property “Stacks” to Tame the Cascade (fallbacks)</a> (CSS tricks)</li>
<li><a href="https://stuffandnonsense.co.uk/blog/redesigning-your-product-and-website-for-dark-mode">Ook gewoon handig voor themes</a> (Stuff & Nonsense)</li>
<li><a href="https://css-tricks.com/a-complete-guide-to-calc-in-css/">calc() - the complete guide</a> (CSS tricks)</li>
<li><a href="https://css-houdini.rocks/animating-gradient/">Animating a gradient with Houdini</a> (CSS Houdini rocks)</li>
<li><a href="https://stuffandnonsense.co.uk/archives/css_specificity_wars.html">CSS Specificity Wars - welke selector wint</a> (Stuff & Nonsense)</li>
</ul>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties">Using CSS custom properties - including set/get with JS</a> (MDN)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Vormpjes maken-->
<details id="sessie-vormpjesmaken">
<summary aria-label="meer over vormpjes maken"><h2>Vormpjes maken</h2>
<p><strong>Border-radius</strong>, <strong>gradients</strong>, <strong>before & after</strong> en <strong>clip-path</strong> en die dan slim <strong>combineren</strong>.</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/zYoKGMY">Border-radius heeft 8 values</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/dyOXrpZ">Border-radius heeft 8 values</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/qBqNaeB">Hoekjes maken met gradients</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/xxREGoV">Hoekjes maken met gradients</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/ZEBpQaa">Before en after styling</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/xxROeKW">Before en after styling</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/jOVMqEY">Clip-path cookie-cutter</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/zYoBXzj">Clip-path cookie-cutter</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/yLVaJVB">Vormpjes met ogen</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/oNYzxyL">Vormpjes met ogen</a> (CodePen)</li>
</ul>
<h3>Samples</h3>
<ul>
<li><a href="https://codepen.io/shooft/pen/NWbNdON">Vormpjes met ogen - alles</a> (CodePen)</li>
<li>Meer geknutsel met <a href="https://www.sinds1971.nl/cssvoordedames/3-transforms.html">transforms</a> en <a href="https://www.sinds1971.nl/cssvoordedames/4-positioneren.html">positioneren</a> (sinds1971)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://css-tricks.com/the-shapes-of-css/">The Shapes of CSS</a> (CSS tricks - her-en-der outdated)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius">Border-radius heeft 8 values</a> (MDN)</li>
<li><a href="https://9elements.github.io/fancy-border-radius/">Fancy Border-Radius</a> (Nils Binder)</li>
<li><a href="https://ishadeed.com/article/css-multiple-backgrounds/">Understanding CSS Multiple Backgrounds</a> (Ahmad Shadeed)</li>
<li><a href="https://9elements.com/blog/gradient-angles-in-css/">Gradient angles in CSS</a> (Nils Binder)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/min()">min()</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/max()">max()</a> en <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clamp()">clamp()</a> (op MDN)</li>
<li><a href="https://tiffanybbrown.com/2015/09/css-stacking-contexts-wtf/">CSS stacking contexts: What they are and how they work</a> (Tiffany B. Brown)</li>
<li><a href="https://ishadeed.com/article/clip-path/">Understanding Clip Path in CSS</a> (Ahmad Shadeed)</li>
<li><a href="https://bennettfeely.com/clippy/">Clippy - a clip-path polygon() maker</a> (Bennett Feely)</li>
<li><a href="https://css-tricks.com/svg-path-syntax-illustrated-guide/">The SVG `path` Syntax: An Illustrated Guide</a> (CSS tricks)</li>
<li><a href="https://mavo.io/demos/svgpath/">SVG path builder</a> (Lea Verou)</li>
<li><a href="https://cssfordesigners.com/articles/clip-path-scaling">Clip-path scaling</a> (CSS for Designers)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--3D Transforms-->
<details id="sessie-3dtransforms">
<summary aria-label="meer over 3D transforms">
<h2>(3D) Transforms</h2>
<p><strong>Translate</strong>, <strong>rotate</strong>, <strong>origin</strong>, <strong>perspective</strong> en <strong>backface</strong> en die dan slim <strong>combineren</strong>.</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Startpunt: <a href="https://codepen.io/shooft/pen/eYBdOBx">De 4 transform functies</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/OJGNxmL">3D basics</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/PogNKdx">3D basics</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/PobGYyE">Transform sommetjes</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/BaQLLJj">Transform sommetjes</a> (CodePen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/KKNgWzg">Transform minecraft</a> (CodePen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/BaQLpQq">Transform minecraft</a> (CodePen)</li>
</ul>
<h3>Samples</h3>
<ul>
<li><a href="https://codepen.io/shooft/pen/WNowaqB">Backface-visibility flip</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/pen/OJbNqmY">3D vouwmenu 🌶</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/pen/ZEBWwQZ">Flipperdeflip 🌶🌶</a> (CodePen)</li>
</ul>
<ul>
<li><a href="https://www.sinds1971.nl/spelenmetcss/2020-feb/pip/index.html">Perspective-origin bedienen met pijltjes</a> (Pip)</li>
<li>Meer geknutsel met <a href="https://www.sinds1971.nl/cssvoordedames/4-positioneren.html">positioneren</a> en <a href="https://www.sinds1971.nl/cssvoordedames/11-alles-tesaam.html">alles samen</a> (sinds1971)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transforms">CSS Transforms - spec</a> (MDN)</li>
<li><a href="https://riptutorial.com/css/example/4130/multiple-transforms">Multiple transforms - Order matters (rip tutorial)</a></li>
<li><a href="https://css-tricks.com/things-watch-working-css-3d/">Things to Watch Out for When Working with CSS 3D</a> (Ana Tudor)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/backface-visibility">Backface-visibility</a> (MDN)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Animeren-->
<details id="sessie-animeren">
<summary aria-label="meer over animeren">
<h2>Animeren</h2>
<p>Van eenvoudige from-to <strong>keyframes</strong> tot complexe meervoudige cubic-beziers.</p>
</summary>
<div class="details-content">
<h3>Redenen om te animeren (<a href="https://valhead.com/">Val Head</a>):</h3>
<ul>
<li><strong>Relaties tussen elementen leggen. </strong>Bijv: een filter dat in- en uitschuift zodat je weet hoe 'de wereld' in elkaar zit en samenhangt.</li>
<li><strong>Aandacht op iets vestiging.</strong> Bijv. nieuwe content na een refresh met een animatie toevoegen aan een pagina, zodat het even het focuspunt wordt.</li>
<li><strong>Feedback geven.</strong> Bijv. een winkelwagentje even groter laten worden als er een product wordt toegevoegd, zodat duidelijk is dat het toevoegen gelukt is en waar het product is terug te vinden.</li>
<li><strong>Iets uitleggen.</strong> Bijv. gebruikers de eerste keer een animatie van een gesture tonen, zodat ze weten hoe de interactie werkt.</li>
<li><strong>Het merk karakter geven.</strong> De branding ook smoel geven met de wijze van animeren.</li>
</ul>
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/poNEPRK">Animatie sommetjes</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/eYBdvey">Animatie sommetjes</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/mdOrmaM">Happy knife</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/RwoGVBp">Happy knife</a> (Codepen)</li>
</ul>
<h3>Samples</h3>
<ul>
<li><a href="https://www.sinds1971.nl/cssvoordedames/8-animations.html">Sanne's experimentjes</a> (sinds1971)</li>
<li><a href="https://codepen.io/shooft/pen/NWbNdON">Vormpjes met ogen - alles</a> (CodePen)</li>
<li><a href="https://codepen.io/shooft/pen/ZEBBBZP">Draaiende regenboog</a> (Codepen)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://ohmy.disney.com/movies/2016/07/20/twelve-principles-animation-disney/">12 Principles of Animation</a> (Disney)</li>
<li><a href="https://vimeo.com/250349313 ">Designing Meaningful Animation</a> (Val Head - Video)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations">CSS Animations - spec</a> (MDN)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties">CSS properties that can be animated using CSS Animations or CSS Transitions</a> (MDN)</li>
<li><a href="https://valhead.com/2020/05/09/reduced-motion-in-the-wild/">Reduced Motion 'In The Wild'</a> (Val Head)</li>
<li><a href="https://matthewlein.com/tools/ceaser">CSS Easing Animation Tool</a> (Matthew Lein)</li>
<li><a href="https://css-tricks.com/snippets/svg/curved-text-along-path/">Curved Text Along a Path</a> (CSS Tricks)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Wiskunde/Math-->
<details id="sessie-math">
<summary aria-label="meer over wiskunde/math">
<h2>Wiskunde/Math</h2>
<p>Naast <strong>calc, min, max en clamp</strong> nu nog <strong>veel meer wiskunde</strong> :)</p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/LYvbMOP">Vierkant met <strong>wortel</strong></a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/PogbdbG">Vierkant met <strong>wortel</strong></a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/BaEQvJZ">Magnification</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/rNbWZJP">Magnification met <strong>cos</strong></a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/LYvbJaG">Magnification met <strong>sin</strong> en <strong>abs</strong></a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/KKYNbQR">Zeshoek met <strong>sin</strong> en <strong>cos</strong></a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/abxBRyZ">Zeshoek met <strong>sin</strong> en <strong>cos</strong></a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/yLrVGEx">Pythagoras met <strong>hypot</strong></a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/eYoBQRR">Pythagoras met <strong>hypot</strong></a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/wvZoRNp">Output met <strong>round</strong> en <strong>mod</strong></a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/qBwqLWg">Output met <strong>round</strong> en <strong>mod</strong></a> (Codepen)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions#math_functions">Alle Math functions op een rij</a> (MDN)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
<!--Cursor volgen-->
<details id="sessie-cursor-volgen">
<summary aria-label="meer over cursor volgen">
<h2>Cursor volgen</h2>
<p>De <strong>cursor volgen</strong> met <strong>custom properties</strong> en een <strong>beetje JS</strong>. Dank aan <a href="https://lea.verou.me/">Lea</a></p>
</summary>
<div class="details-content">
<h3>Oefenen</h3>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/NWwEOQg">Volg die muis - de basics</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/GROwdqd">Volg die muis - de basics</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/gOXQQbw">Where's Waldo</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/PoOxeeV">Where's Waldo</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/oNoQQbN">Color map</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/PoOxegv">Color map</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/JjOeeRg">Volg die muisjes</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/RwjqBLK">Volg die muisjes</a> (Codepen)</li>
</ul>
<ul>
<li>Meetypen: <a href="https://codepen.io/shooft/pen/dyZQQzG">Button bubbles</a> (Codepen)</li>
<li>Uitwerking: <a href="https://codepen.io/shooft/pen/YzERjmQ">Button bubbles</a> (Codepen)</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/mousemove_event">mousemove event</a> (MDN)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect">Element.getBoundingClientRect()</a> (MDN)</li>
<li><a href="https://css-tricks.com/using-property-for-css-custom-properties/">Using @property for CSS Custom Properties</a> (CSS tricks)</li>
</ul>
<h3>Schetsen</h3>
<p>Ik maak veel schetsjes - om te ontwerpen - en om techniek uit te vogelen:</p>
<p><img src="img/schets-worst-mes-pan.jpg" alt="worst, mes en pan in wording"></p>
</div>
</details>
</main>
<footer>
<ul>
<li><a data-icon="🐡" href="index.html" class="home">Home</a></li>
<li><a data-icon="👺" href="https://teams.microsoft.com/l/channel/19%3A55031fd9d2844cc193a600ed26ef4052%40thread.tacv2/2%20CSS%20-%20CSS%20to%20the%20Rescue?groupId=90efb8b2-557d-4a2b-9ad3-649a84dc607d&tenantId=0907bb1e-21fc-476f-8843-02d09ceb59a7" class="classroom" target="_blank" rel="noopener noreferrer">Teams</a></li>
<li><a data-icon="🥦" href="https://dlo.mijnhva.nl/d2l/le/content/571327/Home" class="uploadbox" target="_blank" rel="noopener noreferrer">DLO</a></li>
</ul>
</footer>
<script src="scripts/script.js"></script>
</body>
</html>