This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdangers.html
executable file
·100 lines (87 loc) · 3.64 KB
/
dangers.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Dangers</title>
<link rel="shortcut icon" type="image/svg" href="img/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Art Discovery" />
<meta name="copyright" content="©ArtDiscovery" />
<!-- FILES -->
<link rel="stylesheet" href="style/css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap"
rel="stylesheet"
/>
</head>
<!-- BODY -->
<body>
<div class="mobile-overlay">
<span>
Les affiches de l'exposition étant trop grandes pour les mobiles, nous
vous invitons à la découvrir sur grand écran (ordis, tablettes) enroulé
dans un bon plaid, avec un bon thé !
<br />
<br />
À bientôt !
</span>
</div>
<!-- Layouts -->
<div class="layout-container">
<label class="layout a3 first-layout" id="layout1">
<img src="img/affiches/dangers/1.webp" alt="" />
<input disabled type="checkbox" id="1" checked />
<label class="layout a4 right-bottom" id="layout2">
<img src="img/affiches/dangers/2.webp" alt="" />
<input type="checkbox" id="2" />
<label class="layout a4 right-top" id="layout3">
<img src="img/affiches/dangers/3.webp" alt="" />
<input type="checkbox" id="3" />
<label class="layout a3 middle-bottom-right" id="layout4">
<img src="img/affiches/dangers/4.webp" alt="" />
<input type="checkbox" id="4" />
<label class="layout a4 middle-bottom-right" id="layout5">
<img src="img/affiches/dangers/5.webp" alt="" />
<input type="checkbox" id="5" />
<label class="layout a4 right-top" id="layout6">
<img src="img/affiches/dangers/6.webp" alt="" />
<input type="checkbox" id="6" />
<label class="layout a4 bottom-right" id="layout7">
<img src="img/affiches/dangers/7.webp" alt="" />
<input type="checkbox" id="7" />
<label
class="layout a4 bottom-right final-layout"
id="layout8"
>
<img src="img/affiches/dangers/8.webp" alt="" />
<div
class="link next next-button right orange arrow-container-hover"
>
<div class="arrow"></div>
<a
href="dangers-dark-patterns.html"
class="next-link"
></a>
</div>
</label>
</label>
</label>
</label>
</label>
</label>
</label>
</label>
</div>
<!-- Next Page layout -->
<div class="no-display-next-layout">
<img src="img/affiches/dangers/dark-patterns/1.webp" alt="" />
<img src="img/affiches/dangers/dark-patterns/2.webp" alt="" />
</div>
<!-- Scripts -->
<script type="text/javascript" src="js/layoutTravel.js"></script>
<script type="text/javascript" src="js/mouseParralax.js"></script>
<script type="text/javascript" src="js/simulateClick.js"></script>
<script type="text/javascript" src="js/next.js"></script>
</body>
</html>