-
Notifications
You must be signed in to change notification settings - Fork 12
/
Index.html
491 lines (448 loc) · 20.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
<!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" />
<!-- Css Stylesheet -->
<link rel="stylesheet" href="public/css/style.css" />
<link
rel="stylesheet"
media=" screen and (max-width:768px)"
href="public/css/mobile.css"
<link rel="stylesheet" href="/public/css/style.css">
<link
rel="stylesheet"
media=" screen and (max-width:768px)"
href="/public/css/mobile.css"
/>
<!-- unicons -->
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"
/>
<!-- favicon -->
<link rel="icon" href="public/Imgs/icons/Vector.png" />
<!-- script tag -->
<script defer src="public/JS/script.js"></script>
<script src="index.js"></script>
<!-- ScrollReveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- swiper js -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper@8/swiper-bundle.min.css"
/>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!-- Title -->
<title>new and easy</title>
</head>
<body>
<!-- Showcase -->
<main class="main" id="home">
<!-- Header -->
<header class="header">
<!-- logo -->
<div class="logo">
</div>
<!-- navbar -->
<nav class="navbar">
<ul class="navlists">
<li class="navlist"><a href="#home">Home</a></li>
<li class="navlist"><a href="#restaurants">Hotels</a></li>
<li class="navlist"><a href="#restaurants">Restaurants</a></li>
<li class="navlist"><a href="#tours">Tours</a></li>
<li class="navlist"><a href="#destinations">Destinations</a></li>
<li class="navlist"><a href="#activities">Activities</a></li>
<li class="navlist"><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- user || navigator -->
<div class="user-profile">
<div class="profile-name">
<h2>
<span class="hello"> Hello, </span>
<span class="indiviual-name"> Akshat Sharma </span>
</h2>
</div>
<div class="profile-pic">
<img
src="public/Imgs/ProfilePic/124164909_2212008852330390_5501660797980127002_n (1).jpg"
alt=""
/>
</div>
</div>
<div class="header-btn">
<a href="./views/Login.html" class="sign-up">Login</a>
</div>
</header>
<!-- showcase-content -->
<div class="showcase-content">
<h1>Lets go on an Adventure!</h1>
<a href="https://earth.google.com/web/" target="_blank" class="showcase-button">
<img src="public/Imgs/icons/globe.png" alt="" /> Discover on 3D globe</a
>
</div>
<!-- showcase-search -->
<div class="showcase-search">
<div class="filters">
<div class="filter">
<div class="search-icon">
<img src="public/Imgs/icons/location.png" alt="" />
</div>
<div class="search-text">
<h4>Location</h4>
<h2>Explore nearby </h2>
</div>
</div>
<div class="filter">
<div class="search-icon">
<img src="public/Imgs/icons/activities.png" alt="" />
</div>
<div class="search-text">
<h4>Activity</h4>
<h2>All Activities</h2>
</div>
</div>
<div class="filter">
<div class="search-icon">
<img src="public/Imgs/icons/calendar.png" alt="" />
</div>
<div class="search-text">
<h4>When</h4>
<h2>Chose a date</h2>
</div>
</div>
<div class="filter">
<div class="search-icon">
<img src="public/Imgs/icons/guest.png" alt="" />
</div>
<div class="search-text">
<h4>Guests</h4>
<h2>1 guest</h2>
</div>
</div>
</div>
<div class="search-button-icon">
<img src="public/Imgs/icons/search.svg" alt="" />
</div>
</div>
</main>
<!-- popular Destinations -->
<section class="destinations" id="destinations">
<div class="container">
<!-- title -->
<h2 class="section-title">Popular Destinations</h2>
<!-- cards -->
<div class="swiper swiper1">
<div class="destinations-cards swiper-wrapper">
<!-- card 1 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1581790061118-2cd9a40164b0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2071&q=80"
alt=""
width="203"
height="181"
/>
<h5>Big sur</h5>
<h6>California USA</h6>
</div>
<!-- card 2 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1527824404775-dce343118ebc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt=""
width="203"
height="181"
/>
<h5>Prescott</h5>
<h6>Arizona, USA</h6>
</div>
<!-- card 3 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1512936702668-1ab037aced2a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt=""
width="203"
height="181"
/>
<h5>Fort Mayers</h5>
<h6>Florida, USA</h6>
</div>
<!-- card 4 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1121&q=80"
alt=""
width="203"
height="181"
/>
<h5>Tucson</h5>
<h6>Arizona, USA</h6>
</div>
<!-- card 5 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1601425262040-ba23fe84f701?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt=""
width="203"
height="181"
/>
<h5>St. Joseph</h5>
<h6>Michigan, USA</h6>
</div>
<!-- card 6 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1539037116277-4db20889f2d4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt=""
width="203"
height="181"
/>
<h5>Madrid</h5>
<h6>Spain</h6>
</div>
<!-- card 7 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1542321993-8fc36217e26d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt=""
width="203"
height="181"
/>
<h5>Senja Island</h5>
<h6>Norway</h6>
</div>
<!-- card 8 -->
<div class="destination-card swiper-slide">
<img
src="https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80"
alt=""
width="203"
height="181"
/>
<h5>Eiffel Tower</h5>
<h6>Paris France</h6>
</div>
</div>
</div>
</div>
</section>
<!-- Hotels And Restaurants -->
<section class="hotel-restaurants" id="restaurants">
<div class="container">
<div class="title-container">
<h2 class="section-title"> Hotels And Restaurants</h2>
<div class="section-button hotel-button">view all <img src="public/Imgs/icons/bleft.png" alt=""></div>
</div>
<!-- cards -->
<div class="hotel-card">
<!-- card 1 -->
<div class="hotel-cards">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80" alt="" width="320" height="380">
<h5>Monastero Santa Rosa Hotel & Spa</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Salerno, Italy</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=5.png" alt=""></div>
</div>
<!-- card 2 -->
<div class="hotel-cards">
<img src="https://images.unsplash.com/photo-1586974726316-c6302de6a160?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1174&q=80" alt="" width="320" height="380">
<h5>Grand Hotel Tremezzo</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Lake Como, Italy</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=4.png" alt=""></div>
</div>
<!-- card 3 -->
<div class="hotel-cards">
<img src="https://images.unsplash.com/photo-1445019980597-93fa8acb246c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1174&q=80" alt="" width="320" height="380">
<h5>The Oberoi Udaivilas, Udaipur</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Udaipur, India</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=2.png" alt=""></div>
</div>
<!-- card 4 -->
<div class="hotel-cards">
<img src="https://images.unsplash.com/photo-1498503182468-3b51cbb6cb24?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80" alt="" width="320" height="380">
<h5>AKA Beverly Hills</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Los Angeles, United States</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=5.png" alt=""></div>
</div>
<!-- card 5 -->
<div class="hotel-cards off">
<img src="https://images.unsplash.com/photo-1549294413-26f195200c16?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1964&q=80" alt="" width="320" height="380">
<h5>Majestic Elegance</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Dominican Republic</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=4.png" alt=""></div>
</div>
<!-- card 6 -->
<div class="hotel-cards off">
<img src="https://images.unsplash.com/photo-1586495985096-787fb4a54ac0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80" alt="" width="320" height="380">
<h5>Dreams Watervilla</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Meeru Island, Maldives</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=5.png" alt=""></div>
</div>
<!-- card 7 -->
<div class="hotel-cards off">
<img src="https://images.unsplash.com/photo-1594741158704-5a784b8e59fb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80" alt="" width="320" height="380">
<h5> Waldorf Astoria </h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Rome, Italy</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=3.png" alt=""></div>
</div>
<!-- card 8 -->
<div class="hotel-cards off">
<img src="https://images.unsplash.com/photo-1525596662741-e94ff9f26de1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="" width="320" height="380">
<h5>Gilli Air</h5>
<h6><img src="public/Imgs/icons/map-pin-line.png" alt=""> Indonesia</h6>
<div class="ratings"> <img src="public/Imgs/icons/rating=4.png" alt=""></div>
</div>
</div>
</div>
</section>
<!-- Tours/Travel -->
<section id="tours">
<div class="container">
<div class="title-container">
<h2 class="section-title"> Travel Tips and Advice</h2>
<div class="section-button hotel-button">view all <img src="public/Imgs/icons/bleft.png" alt=""></div>
</div>
<div class="tours-cards">
<div class="tours-card">
<div class="tour-img">
<img src="https://images.unsplash.com/photo-1527631746610-bca00a040d60?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="" width="320" height="380">
</div>
<div class="tours-card-content">
<div class="tours-card-contents-text">
<h3>East Village Ice Cream Crawl</h3>
<p>We will stop at five different world-class ice cream shops on this 1.5 mile 1.5 hour tour. At each ice cream store we'll explore the story behind the business and see what makes the ice cream unique as you savor every…</p>
</div>
<div class="tours-card-content-icons">
<h6><img src="public/Imgs/icons/calendersml.png" alt=""> Today</h6>
<h6><img src="public/Imgs/icons/user.png" alt=""> Avenger Initiative</h6>
<h6><img src="public/Imgs/icons/message.png" alt=""> 2</h6>
</div>
</div>
</div>
<div class="tours-card">
<div class="tour-img">
<img src="https://images.unsplash.com/photo-1533105079780-92b9be482077?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="" width="320" height="380">
</div>
<div class="tours-card-content">
<div class="tours-card-contents-text">
<h3>Brooklyn Bridge cinematic photo walk</h3>
<p>This experience takes place at the Brooklyn Bridge Park and Brooklyn Bridge, but I'm always open to capture clients at different locations upon request for an additional charge. </p>
</div>
<div class="tours-card-content-icons">
<h6><img src="public/Imgs/icons/calendersml.png" alt=""> Today</h6>
<h6><img src="public/Imgs/icons/user.png" alt=""> Ager Pagla</h6>
<h6><img src="public/Imgs/icons/message.png" alt="">12</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- activities -->
<section id="activities">
<div class="container">
<div class="title-container">
<h2 class="section-title"> Activities</h2>
<div class="section-button hotel-button">view all <img src="public/Imgs/icons/bleft.png" alt=""></div>
</div>
<!-- Activities Cards -->
<div class="activities-cards">
<div class="activities-card">
<img src="https://images.unsplash.com/photo-1513432800008-a900568fccfe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80" alt="" width="320" height="380">
<h4>Sailing</h4>
</div>
<div class="activities-card">
<img src="https://images.unsplash.com/photo-1489805549589-3c5ae55fe740?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="" width="320" height="380">
<h4>Climbing</h4>
</div>
<div class="activities-card">
<img src="https://images.unsplash.com/photo-1565992441121-4367c2967103?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=627&q=80" alt="" width="320" height="380">
<h4>Skiing</h4>
</div>
<div class="activities-card">
<img src="https://images.unsplash.com/19/nomad.JPG?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1098&q=80" alt="" width="320" height="380">
<h4>Hiking</h4>
</div>
</div>
</div>
</section>
<!-- about -->
<section id="About">
<div class="about-content">
<h2>About US</h2>
<p>
🌍🔓 Unlock a world of effortless ✈️ travel with new and easy Travel . Your dream vacations made simple. ✨
🌟 At new and easy, we believe in making travel easy and accessible for everyone. Sit back, relax, and let us handle the details. 🛋️✈️
✨ Experience the joy of seamless travel planning with new and easy Travel . Discover, customize, and embark on your dream journey effortlessly. 🗺️🌈
🔮 Our team of travel enthusiasts is dedicated to turning your travel dreams into reality. With personalized itineraries and exclusive deals, we create unforgettable experiences. 🌟✨
💎 Discover hidden gems and indulge in unforgettable adventures with new and easy Travel . Let us take care of the details while you enjoy the journey. 🗺️🌟✈️
</p>
<div class="section-button hotel-button">Read More <img src="public/Imgs/icons/bleft.png" alt=""></div>
</div>
<div class="about-img">
<img src="public/Imgs/about img.png" alt="" width="556" height="488">
<img src="/public/Imgs/about img.png" alt="" width="556" height="488">
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<div class="footer-sections">
<div class="footer-section">
<p>"From start to finish, we ensure your peace of mind. Let new and easy Travel Agency be your trusted companion on your next adventure."</p>
<div class="footer-social-icons">
<img src="public/Imgs/icons/facebook.png" alt="">
<img src="public/Imgs/icons/twitter.png" alt="">
<img src="public/Imgs/icons/instagram.png" alt="">
</div>
</div>
<div class="footer-section">
<h3>About</h3>
<ul>
<li><a href="">About Us</a></li>
<li><a href="">Features</a></li>
<li><a href="">News</a></li>
<li><a href="">Menu</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Company</h3>
<ul>
<li><a href="">why new and easy</a></li>
<li><a href="">Partner with us</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Blog</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Support</h3>
<ul>
<li><a href="">Account</a></li>
<li><a href="">Support Center</a></li>
<li><a href="">Feedback</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Subscribe on our destination review <br> newsletters</h3>
<form>
<div class="form-section">
<img src="public/Imgs/icons/messagefooter.png" alt="">
<label for="email"> Your Email
<input type="email" id="email" name="email" placeholder="exp - [email protected] ">
</label>
</div>
<button type="submit"><img src="public/Imgs/icons/arrowleft.png" alt=""></button>
</form>
</div>
</div>
</div>
<div class="footer-copyright">
© <script>document.write(new Date().getFullYear())</script> new-and-easy-Travel | All Rights Reserved.
</div>
</footer>
<div class="toggleOn"><i class="uil uil-align-center-alt"></i></div>
<div class="toggleClose"><i class="uil uil-multiply"></i></div>
</body>
</html>