-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
366 lines (337 loc) · 14.8 KB
/
index.html
File metadata and controls
366 lines (337 loc) · 14.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wanderly Landing Page</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="favicon.png">
</head>
<body class="mulish">
<header>
<nav class="navbar display-flex">
<div class="brand display-flex">
<img src="Images/Group.png" alt="" class="brand-logo" />
<h2 class="brand-name text-dark">
TripZen <span class="text-orange">Travel</span>
</h2>
</div>
<ul class="nav-links display-flex">
<li class="menu-item">
<a href="" class="nav-link"
><span class="text-orange">Home</span>
</a>
</li>
<li class="menu-item"><a href="" class="nav-link">Packages</a></li>
<li class="menu-item"><a href="" class="nav-link">Testimonial</a></li>
<li class="menu-item"><a href="" class="nav-link">Blog</a></li>
<li class="menu-item"><a href="" class="nav-link">Contact</a></li>
</ul>
<img src="Images/icons/menu.png" class="menu-icon" alt="menu" />
</nav>
<section class="hero display-flex">
<div class="hero-content">
<h1 class="hero-title">Explore Your Travel</h1>
<p class="hero-subtitle">
Discover breathtaking destinations, unique experiences, and
unforgettable adventures with TripZen Travel. Your journey begins
here.
</p>
<form action="#" class="search-form">
<select>
<option selected disabled>Where to go</option>
<option>Maldives</option>
<option>Indonesia</option>
<option>Srilanka</option>
<option>Bangladesh</option>
</select>
<select>
<option selected disabled>When</option>
<option>Today</option>
<option>Tomorrow</option>
</select>
<select>
<option selected disabled>Select Type</option>
<option>Adventure</option>
<option>Relax</option>
</select>
<button class="btn-primary display-flex">
<img src="Images/icons/search.png" class="search-icon" alt="" />
Find Now
</button>
</form>
</div>
</section>
</header>
<main>
<section class="popular-tours display-flex">
<div class="popular-tours-content">
<div class="popular-tours-details">
<h2 class="popular-tours-title title-primary">Our Popular Tours</h2>
<p class="popular-tours-description text-grey">
Explore our most popular tours that offer unforgettable
experiences and breathtaking destinations. Whether you're seeking
adventure, relaxation, or cultural immersion, our curated tours
cater to every traveler's desires.
</p>
<ul class="popular-tours-point display-flex text-grey">
<li>
Each tour is thoughtfully planned to include must-see
attractions, local experiences, and flexible schedules—perfect
for solo travelers, couples, and families alike.
</li>
<li>
Our expert guides ensure you get the most out of your journey,
providing insights into the culture, history, and hidden gems of
each destination.
</li>
<li>
With a variety of packages available, you can choose the tour
that best fits your interests and budget, making your dream
vacation a reality.
</li>
</ul>
<p class="popular-tours-conclusion text-grey">
Our popular tours are designed to offer the perfect mix of
exploration and relaxation. Whether you’re chasing mountain views,
tropical beaches, or cultural cityscapes, TripZen Travel ensures
every journey feels personal, safe, and truly rewarding. Ready to
embark on an unforgettable adventure?
</p>
</div>
<button class="btn-primary">Read More</button>
</div>
<img src="Images/popular_tours.png" class="popular-tours-img" alt="" />
</section>
<section class="your-destination">
<div class="destination-intro">
<h2 class="destination-title title-primary">
Choose Your Destination
</h2>
<p class="destination-subtitle text-grey">
Discover your perfect getaway with TripZen Travel. Whether you're
seeking adventure, relaxation, or cultural immersion, we have the
ideal destination waiting for you.
</p>
</div>
<div class="destination-grid">
<div class="card maldives"><span>Maldives</span></div>
<div class="card indonesia"><span>Indonesia</span></div>
<div class="card srilanka"><span>Srilanka</span></div>
<div class="card north-america"><span>North America</span></div>
<div class="card kashmir"><span>Kashmir</span></div>
<div class="card bangladesh"><span>Bangladesh</span></div>
<div class="card bandarban"><span>Bandarban</span></div>
</div>
</section>
<section class="choose-us">
<div class="choose-us-intro">
<h2 class="title-primary text-dark">Why Choose Us</h2>
<p class="text-grey">
At TripZen Travel, we prioritize your satisfaction and unforgettable
travel experiences. Our dedicated team of travel experts is
committed to providing personalized service, ensuring every detail
of your trip is tailored to your preferences.
</p>
</div>
<div class="cards-container display-flex">
<div class="choice-card card1">
<img class="card-icon" src="Images/icons/hotel.png" alt="" />
<h3 class="card-title text-dark">Handpicked Hotels</h3>
<p class="card-description text-grey">
We select only the best hotels to ensure your stay is comfortable
and memorable. From luxury resorts to cozy boutique hotels, our
handpicked accommodations cater to all tastes and budgets.
</p>
</div>
<div class="choice-card card2">
<img src="Images/icons/location.png" alt="" class="card-icon" />
<h3 class="card-title text-dark">World Class Services</h3>
<p class="card-description text-grey">
Our team is dedicated to providing exceptional service throughout
your journey. From personalized itineraries to 24/7 support, we
ensure your travel experience is seamless and stress-free.
</p>
</div>
</div>
<div class="choice-card card3">
<img src="Images/icons/price-tag.png" alt="" class="card-icon" />
<h3 class="card-title text-dark">Best Price Guarantee</h3>
<p class="card-description text-grey">
We offer competitive pricing without compromising on quality. Our
best price guarantee ensures you get the most value for your money,
making your dream vacation affordable and accessible.
</p>
</div>
</section>
<section class="deals-and-discounts">
<div class="deals-intro">
<h2 class="deals-title title-primary">Deals & Discounts</h2>
<p class="deals-subtitle text-grey">
Take advantage of our exclusive deals and discounts to make your
travel dreams a reality. At TripZen Travel, we believe that
unforgettable experiences should be accessible to everyone. That's
why we offer special promotions on a variety of tours and packages,
allowing you to explore the world without breaking the bank.
</p>
</div>
<div class="satorini-card">
<div class="satorini-content">
<div class="meta display-flex">
<div class="metabar display-flex">
<img src="Images/icons/clock.png" alt="" />
<span class="text-grey">7 Days / 6 nights</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/group.png" alt="" />
<span class="text-grey">Max: 10</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/location-2.png" alt="" />
<span class="text-grey">Malaysia</span>
</div>
</div>
<h3 class="satorini-title text-dark">Santorini Getaway</h3>
<p class="satorini-description text-grey">
Experience the magic of Santorini with our exclusive getaway
package. Enjoy stunning sunsets, crystal-clear waters, and
charming villages at a special discounted rate.
</p>
<p class="satorini-pricing text-orange">Price: $1300-$1500</p>
<button class="btn-primary">Book Now</button>
</div>
</div>
<div class="satorini-card second-card">
<div class="satorini-content">
<div class="meta display-flex">
<div class="metabar display-flex">
<img src="Images/icons/clock.png" alt="" />
<span class="text-grey">7 Days / 6 nights</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/group.png" alt="" />
<span class="text-grey">Max: 10</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/location-2.png" alt="" />
<span class="text-grey">Turkey</span>
</div>
</div>
<h3 class="satorini-title text-dark">Aegean Escape</h3>
<p class="satorini-description text-grey">
Discover the beauty of the Aegean coast with our special escape
package. Explore ancient ruins, relax on pristine beaches, and
indulge in delicious local cuisine at an unbeatable price.
</p>
<p class="satorini-pricing text-orange">Price: $1300-$1500</p>
<button class="btn-primary">Book Now</button>
</div>
</div>
<div class="satorini-card">
<div class="satorini-content">
<div class="meta display-flex">
<div class="metabar display-flex">
<img src="Images/icons/clock.png" alt="" />
<span class="text-grey">7 Days / 6 nights</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/group.png" alt="" />
<span class="text-grey">Max: 10</span>
</div>
<div class="metabar display-flex">
<img src="Images/icons/location-2.png" alt="" />
<span class="text-grey">Greece</span>
</div>
</div>
<h3 class="satorini-title text-dark">Mediterranean Dream</h3>
<p class="satorini-description text-grey">
Embark on a Mediterranean adventure with our dream package.
Experience vibrant cultures, stunning coastlines, and historic
landmarks, all while enjoying exclusive discounts.
</p>
<p class="satorini-pricing text-orange">Price: $1300-$1500</p>
<button class="btn-primary">Book Now</button>
</div>
</div>
</section>
<section class="perfect-place display-flex">
<div class="perfect-text">
<h2 class="perfect-title title-primary">
A Perfect Place To Get Lost
</h2>
<p class="perfect-subtitle text-grey">
Find your perfect escape with TripZen Travel. Whether you're seeking
adventure, relaxation, or cultural immersion, we have the ideal
destination waiting for you. Let us help you get lost in the beauty
of the world.
</p>
<ul class="perfect-points">
<li class="points-item">
Explore hidden gems and off-the-beaten-path destinations that
offer unique experiences away from the crowds.
</li>
<li class="points-item">
Enjoy personalized itineraries tailored to your interests and
preferences, ensuring a truly memorable journey.
</li>
</ul>
<button class="btn-primary btn-perfect">See More</button>
</div>
<div class="card perfect-card">
<span>Visit Our Mountains In Bangladesh</span>
</div>
</section>
<section class="newsletter display-flex">
<div class="news-card display-flex">
<div class="news-intro">
<h2 class="text-dark">Newsletter</h2>
<p class="text-grey">
Get your daily dose of travel news & tips. Sign up today!
</p>
</div>
<form action="#" class="news-form display-flex">
<input type="name" placeholder="Enter Your Name" />
<input type="email" placeholder="Enter Your Email" />
<input
type="button"
value="Subscribe"
class="btn-primary btn-subscribe"
/>
</form>
</div>
<div class="sale-card">
<img src="Images/newsletter.png" alt="Travel view" />
<div class="badge">
<small>Travel.com</small>
<span>Save up to 70%</span>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="brand display-flex" id="footer-brand">
<img src="Images/Group.png" alt="" class="brand-logo" />
<h2 class="brand-name text-dark">
TripZen <span class="text-orange">Travel</span>
</h2>
</div>
<p class="text-grey">
Thank you for choosing TripZen Travel. We are dedicated to making your
travel dreams come true with unforgettable experiences and exceptional
service. Let us help you explore the world, one destination at a time.
</p>
<div class="socials display-flex">
<img src="Images/icons/facebook.png" alt="Facebook" />
<img src="Images/icons/twitter.png" alt="Twitter" />
<img src="Images/icons/instagram.png" alt="Instagram" />
<img src="Images/icons/linkedin.png" alt="LinkedIn" />
</div>
<hr />
<p class="copyright text-grey">
© 2024 TripZen Travel. All rights reserved.
</p>
</div>
</footer>
</body>
</html>