-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
409 lines (409 loc) · 20.9 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Reservia - Alessandro Cavaliere</title>
<meta name="description" content="Reservia, projet realisé par Alessandro Cavaliere"/>
<script src="https://kit.fontawesome.com/c7d3dcb5af.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="main">
<header>
<nav class="display">
<ul class="display">
<li class="li_1"><a href="#hebergements_marseille">Hébergements</a></li>
<li class="li_2"><a href="#activites_marseille">Activités</a></li>
<li class="li_3"><a href=""><strong>S'inscrire</strong></a></li>
</ul>
</nav>
<div class="display" id="logo_reservia">
<img src="images/logo/Reservia.svg" alt="logo reservia"/>
</div>
<h1>Trouvez votre hébergement pour des vacances de rêve</h1>
<p>En plein centre ville ou en pleine nature</p>
</header>
<div id="search">
<div id="recherche_ville">
<form>
<label for="champ_de_recherche"><i class="fas fa-map-marker-alt"></i></label>
<input type="search" id="champ_de_recherche" name="champ_de recherche" placeholder="Marseille, France"/>
<input type="button" id="button" value="Rechercher"/>
<button id="lens"><i class="fas fa-search"></i></button>
</form>
</div>
<div id="filtres" class="display">
<h3>Filtres</h3>
<div class="display">
<p><span><i class="fas fa-money-bill-wave"></i></span>Economique</p>
<p><span><i class="fas fa-child"></i></span>Familial</p>
<p><span><i class="fas fa-heart"></i></span>Romantique</p>
<p><span><i class="fas fa-dog"></i></span>Animaux autorisés</p>
</div>
</div>
<p id="info">
<span><i class="fas fa-info fa-xs"></i></span> Plus de 500 logements sont disponibles dans cette ville
</p>
</div>
<section id="section_1" class="display">
<div id="hebergements_marseille">
<h2>
Hébergements à Marseille
</h2>
<div id="onglets" class="display">
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg" alt="auberge la cannebiere"/>
</a>
<figcaption>
<a href="">
<h3>
Auberge la Cannabiere
</h3>
<p>
Nuit à partir de <strong>25€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg" alt="hotel de la mer">
</a>
<figcaption>
<a href="">
<h3>
Hotel de la mer
</h3>
<p>
Nuit à partir de 46<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg" alt="hotel du port"/>
</a>
<figcaption>
<a href="">
<h3>
Hotel du Port
</h3>
<p>
Nuit à partir de 52<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg" alt="auberge le panier">
</a>
<figcaption>
<a href="">
<h3>
Auberge Le Panier
</h3>
<p>
Nuit à partir de <strong>23€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg" alt="hotel les mouettes">
</a>
<figcaption>
<a href="">
<h3>
Hotel Les mouettes
</h3>
<p>
Nuit à partir de 76<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="hebergements">
<figure>
<a href="">
<img src="images/hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg" alt="hotel chez amina">
</a>
<figcaption>
<a href="">
<h3>
Hotel chez Amina
</h3>
<p>
Nuit à partir de 96<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</a>
</figcaption>
</figure>
</div>
</div>
<p id="afficher_plus">
<a href="">Afficher Plus</a>
</p>
</div>
<aside class="display">
<h2 class="display">
Les plus populaires <span class="fleche"><a href=""><i class="fas fa-chart-line"></i></a></span>
</h2>
<div id="onglets_aside">
<div class="populaires">
<figure>
<a href="">
<img src="images/hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg" alt="hotel le soleil du matin">
</a>
<figcaption>
<a href="">
<h3>
Hotel Le soleil du matin
</h3>
<p>
Nuit à partir de 128<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="populaires">
<figure>
<a href="">
<img src="images/hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg" alt="au coeur de l'eau chambres d'hotes">
</a>
<figcaption>
<a href="">
<h3>
Au coeur de l'eau Chambres d'hotes
</h3>
<p>
Nuit à partir de 71<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
<div class="populaires">
<figure>
<a href="">
<img src="images/hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg" alt="hotel tout bleu et blanc">
</a>
<figcaption>
<a href="">
<h3>
Hotel tout bleu et blanc
</h3>
<p>
Nuit à partir de 68<strong>€</strong>
</p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star etoile_vide"></i>
</span>
</a>
</figcaption>
</figure>
</div>
</div>
</aside>
</section>
<section id="section_2" class="display">
<div id="activites_marseille">
<h2>
Activités à Marseille
</h2>
<div id="activites" class="display">
<div class="onglets_activites">
<figure>
<a href="">
<img src="images/activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg" alt="vieux port">
</a>
<figcaption>
<a href="">
<h5>
Vieux Port
</h5>
</a>
</figcaption>
</figure>
</div>
<div class="onglets_activites">
<figure>
<a href="">
<img class="petite_photo" src="images/activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg" alt="fort de pomègues">
</a>
<figcaption>
<a href="">
<h5>
Fort de Pomègues
</h5>
</a>
</figcaption>
</figure>
</div>
<div class="onglets_activites">
<figure>
<a href="">
<img class="petite_photo" src="images/activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg" alt="iles de frioul">
</a>
<figcaption>
<a href="">
<h5>
Iles de Frioul
</h5>
</a>
</figcaption>
</figure>
</div>
<div class="onglets_activites">
<figure>
<a href="">
<img src="images/activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg" alt="parc national des calanques">
</a>
<figcaption>
<a href="">
<h5>
Parc National des Calanques
</h5>
</a>
</figcaption>
</figure>
</div>
<div class="onglets_activites">
<figure>
<a href="">
<img class="petite_photo" src="images/activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg" alt="notre-dame-de-la-garde">
</a>
<figcaption>
<a href="">
<h5>
Notre-Dame-de-la-Garde
</h5>
</a>
</figcaption>
</figure>
</div>
<div class="onglets_activites">
<figure>
<a href="">
<img class="petite_photo" src="images/activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg" alt="parc longchamp">
</a>
<figcaption>
<a href="">
<h5>
Parc longchamp
</h5>
</a>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
</div>
<footer class="display">
<article>
<h5>
A propos
</h5>
<ul>
<li><a href="">Fonctionnement du site</a></li>
<li><a href="">Conditions generales de vente</a></li>
<li><a href="">Données et confidentialité</a></li>
</ul>
</article>
<article>
<h5>
Nos hébergements
</h5>
<ul>
<li><a href="">Charte qualité</a></li>
<li><a href="">Soumettre votre hotel</a></li>
</ul>
</article>
<article>
<h5>
Assistence
</h5>
<ul>
<li><a href="">Centre d'aide</a></li>
<li><a href="">Nous contacter</a></li>
</ul>
</article>
</footer>
</body>
</html>