-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (347 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Reservia</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway&display=swap"
rel="stylesheet"
/>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/tablet.css" rel="stylesheet" type="text/css" />
<link href="css/mobile.css" rel="stylesheet" type="text/css" />
<link href="css/all.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<img
id="logo"
src="images/logo/Reservia@3x.png"
alt="Reservia"
title="Reservia"
/>
<nav class="sign-up">
<ul>
<li><a href="#">Sign Up</a></li>
</ul>
</nav>
<nav class="links">
<ul>
<li><a href="#accommodation">Accommodations</a></li>
<li><a href="#activities">Activities</a></li>
</ul>
</nav>
</header>
<section class="search-container">
<h3><strong>Find a place for your dream vacation</strong></h3>
<p>Downtown or in nature</p>
<div class="searchbox">
<i class="fas fa-map-marker-alt map"></i
><input type="text" placeholder="Marseille, France" /><input
type="button"
value="Search"
/>
<i class="fas fa-search search"></i>
</div>
</section>
<section class="filter-container">
<div class="filter-item">
<strong>Filters</strong>
</div>
<div class="filter-item">
<i class="fas fa-money-bill-wave"></i>
<a href="#">Low cost</a>
</div>
<div class="filter-item">
<i class="fas fa-child"></i>
<a href="#">Family-friendly</a>
</div>
<div class="filter-item">
<i class="fas fa-heart"></i> <a href="#">Romantic</a>
</div>
<div class="filter-item">
<i class="fas fa-dog"></i> <a href="#">Pets allowed</a>
</div>
</section>
<div id="accommodation">
<span class="fa-stack">
<i class="far fa-circle fa-stack-2x"></i>
<i class="fas fa-info fa-stack-1x"></i>
</span>
<span> More than 500 accommodations are available in this city </span>
</div>
<main>
<div class="accommodations">
<h3>Accommodations in Marseille</h3>
<div class="accom-list">
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Auberge la Cannnebierre</div>
<div class="price">Night starting at <strong>25€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i>
</div>
</a>
</div>
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Hotel du port</div>
<div class="price">Night starting at <strong>52€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
</div>
</a>
</div>
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Les Moutlete hotel</div>
<div class="price">Night starting at <strong>76€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i>
</div>
</a>
</div>
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Hotel De La Mer</div>
<div class="price">Night starting at <strong>46€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</a>
</div>
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Aubergie Le Panier</div>
<div class="price">Night starting at <strong>23€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i>
</div>
</a>
</div>
<div class="accom-list-item">
<a href="#"
><img
src="images/hebergements/2_large/febrian-zakaria-M6S1WvfW68A-unsplash.jpg"
alt="marcus-loke-WQJvWU_HZFo-unsplash"
title=" marcus-loke-WQJvWU_HZFo unsplash"
/>
<div class="title">Hotel Chez Amina</div>
<div class="price">Night starting at <strong>96€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
</div>
</a>
</div>
</div>
<a class="showmore" href="#"><strong> Show more</strong></a>
</div>
<div class="popular">
<h3>Most Popular <i class="fas fa-chart-line"></i></h3>
<div class="popular-list">
<div class="popular-list-item">
<a class="img" href="#"
><img
src="images/hebergements/3_medium/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg"
alt="Morning sun hotel"
/></a>
<a class="lbl" href="#"
><div>Morning sun hotel</div>
<div class="price">Night starting at <strong>25€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i></div
></a>
</div>
<div class="popular-list-item">
<a class="img" href="#"
><img
src="images/hebergements/3_medium/aw-creative-VGs8z60yT2c-unsplash.jpg"
alt="Au Coer hotel"
/></a>
<a class="lbl" href="#"
><div>Au Coer hotel bed and breakfast</div>
<div class="price">Night starting at <strong>71€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i></div
></a>
</div>
<div class="popular-list-item">
<a class="img" href="#"
><img
src="images/hebergements/3_medium/febrian-zakaria-sjvU0THccQA-unsplash.jpg"
alt="Morning sun hotel"
/>
</a>
<a class="lbl" href="#">
<div>Tout bleu et Blanc hotel</div>
<div class="price">Night starting at <strong>68€ </strong></div>
<div class="rating">
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star checked"></i>
<i class="fas fa-star"></i>
</div>
</a>
</div>
</div>
</div>
<!-- </div> -->
<!-- </section> -->
</main>
<h3 id="activities">Activities in Marseille</h3>
<section class="activities">
<div class="activities-item">
<div class="single">
<a href="#"
><img
src="images/activites/3_medium/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg"
alt="Old port"
title="Old port"
/>
<div class="title">Old port</div>
</a>
</div>
</div>
<div class="activities-item">
<div class="activities-sub-item">
<a href="#"
><img
src="images/activites/3_medium/paul-hermann-QFTrLdQIRhI-unsplash.jpg"
alt="Pomegues Fort"
title="Pomegues Fort"
/>
<div class="title">Pomegues Fort</div>
</a>
</div>
<div class="activities-sub-item">
<a href="#"
><img
src="images/activites/3_medium/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg"
alt="Flioul Island"
title="Flioul Island"
/>
<div class="title">Flioul Island</div>
</a>
</div>
</div>
<div class="activities-item">
<div class="single">
<a href="#"
><img
src="images/activites/3_medium/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg"
alt="Calanques national Park"
title="Calanques national Park"
/>
<div class="title">Calanques national Park</div>
</a>
</div>
</div>
<div class="activities-item">
<div class="activities-sub-item">
<a href="#"
><img
src="images/activites/3_medium/florian-wehde-xW9e8gdotxI-unsplash.jpg"
alt="Notre-Dame-de-la-Garde"
title="Notre-Dame-de-la-Garde"
/>
<div class="title">Notre-Dame-de-la-Garde</div>
</a>
</div>
<div class="activities-sub-item">
<a href="#"
><img
src="images/activites/3_medium/lena-paulin-wH2-EJoDcV0-unsplash.jpg"
alt="Longchamp Park"
title="Longchamp Park"
/>
<div class="title">Longchamp</div>
</a>
</div>
</div>
</section>
</div>
<footer>
<div class="about">
<label>About</label>
<ul>
<li>Site Map</li>
<li>General Terms and Conditions</li>
<li>Data and Privacy</li>
</ul>
</div>
<div class="our-accom">
<label>Our Accommodations</label>
<ul>
<li>Quality Assessment</li>
<li>You have a hotel?</li>
</ul>
</div>
<div class="assistance">
<label>Assistance</label>
<ul>
<li>Help Desk</li>
<li>Contact Us</li>
</ul>
</div>
</footer>
</body>
</html>