-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (413 loc) · 22.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-------------------------------------------------
Title
-------------------------------------------------->
<title>Travel With Aman</title>
<!-------------------------------------------------
Link Favicon
-------------------------------------------------->
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<!---------------------------------------------------
Link External Custom Style Sheets
----------------------------------------------------->
<link rel="stylesheet" href="css/utils.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media-queries.css">
</head>
<body>
<!---------------------------------------------------
Wrapper Start
----------------------------------------------------->
<div class="wrapper">
<!---------------------------------------------------
Header Start
----------------------------------------------------->
<header id="home">
<!---------------------------------------------------
Nav Start
----------------------------------------------------->
<nav>
<!---------------------------------------------------
Nav Center
----------------------------------------------------->
<div class="nav-center max-width-center d-flow-root">
<!---------------------------------------------------
Logo
----------------------------------------------------->
<div class="logo-box">
<h2>Travel With <span class="yellow-text">Aman</span></h2>
</div>
<!---------------------------------------------------
Nav Links
----------------------------------------------------->
<div class="nav-links active">
<ul class="d-flow-root">
<li><a href="#home">HOME</a></li>
<li><a href="#form-cards-section">Book Now</a></li>
<li><a href="#popular-places-section">popular places</a></li>
<li><a href="#popular-packages-section">packages</a></li>
<li><a href="#form-cards-section">contact</a></li>
</ul>
</div>
<!---------------------------------------------------
Mobile Toggle Btn
----------------------------------------------------->
<span class="mobile-toggle-btn">
<i class="fa fa-bars" aria-hidden="true"></i>
</span>
</div>
</nav>
<!---------------------------------------------------
Nav End
----------------------------------------------------->
<!---------------------------------------------------
Banner Section Start
----------------------------------------------------->
<section id="hero-section" class="padding-inline">
<!---------------------------------------------------
Banner Section Start
----------------------------------------------------->
<div class="hero-overlay">
<h1>find <span class="yellow-text">the best</span> place</h1>
<h2>for our holiday and Enjoy the peace of heaven</h2>
<p>Enjoy the journey of our the Face isn't. Upon don't hath fly greater in great unto, image to tree
creeping place fourth. Greater Good grass was fourth all bring. Seas every hath multiply two
beast he sea can't lights earth. Fish. Which, sea male said..</p>
<button>Visit here</button>
</div>
</section>
<!---------------------------------------------------
Banner Section End
----------------------------------------------------->
</header>
<!---------------------------------------------------
Header End
----------------------------------------------------->
<!---------------------------------------------------
Form Cards Section Start
----------------------------------------------------->
<section id="form-cards-section">
<!---------------------------------------------------
Form Cards Center
----------------------------------------------------->
<div class="form-cards-center max-width-center d-flow-root">
<!---------------------------------------------------
Form Card 1
----------------------------------------------------->
<div class="form-card">
<div class="form-card-header d-flow-root">
<h4>HOTEL</h4>
<h4>CAR RENTAl</h4>
</div>
<form action="#">
<input type="text" placeholder="Enter Name">
<input type="email" placeholder="Enter Email">
<input type="number" placeholder="Enter Number of Sheets">
<input type="date" placeholder="Enter Date">
</form>
<div class="form-card-footer">
<button>check now</button>
</div>
</div>
<!---------------------------------------------------
Form Card 2
----------------------------------------------------->
<div class="form-card">
<img src="assets/images/form-card-1.jpg" alt="building">
<div class="form-card-footer d-flow-root">
<span>new york</span>
<span>$6,600</span>
</div>
</div>
<!---------------------------------------------------
Form Card 3
----------------------------------------------------->
<div class="form-card">
<img src="assets/images/form-card-2.jpg" alt="nature">
<div class="form-card-footer d-flow-root">
<span>paris</span>
<span>$4,400</span>
</div>
</div>
</div>
</section>
<!---------------------------------------------------
Form Cards Section End
----------------------------------------------------->
<!---------------------------------------------------
Popular Places Section Start
----------------------------------------------------->
<section id="popular-places-section" class="padding-block">
<!---------------------------------------------------
Popular Places Center
----------------------------------------------------->
<div class="popular-places-center max-width-center">
<!---------------------------------------------------
Popular Places Section Header
----------------------------------------------------->
<div class="section-header d-flow-root">
<!-- <hr> -->
<h1>Popular places</h1>
<!-- <hr> -->
</div>
<!---------------------------------------------------
Popular Places Cards Container Start
----------------------------------------------------->
<div class="popular-places-cards-container d-flow-root">
<!---------------------------------------------------
Popular Places Card 1
----------------------------------------------------->
<div class="popular-places-card">
<img src="assets/images/popular-places-1.jpg" alt="city">
<div class="popular-places-card-content">
<h6>The Place of Peace Enjoy</h6>
<span>25 August 2023</span>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</span>
<span class="travel">Travel</span>
<span class="popular-places-icon">
<i class="fa fa-pencil-square-o" aria-hidden="true"></i>
</span>
</div>
</div>
<!---------------------------------------------------
Popular Places Card 2
----------------------------------------------------->
<div class="popular-places-card">
<img src="assets/images/popular-places-2.jpg" alt="city">
<div class="popular-places-card-content">
<h6>The Place of Heaven</h6>
<span>20 July 2023</span>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</span>
<span class="travel">Travel</span>
<span class="popular-places-icon">
<i class="fa fa-pencil-square-o" aria-hidden="true"></i>
</span>
</div>
</div>
<!---------------------------------------------------
Popular Places Card 3
----------------------------------------------------->
<div class="popular-places-card">
<img src="assets/images/popular-places-3.jpg" alt="city">
<div class="popular-places-card-content">
<h6>The Place of Gardens</h6>
<span>26 march 2023</span>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</span>
<span class="travel">Travel</span>
<span class="popular-places-icon">
<i class="fa fa-pencil-square-o" aria-hidden="true"></i>
</span>
</div>
</div>
<!---------------------------------------------------
Popular Places Card 4
----------------------------------------------------->
<div class="popular-places-card">
<img src="assets/images/popular-places-4.jpg" alt="city">
<div class="popular-places-card-content">
<h6>The Place of Paramid</h6>
<span>18 April 2022</span>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</span>
<span class="travel">Travel</span>
<span class="popular-places-icon">
<i class="fa fa-pencil-square-o" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
<!---------------------------------------------------
Popular Places Cards Container End
----------------------------------------------------->
<!---------------------------------------------------
Popular Places Section Paragraph Start
----------------------------------------------------->
<div class="popular-places-para">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa incidunt magnam officiis
sunt
voluptate quae et, ullam quia ratione minus! Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Ab, quod! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corporis
nisi aliquid ad eveniet at quibusdam. luptate quae et, ullam quia ratione minus! Lorem ipsum,
dolor sit amet consectetur
adipisicing elit. Ab, quod! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corporis
nisi aliquid ad eveniet at quibusdam.
</p>
</div>
</div>
</section>
<!---------------------------------------------------
Popular Places Section End
----------------------------------------------------->
<!---------------------------------------------------
Popular Packages Section Start
----------------------------------------------------->
<section id="popular-packages-section" class="padding-block">
<!---------------------------------------------------
Popular Packages Center
----------------------------------------------------->
<div class="popular-places-center max-width-center">
<!---------------------------------------------------
Popular Packages Section Header
----------------------------------------------------->
<div class="section-header d-flow-root">
<!-- <hr> -->
<h1>Popular packages</h1>
<!-- <hr> -->
</div>
<!---------------------------------------------------
Popular Packages Cards Container Start
----------------------------------------------------->
<div class="popular-packages-cards-container d-flow-root">
<!---------------------------------------------------
Popular Packages Card 1
----------------------------------------------------->
<div class="popular-packages-card d-flow-root">
<img src="assets/images/popular-packages-1.jpg" alt="">
<div class="popular-packages-card-content">
<div class="popular-packages-text">
<h3>Travel Around the World</h3>
<p>Eng elit. Quam, eos tenetur facere aliquid doloribus neque placeat sit nobis, nihil
quae reiciendis eos tenetur facere reday
</p>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
</span>
<span class="travel">
Book Now
</span>
<span class="popular-places-icon">
<i class="fa fa-ticket" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
<!---------------------------------------------------
Popular Packages Card 2
----------------------------------------------------->
<div class="popular-packages-card d-flow-root">
<img src="assets/images/popular-packages-2.jpg" alt="">
<div class="popular-packages-card-content">
<div class="popular-packages-text">
<h3>Enjoy the Peaceful Journey</h3>
<p>Eng elit. Quam, eos tenetur facere aliquid doloribus neque placeat sit nobis, nihil
quae reiciendis eos tenetur facere reday
</p>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
</span>
<span class="travel">
Book Now
</span>
<span class="popular-places-icon">
<i class="fa fa-ticket" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
<!---------------------------------------------------
Popular Packages Card 3
----------------------------------------------------->
<div class="popular-packages-card d-flow-root">
<img src="assets/images/popular-packages-3.jpg" alt="">
<div class="popular-packages-card-content">
<div class="popular-packages-text">
<h3>Visit the Popular places</h3>
<p>Eng elit. Quam, eos tenetur facere aliquid doloribus neque placeat sit nobis, nihil
quae reiciendis eos tenetur facere reday
</p>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
</span>
<span class="travel">
Book Now
</span>
<span class="popular-places-icon">
<i class="fa fa-ticket" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
<!---------------------------------------------------
Popular Packages Card 4
----------------------------------------------------->
<div class="popular-packages-card d-flow-root">
<img src="assets/images/popular-packages-4.jpg" alt="">
<div class="popular-packages-card-content">
<div class="popular-packages-text">
<h3>Reach out the oceans</h3>
<p>Eng elit. Quam, eos tenetur facere aliquid doloribus neque placeat sit nobis, nihil
quae reiciendis eos tenetur facere reday
</p>
</div>
<div class="popular-places-card-footer d-flow-root">
<span class="popular-places-icon">
<i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
</span>
<span class="travel">
Travel
</span>
<span class="popular-places-icon">
<i class="fa fa-ticket" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
</div>
<!---------------------------------------------------
Popular Packages Cards Container End
----------------------------------------------------->
</div>
</section>
<!-----------------Popular-packages section End ----------------->
<!---------------------------------------------------
Footer Start
----------------------------------------------------->
<footer>
<p>copyright© Travel With Aman : All Rights Reserved 2023</p>
</footer>
<!---------------------------------------------------
Footer End
----------------------------------------------------->
</div>
<!---------------------------------------------------
Wrapper Start
----------------------------------------------------->
<!--------------------------------------------------------------------------------
Javascript Cdns And Files For Icons And Other Sources And External Custom Js Files
---------------------------------------------------------------------------------->
<!---------------------------------------------------
Link External Custom Js Files
----------------------------------------------------->
<script src="js/script.js"></script>
<!---------------------------------------------------
4.7 Version Font Awesome Cdn For Icons
----------------------------------------------------->
<script src="https://kit.fontawesome.com/8769ee6e50.js" crossorigin="anonymous"></script>
</body>
</html>