-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
377 lines (358 loc) · 19.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TravelDream</title>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
</head>
<body>
<div class="container-fluid">
<div class="row d-none d-md-flex d-lg-flex">
<div class="header">
<div class="text1">contact@example.com (00)-000-000</div>
<div class="text2">Sign In</div>
<div class="text3">Sign Up</div>
<div class="text4">Cart</div>
<div class="text5">My Account</div>
<hr>
</div>
</div>
</div>
<!-- main nav -->
<div class="container-fluid p-1 main-nav d-flex justify-content-between main-nav">
<div class="col-3 col-md-3 col-lg-3">
<h1><span>Travel</span>Dream</h1>
</div>
<div class="d-none pe-5 col-md-6 d-md-flex col-lg-6 d-lg-flex page justify-content-between">
<a href="#" style="color: #0051d2;">Home</a>
<a href="#">About</a>
<a href="#">Department</a>
<a href="#">doctors</a>
<a href="#">blog</a>
<a href="#">contact</a>
</div>
<div class="col-2 d-flex col-md-none d-md-none col-lg-none d-lg-none">
<i class="fa-solid fa-bars"></i>
</div>
</div>
<!-- home -->
<div class="container-fluid home">
<h1><span class="h1">TRAVELLER</span> <br>FOR LIFE </h1>
<P>Live your best moments</P>
<div class="container input p-5">
<div class="row d-flex">
<div class="col-12 col-md-6 col-lg-6 d-flex">
<img src="img/location.PNG" alt=""> <input type="text" placeholder="Where are you going?" id="">
</div>
<div class="col-12 mt-2 col-md-3 mt-md-0 col-lg-3 mt-lg-0 d-flex">
<img src="img/location.PNG" alt=""> <input type="text" placeholder="Location" id="img">
</div>
<div class="col-12 mt-2 col-md-3 mt-md-0 col-lg-3 mt-lg-0 d-flex">
<img src="img/tour.PNG" alt=""><input type="text" placeholder="Tour Type" id="img">
</div>
</div>
<div class="row d-flex mt-2 mt-md-4 mt-lg-4">
<div class="col-12 col-md-2 col-lg-3 d-flex">
<img src="img/price.PNG" alt=""> <input type="text" placeholder="Min Price" id="img">
</div>
<div class="col-12 mt-2 mt-md-0 mt-lg-0 col-md-2 col-lg-3 d-flex">
<img src="img/price.PNG" alt=""> <input type="text" placeholder="Max Price" id="img">
</div>
<div class="col-12 mt-2 mt-md-0 mt-lg-0 col-md-3 col-lg-3 d-flex">
<img src="img/world.PNG" alt=""> <input type="text" placeholder="Language" id="img">
</div>
<button class="col-12 mt-2 mt-md-0 mt-lg-0 col-md-4 col-lg-3 check">SEARCH</button>
</div>
</div>
</div>
<!--first card section -->
<div class="container-fluid blue">
<div class="container">
<div class="row ">
<div class="card-group">
<div class="card facility-card">
<div class="card-body">
<h2><img src="img/car-1.PNG" width="40px" alt=""> Best Destination</h2>
<p>An so vulgar to on points wanted rapture ous resolving continued household</p>
</div>
</div>
<div class="card facility-card">
<div class="card-body">
<h2><img src="img/car-2.PNG" width="40px" alt=""> Beat Price Guaranteed </h2>
<p>An so vulgar to on points wanted rapture ous resolving continued household</p>
</div>
</div>
<div class="card facility-card">
<div class="card-body">
<h2><img src="img/car-3.PNG" width="40px" alt=""> Instant Booking</h2>
<p>An so vulgar to on points wanted rapture ous resolving continued household</p>
</div>
</div>
</div>
</div>
<br>
<h1 style="text-align: center; margin-top: 50px;">Top Destination</h1>
<p style="text-align: center;">Find out what tha best destination in the world</p>
<div class="container d-flex justify-content-center mb-5">
<img src="img/bhutan.PNG" alt="">
<img class="d-none d-md-flex d-lg-flex" src="img/japan.PNG" alt="">
<img class="d-none d-md-flex d-lg-flex" src="img/nepal.PNG" alt="">
</div>
<div class="container-fluid beach text-light">
<h1 style="font-size: x-large;"><span class="h1">Get upto 50% discount </span> <br>by joining us within
11 march </h1>
<div class="container-fluid mt-5">
<div class="row">
<div class="col-3 col-md-3 col-lg-3 mt-3">Days <br>
<div class="number">82</div>
</div>
<div class="col-3 col-md-3 col-lg-3 mt-3">Hours <br>
<div class="number">03</div>
</div>
<div class="col-3 col-md-3 col-lg-3 mt-3">Minutes <br>
<div class="number">12</div>
</div>
<div class="col-3 col-md-3 col-lg-3 mt-3">Seconds <br>
<div class="number">31</div>
</div>
</div>
<button
style="background-color: black; color: white;padding: 10px;margin-top: 80px;border: none;width: 100px;">Join
Us</button>
</div>
</div>
<h1 style="text-align: center; margin-top: 120px; color: black;">Featured Packages</h1>
<p style="text-align: center;">Find out what tha best destination in the world</p>
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-4">
<div class="card">
<img src="img/card-1.PNG" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Thailand City Tour</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
<div class="d-flex justify-content-between"> <a href="#" class="btn btn-primary">Book
Now</a>
<h1 style="font-size: x-large;"><span>$210</span></h1>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="card">
<img src="img/card-2.PNG" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Loas City Tour</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
<div class="d-flex justify-content-between"> <a href="#" class="btn btn-primary">Book
Now</a>
<h1 style="font-size: x-large;"><span>$210</span></h1>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="card">
<img src="img/card-3.PNG" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Singapore City Tour</h5>
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
<div class="d-flex justify-content-between"> <a href="#" class="btn btn-primary">Book
Now</a>
<h1 style="font-size: x-large;"><span>$201</span></h1>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- customer -->
<h1 style="text-align: center; margin-top: 50px; color: black;">Clients Reviews</h1>
<p style="text-align: center;">We have many happy customer who booked holidays with us.</p>
<div class="container-fluid customer ">
<div class="row">
<div class="col-12 col-md-4 col-lg-4">
<div class="card" style="width: 18rem;">
<img src="img/testimonial1.png" class="card-img" alt="..."><br>
<div class="card-body">
<h1 style="margin-top: -70px;">"</h1>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<h3 style="color: black;">John Smith</h3>
<p>London,UK</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="card" style="width: 18rem;">
<img src="img/testimonial2.png" class="card-img" alt="...">
<div class="card-body">
<h1>"</h1>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<h3 style="color: black;">Jennie White</h3>
<p>New York,America</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="card" style="width: 18rem;">
<img src="img/testimonial3.png" class="card-img" alt="...">
<div class="card-body">
<h1>"</h1>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<h3 style="color: black;">John Smith</h3>
<p>Tokyo Japan</p>
</div>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="container-fluid mt-5 pt-5">
<div class="row">
<div class="col-12 col-md-6 col-lg-6 blueback">
<p style="color: white; font-size: large;font-family: sans-serif;">Have Your</p>
<p style="color: white; font-size: xx-large;font-family: sans-serif;">Life Time </p>
<h2 style="color: white; font-size: 50px;font-family: sans-serif;"> Experience</h2>
</div>
<div class="col-12 col-md-6 col-lg-6 plan">
<img src="img/Capture.PNG" alt="">
</div>
</div>
</div>
<!-- blog -->
<h1 style="text-align: center; margin-top: 50px; color: black;">Latest Blog</h1>
<p style="text-align: center;">We have many happy customer who booked holidays with us.</p>
<div class="container mt-3">
<div class="card-group">
<div class="card th-card">
<img src="img/card1.PNG" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text"><small class="text-muted"><i class="fa-solid fa-calendar-days"></i>
20th
nov,2018
</small></p>
<h3 class="card-title" style="margin-top: 10px !important; font-size: x-large !important;">
Stay safe to keep other safe</h3>
<p class="card-text">Not thoughts all exercise blessing Indulgence way everything joy
alteration
boisterous the attachment party we years to order</p>
<h6 style="font-weight: bold;"><span>Read More</span></h6>
</div>
</div>
<div class="card th-card">
<img src="img/card2.PNG" class="card-img-top" alt="...">
<div class="card-body ">
<p class="card-text"><small class="text-muted"><i class="fa-solid fa-calendar-days"></i>
20th
nov,2018
</p></small>
<h3 class="card-title" style="margin-top: 10px !important; font-size: x-large !important;">
Stay safe to keep other safe</h3>
<p class="card-text">Not thoughts all exercise blessing Indulgence way everything joy
alteration
boisterous the attachment party we years to order</p>
<h6 style="font-weight: bold;"><span>Read More</span></h6>
</div>
</div>
<div class="card th-card">
<img src="img/card3.PNG" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text"><small class="text-muted"><i class="fa-solid fa-calendar-days"></i>
20th
nov,2018
</small></p>
<h3 class="card-title" style="margin-top: 10px !important; font-size: x-large !important;">
Stay safe to keep other safe</h3>
<p class="card-text">Not thoughts all exercise blessing Indulgence way everything joy
alteration
boisterous the attachment party we years to order</p>
<h6 style="font-weight: bold;"><span>Read More</span></h6>
</div>
</div>
</div>
</div>
<!-- min footer -->
<div class="container-fluid blue-back mt-5">
<div class="row">
<div class="col-12 col-md-6 col-lg-6">
<h2>Subscribe To Our <br> Newsletter For Updates </h2>
</div>
<div class="col-12 col-md-6 col-lg-6">
<p style="color: white;">For The Best Recommendation Of Your . <br> Please Subscribe Us.</p>
<input style="width: 60%; " type="text" placeholder="Enter Your Email Address" name=""
id=""><button class="sub">Subscribe</button>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid footer pt-5 p-5 bg-light">
<div class="row">
<div class="col-12 col-md-3 col-lg-4">
<h1> Travel Dream</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident corrupti eaque nostrum
autem reprehenderit a consequatur delectus aperiam saepe odit?</p>
<h3>Contact with us</h3>
<p> <i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i> <i class="fa-solid fa-globe"></i>
</p>
</div>
<div class="col-12 col-md-3 col-lg-2">
<h3>Quick Links</h3>
<p>Home</p>
<p>About</p>
<p>Blog</p>
<p>Testimonials</p>
<p>Contact Us</p>
</div>
<div class="col-12 col-md-3 col-lg-3">
<h3>Destinations</h3>
<p>China</p>
<p>Venezuela</p>
<p>Brazil</p>
<p>Australia</p>
<p>London</p>
</div>
<div class="col-12 col-md-3 col-lg-3">
<h3>Our Activites</h3>
<p>Trekking</p>
<p>Peak Climbing</p>
<p>Biking</p>
<p>River rafting</p>
<p>Cultural Tours</p>
</div>
</div>
</div>
<div class="container-fluid last-text d-flex justify-content-around">
<div style="color: black;text-align: left;">Copyright 2020. Travellolife. Designed by <span
class="un-li"> Templates Jungle</span></div>
<div style="color: gray;"> <i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i> <i class="fa-solid fa-globe"></i>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>