-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.html
More file actions
222 lines (125 loc) · 5.01 KB
/
site.html
File metadata and controls
222 lines (125 loc) · 5.01 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Try Again | Escape Game</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="header.css">
<link rel="stylesheet" type="text/css" href="base.css">
<link rel="stylesheet" type="text/css" href="chargement_css.css">
<link rel="icon" type="image/ico" href="icons8-ouvrir-96.png">
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/73d1f5d5f9.js"></script>
</head>
<body>
<div class="container_pour_chargement">
<div class="bar">
<span class="sphere"></span>
</div>
<div class="tout_le_contenu_du_site">
<div class="header">
<div class="header_texture"></div>
<div class="header_mask">
<svg width='100%' height='100%' viewBox='0 -1 100 100' preserveAspectRatio='none'>
<path d= "M0 100 L 0 0 C 25 100 75 100 100 0 L 100 100" fill='black'>
</path>
</svg>
</div>
<div class="container">
<div class="barre_de_navigation_header">
<div class="barre_de_navigation_header_logo">
<h1 class="nom_logo"><a href="site.html">Try Again</a></h1>
</div>
<div class="barre_de_navigation_header_menu">
<a href="site.html" class="barre_de_navigation_header_menu_lien"> <i class="fas fa-home"></i> Accueil</a>
<a href="" class="barre_de_navigation_header_menu_lien"> <i class="fas fa-door-open"></i> Rooms</a>
<a href="" class="barre_de_navigation_header_menu_lien"> <i class="fas fa-phone"></i> Contact</a>
</div>
</div>
<div class="header_slogan">
<h1 class="slogan_titre">Try again, if you can...</h1>
<a href="https://www.google.fr/" class="slogan_boutton">Réservation</a>
</div>
</div>
</div>
<div class="rooms">
<div class="container">
<h2 class="rooms_titre">3 Rooms : </h2>
<div class="rooms_items">
<a href="Running_late.html" class="room" style="background:url('https://static.mycity.travel/manage/uploads/7/37/52378/872c28cf5703d2952b13a8bc1da73d5dc27f541a_1080.jpg');background-size: cover; ">
<div class="room_name">Running Late</div>
</a>
<a href="Prison_adventure.html" class="room" style="background:url('http://prisonbreak.si/wp-content/uploads/2016/03/Prison-Break-Slovenija-escape-room.jpg'); background-size: cover; ">
<div class="room_name">Prison Adventure</div>
</a>
<a href="Lost.html" class="room" style="background:url('https://camilleg.fr/wp-content/uploads/2017/11/lost_asylum.jpg');
background-size: cover;">
<div class="room_name">Lost</div>
</a>
</div>
</div>
<div class="enigme">
s
<h1 class="titre_enigme_1">L'aventure à déjà commençée</h1>
<h2 class="titre_enigme_2">à vous de trouver l'entrée...</h2>
<h3 class="titre_enigme_3">...........................................................<a href="resultat_enigme.html">Ici</a></h3>
</div>
<footer class="footer">
<div class="container_footer">
<div class="colonne_footer">
<h5 class="titre_colonne">ROOMS</h5>
<p class="infos">
<a href="Running_late.html">Running Late</a> <br>
<a href="Prison_adventure.html">Prison Adventure</a> <br>
<a href="Lost.html">Lost</a>
</p>
</div>
<div class="colonne_footer">
<h5 class="titre_colonne">ÉVÈNEMENTS</h5>
<p class="infos">
<a href="">Anniversaire</a> <br>
<a href="">Team Building</a><br>
<a href="">Coffret Cadeau</a>
</p>
</div>
<div class="colonne_footer">
<h5 class="titre_colonne">INFOS IMPORTANTES</h5>
<p class="infos">
<a href="">Actualités</a><br>
<a href="">Tarifs</a> <br>
<a href="">Horaires</a>
</p>
</div>
<div class="colonne_footer">
<h5 class="titre_colonne">À PROPOS</h5>
<p class="infos">
<a href="">F.A.Q</a><br>
<a href="">Nous contacter</a> <br>
<a href="">Emplacement</a>
</p>
</div>
<div class="footer_logo">
<ul>
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="#"><i class="fab fa-snapchat"></i></a></li>
</ul>
<div class="copyright">
<p class="copyrightt">© Copyright Try Again SARL - 2019 - Développement du site web par <a href="https://remydiabolo1.wixsite.com/website" class="rd">Rémy Dionisio</a></p>
</div>
</div>
</div>
</footer>
</div>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".bar").fadeOut( 1000,function(){
$(".tout_le_contenu_du_site").fadeIn(1000)
});
})
</script>
</body>
</html>