-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
560 lines (431 loc) · 18.5 KB
/
index.html
File metadata and controls
560 lines (431 loc) · 18.5 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
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!DOCTYPE html>
<html lang="en">
<head>
<script src="main.js" defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExpresXpreess</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
colorButton: "#D97942",
},
},
},
}
</script>
</head>
<body class=" px-10" id="page" >
<header class="flex justify-between py-10 items-center text-xs">
<div class="grid grid-cols-1 md:grid-cols-2 gap-5 items-center">
<div>
<a href="#"><img src="./photos/logoxpress.png" alt="logoxpress"></a>
</div>
<div>
<div class='max-w-md mx-auto'>
<div class="relative hidden md:flex flex items-center w-full h-10 rounded-full border focus-within:shadow-lg bg-white overflow-hidden">
<div class="grid place-items-center h-full w-10 text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</div>
<input
class="peer h-full w-full outline-none text-sm text-gray-700 pr-2"
type="text"
id="search"
placeholder="Search destination.." />
</div>
</div>
</div>
</div>
<div>
<img src="./photos/Hamburger_icon.svg.png" id="hamburger" class="w-8 h-10 block md:hidden " alt="">
<img src="./photos/supprimer.png" id="supprimer" class="w-8 h-8 hidden" alt="">
</div>
<nav class="flex grid-cols-1 md:grid-cols-2 px-2 gap-5 items-center hidden md:flex">
<ul class="grid grid-cols-5 cursor-pointer gap-5">
<li>About</li>
<li>Ours tours</li>
<li>Explore</li>
<li>Guides</li>
<li>Contacts</li>
</ul>
<button class="bg-colorButton text-white p-2 rounded-full px-5">Register</button>
</nav>
</header>
<main >
<div>
<nav id="menu" class="flex flex-col px-2 gap-5 hidden">
<ul class="flex flex-col justify-items-start cursor-pointer gap-5">
<li>About</li>
<li>Ours tours</li>
<li>Explore</li>
<li>Guides</li>
<li>Contacts</li>
</ul>
<button class="bg-colorButton text-white p-2 rounded-full px-5 w-24">Register</button>
</nav>
</div>
<section class="grid grid-cols-1 md:grid-cols-2 justify-between">
<section>
<div>
<h1 class="font-extrabold text-3xl md:text-5xl my-5">
Escape Reality and Step into
Overpriced Mediocre
</h1>
<h2 class="text-red-500 uppercase font-extrabold text-3xl my-5 ">
DESTINATION
</h2>
<p class="text-xs my-5">
plan and book your perfect trip with expert advice, travel tips <br>
destination information and inspiration from As.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-5 items-center my-5">
<button class="bg-colorButton text-white p-2 rounded-full">Explore More</button>
<div class=" grid grid-cols-2 p-2">
<img class="hidden md:block inline-block h-12 w-12 rounded-full ring-2 ring-white border border-solid border-orange-700 " src="https://images.unsplash.com/photo-1491528323818-fdd1faba62cc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt=""/>
<a href="#" class="hidden md:block font-extrabold text-xs">More info > </a>
</div>
</div>
</div>
<figure class="hidden lg:block bg-white shadow-lg border -translate-y-28 translate-x-[43rem] w-44 rounded-lg px-2 py-2">
<img src="./photos/explorelabian.jpeg" class="object-cover rounded-t-lg" alt="">
<figcaption>
<p>Explore Labuan Bajo</p>
<img src="./photos/icons8-maps-and-location-64.png" alt="">
</figcaption>
</figure>
<figure class="hidden lg:block lg:px-0 bg-white shadow-lg border -translate-y-72 translate-x-[66rem] w-32 rounded-lg p-2">
<img src="./photos/lepiratehotel.jpeg" class="object-cover rounded-t-lg" alt="">
<figcaption>
<p>La pirate hotel</p>
<img src="./photos/icons8-maps-and-location-64.png" alt="">
</figcaption>
</figure>
</section>
<div>
<img src="./photos/mec.webp " class="hidden md:block w-[96vh]" alt="">
</div>
</section>
<!-- border bottom the photographe man-->
<div class=" grid grid-cols-4 justify-center items-center border -translate-y-[2rem] md:-translate-y-72 -translate-x-[11rem] md:translate-x-0 rounded-full ml-44 shadow-lg bg-white py-5 w-full lg:w-[65rem] ">
<div class="grid grid-cols-2 hidden md:grid items-center gap-3" id="cont1">
<div class=" p-2">
<img src="./photos/locationpublic.png" class=" hidden md:block lg:hidden border-black rounded-full" alt="">
</div>
<div class="flex items-center" >
<div>
<h3>locations</h3>
<p class="text-gray-700 text-xs">Dhoko, Bangladesh</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 hidden md:grid items-center " id="cont1">
<div class=" p-2">
<img src="./photos/icons8-calendrier-50.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class="grid grid-cols-2 gap-1 items-center justify-center">
<div>
<p>Date</p>
<p class="text-gray-700 text-xs">thu,23 dec 2023</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 hidden md:grid justify-center items-center gap-3" id="cont1">
<div class=" p-2">
<img src="./photos/price.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class=" grid grid-cols-2 items-center p-2">
<div>
<p>Price <span class="text-gray-700"></span></p>
<p class="text-gray-700 text-xs">100$,200$</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4 object-cover" alt="">
</a>
</div>
</div>
</div>
<div>
<button class="bg-colorButton text-white rounded-full mx-16 md:mx-2 p-3 w-24 md:w-full"> Back Now</button>
</div>
<div class="grid md:hidden ">
<img src="./photos/slider-removebg-preview.png" id="slide" class="w-8 mx-24" alt="">
<img src="./photos/slider-removebg-debout.png" id="slidDebout" class="w-8 mx-24 hidden" alt="">
</div>
<!--end con-->
</div>
<div class="grid grid-cols-2 hidden shadow-lg items-start border" id="cont1">
<div class=" p-2">
<img src="./photos/locationpublic.png" class=" hidden md:block lg:hidden border-black rounded-full" alt="">
</div>
<div class="flex items-center" >
<div>
<h3>locations</h3>
<p class="text-gray-700 text-xs">Dhoko, Bangladesh</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 hidden items-start " id="cont1">
<div class=" p-2">
<img src="./photos/icons8-calendrier-50.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class="grid grid-cols-2 gap-1 items-center justify-center">
<div>
<p>Date</p>
<p class="text-gray-700 text-xs">thu,23 dec 2023</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 hidden justify-center items-center gap-3" id="cont1">
<div class=" p-2">
<img src="./photos/price.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class=" grid grid-cols-2 items-center p-2">
<div>
<p>Price <span class="text-gray-700"></span></p>
<p class="text-gray-700 text-xs">100$,200$</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4 object-cover" alt="">
</a>
</div>
</div>
</div>
<!--the contener who block onclick a slider in the mobile responsive -->
<div class="grid hidden bg-yellow-200 justify-items-start shadow-lg" id="slidCont">
<div class="grid grid-cols-2 items-center gap-3" >
<div class=" p-2">
<img src="./photos/locationpublic.png" class=" hidden md:block lg:hidden border-black rounded-full" alt="">
</div>
<div class="flex items-center" >
<div>
<h3>locations</h3>
<p class="text-gray-700 text-xs">Dhoko, Bangladesh</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 items-center " >
<div class=" p-2">
<img src="./photos/icons8-calendrier-50.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class="grid grid-cols-2 gap-1 items-center justify-center">
<div>
<p>Date</p>
<p class="text-gray-700 text-xs">thu,23 dec 2023</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4" alt="">
</a>
</div>
</div>
</div>
<div class="grid grid-cols-2 justify-center items-center gap-3" >
<div class=" p-2">
<img src="./photos/price.png" class="hidden md:block border border-black rounded-full" alt="">
</div>
<div class=" grid grid-cols-2 items-center p-2">
<div>
<p>Price <span class="text-gray-700"></span></p>
<p class="text-gray-700 text-xs">100$,200$</p>
</div>
<div>
<a href="#">
<img src="./photos/slider-removebg-preview.png" class="w-4 object-cover" alt="">
</a>
</div>
</div>
</div>
</div>
<!--end div-->
<section class="grid grid-cols-2 items-center justify-center mb-10 ">
<div class="hidden md:block rounded-full border bg-sky-200 w-96">
<img src="./photos/Capture_d_écran_2023-09-03_à_16.39.02-removebg-preview__1_-removebg-preview.png " class="object-cover translate-x-16" alt="">
</div>
<div>
<h3 class="font-bold text-xl">Why choose Us</h3>
<p class="text-xs mb-10">Enjoy different experiences in every place you visit and <br>
discover new and affordable adventures of course
</p>
<div class=" grid grid-cols-2 px-10 shadow-lg rounded-lg bg-white mb-5 ">
<div>
<img src="./photos/icons8-flight-64.png" class="object-cover" alt="">
</div>
<div>
<h4 class=" text-xl">fligth tickets</h4>
<p class="hidden md:block text-xs text-gray-500"> take fligth to your Dreams. Soomelos Journeys.
Incredible destination.
</p>
</div>
</div>
<div class=" grid grid-cols-2 px-10 rounded-lg bg-white mb-5">
<div>
<img src="./photos/icons8-hôtel-5-étoiles-50.png" class=" object-cover" alt="">
</div>
<div>
<h4 class="text-xl">Accomodation</h4>
<p class="hidden md:block text-xs text-gray-500"> Your Home Away from Home. Confort, Luxury and
Memorable experiences.
</p>
</div>
</div>
<div class=" grid grid-cols-2 px-10 rounded-lg h-16 bg-white ">
<div>
<img src="./photos/icons8-cadeau-64.png" class=" object-cover " alt="">
</div>
<div>
<h4 class=" text-xl">Packaged tour</h4>
<p class="hidden md:block text-xs text-gray-500"> Pock your bogs. We'll Hondle the rest unforgettable
Adventure await.
</p>
</div>
</div>
</section>
<!--Top destination-->
<section class="mb-5" >
<h4 class="text-xl font-bold mb-10 ">Top Destination</h4>
<div class="grid grid-cols-1 md:grid-cols-3 items-center center justify-center gap-5 ">
<div class=" rounded-full border transition hover:transition ease-out duration-700 ">
<figure class=" bg-white shadow-lg border rounded-lg p-2 ">
<img src="./photos/romeItali.jpeg" class=" object-cover rounded-t-lg h-72" alt="">
<figcaption class=" flex justify-between items-center h-44 px-5 ">
<div>
<div>
<p class="text-xs font-bold pt-16">Rome,italy</p>
</div>
<div class="flex items-center">
<img src="./photos/flecheOR1.webp" class="w-5 h-5 -mt-20 object-cover " alt="">
<p class="text-xs font-bold mb-24 self-center p-5 mt-5">10 days trip</p>
</div>
</div>
<p>$5,7k</p>
</figcaption>
</figure>
</div>
<div>
<figure class="shadow-lg border rounded-lg p-2 " >
<img src="./photos/Londone.jpeg" class=" object-cover rounded-t-lg h-72" alt="">
<figcaption class="flex justify-between items-center h-44 px-5 ">
<div>
<p class="text-xs font-bold pt-16">London,uk</p>
<div class="flex items-center">
<img src="./photos/flecheOR1.webp" class="w-5 h-5 -mt-20" alt="">
<p class="text-xs font-bold mb-24 self-center p-5 mt-5 object-cover">12 days trip</p>
</div>
</div>
<p>$4,7k</p>
</figcaption>
</figure>
</div>
<div>
<figure class="shadow-lg border rounded-lg p-2 " >
<img src="./photos/fullEurope.jpeg" class=" object-cover rounded-t-lg h-72" alt="">
<figcaption class="flex justify-between items-center h-44 px-5 ">
<div class="">
<p class="text-xs font-bold pt-16">Full,Europe</p>
<div class="flex items-center">
<img src="./photos/flecheOR1.webp" class="w-5 h-5 -mt-20 object-cover" alt="">
<p class="text-xs font-bold mb-24 self-center p-5 mt-5 ">28 days trip</p>
</div>
</div>
<p>$17k</p>
</figcaption>
</figure>
</div>
</div>
</section>
<section>
<img src="./photos/john-fowler-03Pv2Ikm5Hk-unsplash.jpg" class="objet-cover w-full h-[35rem] " alt="">
<div class=" -translate-y-72 p-10">
<h5 class="text-3xl font-bold text-white">A truly wonderful <br>
Experiences
</h5>
<p class="text-xs text-white mb-5">
brian for anyone looking to get away from the hustle <br>
and bustle of city life or detox from their tech for a few <br>
days. I could have stayed another week !!
</p>
<p class="text-xs text-white">
they realy have througth about everything here down <br>
to the finest detail
</p>
</div>
</section>
<section class="bg-white grid grid-cols-1 md:grid-cols-2 mb-10 p-10 justify-center gap-36">
<div class=" h-full">
<h5 class="text-3xl font-bold text-black mb-24"> what people says <br>
About us?
</h5>
<div class="flex gap-3">
<div class="w-5 h-5 rounded-full bg-colorButton br "></div>
<div class="w-5 h-5 rounded-full shadow-lg border bg-gray-200" ></div>
<div class="w-5 h-5 rounded-full shadow-lg border bg-gray-200 "></div>
</div>
</div>
<div class="bg-white flex">
<div>
<img class="inline-block h-12 w-12 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1491528323818-fdd1faba62cc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt=""/>
</div>
<div class="shadow-lg p-3 ">
<blockquote class=" mt-10 mb-5 p-4">
"On the windows talking painted posture yet it's <br>
express parties use.Sure last upon the same us <br>
knew next.of believed or diverted no."
</blockquote>
<cite >
Mike Taylor <br>
Laore, pakistan
</cite>
</div>
</div>
</section>
<div class="grid grid-cols-5 justify-between items-center mt-20 mb-24">
<img src="./photos/logoAxonpng" class="object-cover" alt="">
<img src="./photos/logoJetstart.png" class="object-cover w-32" alt="">
<img src="./photos/logoEXpedia.png" class="object-cover w-32" alt="">
<img src="./photos/logoquantas.png" class="object-cover w-32" alt="">
<img src="./photos/logoAlitaliapng" class="object-cover w-32 " alt="">
</div>
</main>
<footer>
<div id="carroussel" class="w-[70rem] h-[35rem] border border-solid border-black shadow-lg ml-16 mb-24 relative overflow-hidden">
<div id="container" class="w-[70rem] h-[35rem] inline-block">
</div>
<img src="./photos/fléche déroulante.png" class="absolute w-20 cursor-pointer -mt-[20rem] ml-10 opacity-40 transform rotate-90 hover:opacity-[1.1] hover:scale-110 transition ease-in duration-700" id="gauche" alt="">
<img src="./photos/fléche déroulante.png" class="absolute w-20 cursor-pointer -mt-[20rem] ml-[65rem] opacity-40 transform -rotate-90 hover:opacity-[1.1] hover:scale-110 transition ease-in duration-700 " id="droite" alt="">
</div>
</footer>
</body>
</html>