-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
233 lines (233 loc) · 7.61 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
<!DOCTYPE html>
<html lang="Fr">
<head>
<meta charset="utf-8">
<title>booki</title>
<link rel="stylesheet" href="css/main.css">
<script src="https://kit.fontawesome.com/4025b8a635.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div id="logo">
<img src="logo/Booki.png" alt="booki_logo">
</div>
<nav>
<ul>
<li> <a class="itemnav" href="#" >Hébergements</a></li>
<li><a class="itemnav" href="#">Activités</a></li>
</ul>
</nav>
</header>
<main>
<h1> Trouves votre hébergement pour des vacances de rêve</h1>
<p >En plein centre ville ou en pleine nature </p>
<form>
<label>
<i class="fas fa-map-marker-alt" ></i>
</label>
<input type="search" id="gsearch" name="gsearch" value="Marseille,France" >
<input type="button" id="recherche" onclick="alert('Hello World!')" value="Rechercher">
</form>
<div id="filtres">
<p>Filtres</p>
<button type="button">
<i class="fas fa-money-bill-wave " ></i>
<span>Economique</span>
</button>
<button type="button">
<i class="fas fa-child"></i>
<span>Familial</span>
</button>
<button type="button">
<i class="fas fa-heart"></i>
<span>Romantique</span>
</button>
<button type="button">
<i class="fas fa-dog"></i>
<span>Animaux autorisés</span>
</button>
</div>
<p> ⅈ Plus de 500 logements sont disponibles dans cette ville </p>
<section>
<h2> hébergements à marseille </h2>
<figure>
<img src="hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg" alt="cannabiére" width="400" height="200">
<figcaption>
<h3> Auberge la canabiére</h3>
<p> nuit a partir de 25€ </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="far fa-star"></i>
</span>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg" alt="hotel" width="400" height="200">
<h3> Hôtel du port </h3>
<figcaption>
<h3> Hôtel du port </h3>
<p>Nuit à partir de 52€</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>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg" alt="reisetopia" width="400" height="200">
<figcaption>
<h3> Hôtel les mouettes </h3>
<p>Nuit à partir de 72€ </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="far fa-star"></i>
</span>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg" alt="spratt" width="400" height="200">
<figcaption>
<h3> Hôtel de la mer</h3>
<p> Nuit à partit de 46€ </p>
<span>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</span>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg" alt="nicate" width="400" height="200">
<h3> Auberge le panier </h3>
<figcaption>
<h3> Auberge le panier </h3>
<p>Nuit à partir de 23€ </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="far fa-star"></i>
</span>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg" alt="zak" width="400" height="200">
<figcaption>
<h3> Hôtel chez amina </h3>
<p> Nuit à partir de 96€ </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>
</figcaption>
</figure>
<p> affichez plus </p>
</section>
<aside>
<h2> Les plus populaires <i class="fas fa-chart-line"></i> </h2>
<figure>
<img src="hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg" alt="emile" width="400" height="200">
<figcaption>
<h3> Hôtel le soleil du matin </h3>
<p> Nuit à partir de 128€ </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>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg" alt="creative" width="400" height="200">
<figcaption>
<h3> Au coeur de l'eau Chambres d'hôtes </h3>
<p> Nuit à partir de 71€ </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="far fa-star"></i>
</span>
</figcaption>
</figure>
<figure>
<img src="hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg" alt="zak2" width="400" height="200">
<figcaption>
<h3> hôtel Tout bleu et Blanc </h3>
<p> Nuit à partir de 68€ </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="far fa-star"></i>
</span>
</figcaption>
</figure>
</aside>
<section>
<h2> Activités à marseille</h2>
<figure>
<img src="activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg" alt="reno">
<h3> Vieux port </h3>
</figure>
<figure>
<img src="activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg" alt="fort">
<h3> Fort de pomégues </h3>
</figure>
<figure>
<img src="activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg" alt="ile">
<h3> Iles de frioul </h3>
</figure>
<figure>
<img src="activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg" alt="Parc">
<h3> Parc National des Calanques </h3>
</figure>
<figure>
<img src="activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg" alt="notre-dame">
<h3> Notre-Dame-de-la-Garde</h3>
</figure>
<figure>
<img src="activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg" alt="Parc2">
<h3> Parc Longchamp </h3>
</figure>
</section>
</main>
<footer>
<div id="propos">
<h4> A propos </h4>
<p>Foncionnement de site</p>
<p>Conditions générales de vente</p>
<p>Données et confidentialité</p>
</div>
<div id="hebergements">
<h4> Nos hebergements </h4>
<p>Charte qualité</p>
<p> Soumettre votre hôtel </p>
</div>
<div id="contact">
<h4> Assistance </h4>
<p>Centre d'aide</p>
<p> Nous contacter </p>
</div>
</footer>
</body>
</html>