-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
364 lines (314 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- styles file -->
<link rel="stylesheet" href="style/style.css">
<!-- Favicon-setup -->
<link rel="shortcut icon" href="/Images/Group 40071 (2).png" type="image/x-icon">
<!-- fontAwesome icon link -->
<script src="https://kit.fontawesome.com/6b2fc6e3f8.js" crossorigin="anonymous"></script>
<title>Journeyer - Travel-site</title>
</head>
<body>
<!--
Project: Journeyer - Travel Website
Date: 05/03/2024
CreatedBy: Fuad Hasan
tools: HTML5, CSS
-->
<div id="container">
<header>
<section class="navigation">
<nav>
<div class="nav-logo-title">
<img src="/Images/Group 40071 (2).png" alt="">
<h3>Journe<span>yer</span></h3>
</div>
<div class="nav-options dropdown">
<div class="nav-info dropdown-content">
<a class="home" href="#home">Home</a>
<a href="#packages">Packages</a>
<a href="#Testimonial">Testimonial</a>
<a href="#blog">Blog</a>
<a href="#contact">Contact</a>
</div>
<button class="menu-options dropbtn"><i class="fa-solid fa-burger fa-2xl"
style="color: #f05705;"></i></button>
</div>
</nav>
</section>
<section class="Banner">
<div class="banner-container">
<div class="banner-details">
<div class="info">
<h1>
Explore Your Travel</h1>
<p>Discover destinations, book flights, and find accommodations with ease. Your adventure starts here.</p>
</div>
</div>
<div class="schedule">
<form action="">
<label for="where">
<input type="text" name="where" id="" placeholder="Where go">
</label>
<label for="when">
<input type="text" name="when" id="" placeholder="When">
</label>
<label for="type">
<input type="text" name="type" id="" placeholder="Select Type">
</label>
<button class="btn-find">
<i class="fa-solid fa-magnifying-glass"></i>
Find Now
</button>
</form>
</div>
</div>
</section>
</header>
<main>
<!-- Our Popular Tours -->
<section class="popular-tours">
<div class="popularTour-container">
<div class="tour-info">
<h2>Our Popular Tours</h2>
<p>Explore our top tours worldwide, from scenic landscapes to cultural wonders. Your unforgettable journey awaits!</p>
<ul>
<li>Experience exotic destinations with expert guides, ensuring memorable cultural immersion and scenic exploration.</li>
<li>Indulge in luxurious accommodations and curated itineraries tailored to fulfill your travel dreams effortlessly.</li>
<li>Embark on thrilling adventures, from jungle treks to serene beach escapes, creating lifelong memories.</li>
</ul>
<p>Experience breathtaking landscapes and immerse in diverse cultures. <br>
Embark on unforgettable journeys, exploring diverse landscapes, cultures, and creating cherished memories along the way.
</p>
<button class="btn-primary">Read More</button>
</div>
<div class="tour-img">
<img src="/Images/Rectangle 4.png" alt="">
</div>
</div>
</section>
<!-- Choose Your Destination -->
<section class="destination">
<div class="destination-container">
<div class="destination-content">
<h2>Choose Your Destination</h2>
<p><small>Select your dream destination and embark on a journey filled with unforgettable experiences and adventures.</small></p>
</div>
<div class="destination-thumbnail">
<div class="first-theme-row thumbnail">
<article>
<img src="/Images/Rectangle 5.png" alt="" value=>
</article>
<article>
<img src="/Images/Rectangle 8.png" alt="">
</article>
</div>
<div class="second-theme-row thumbnail">
<article>
<img src="/Images/Rectangle 6.png" alt="">
</article>
<article>
<img src="/Images/Rectangle 7.png" alt="">
</article>
<article>
<img src="/Images/Rectangle 9.png" alt="">
</article>
</div>
<div class="third-theme-row thumbnail">
<article>
<img src="/Images/Rectangle 11.png" alt="">
</article>
<article>
<img src="/Images/Rectangle 10.png" alt="">
</article>
</div>
</div>
</div>
</section>
<!-- Why Choose Us -->
<section class="choose-us">
<div class="chooseUs-container">
<div class="chooseUs-content">
<h2>Why Choose Us</h2>
<p>Choose us for expert guidance, seamless experiences, and unforgettable adventures tailored to you.</p>
</div>
<div class="chooseUs-service">
<div class="service-categories-row-1">
<div class="category">
<img src="/Images/hotel 1.png" alt="">
<h4>Handpicked Hotels</h4>
<p>Discover handpicked hotels curated for exceptional comfort, style, and unforgettable experiences, ensuring every stay exceeds your expectations. </p>
</div>
<div class="category worldClass-background">
<img src="/Images/map 1.png" alt="">
<h4>World Class</h4>
<p>Experience world-class service, accommodations, and amenities, ensuring your journey is nothing short of extraordinary, wherever your adventures take you. </p>
</div>
</div>
<div class="service-category-row-2 category">
<img src="/Images/price-tag 1.svg" alt="">
<h4>Best Price Guarantee</h4>
<p>Rest assured with our best price guarantee, ensuring you always receive the most competitive rates for your dream vacation.
</p>
</div>
</div>
</div>
</section>
<!-- Deals & DIscount -->
<section class="deal-discount">
<div class="discounts-container">
<div class="discounts-content">
<h2>Deals & Discounts</h2>
<p>Unlock exclusive deals and discounts for unforgettable travel experiences at unbeatable prices.</p>
</div>
<div class="discounts-package-info">
<article>
<img src="/Images/Rectangle 12 (1).png" alt="">
<div class="discount-info">
<ul class="time-location">
<li>
<i class="fa-solid fa-clock" style="color: #f04b05;"></i>
7 Day / 6 Night
</li>
<li>
<i class="fa-solid fa-users" style="color: #f53505;"></i>
Max : 10
</li>
<li>
<i class="fa-solid fa-location-dot" style="color: #eb4a05;"></i>
Malaysia
</li>
</ul>
<h4>Tour To Satorini</h4>
<p>AExplore thrilling deals and discounts, turning your dream getaway into a reality without breaking the bank. Don't miss out!
</p>
<h4 class="price">Price: $1300-$1500</h4>
<button class="btn-primary">Book Now</button>
</div>
</article>
<article>
<img src="/Images/Rectangle 12.png" alt="">
<div class="discount-info discount-info-2">
<ul class="time-location">
<li>
<i class="fa-solid fa-clock" style="color: #f04b05;"></i>
7 Day / 6 Night
</li>
<li>
<i class="fa-solid fa-users" style="color: #f53505;"></i>
Max : 10
</li>
<li>
<i class="fa-solid fa-location-dot" style="color: #eb4a05;"></i>
Malaysia
</li>
</ul>
<h4>Tour To Satorini</h4>
<p>Explore thrilling deals and discounts, turning your dream getaway into a reality without breaking the bank. Don't miss out!
</p>
<h4 class="price">Price: $1300-$1500</h4>
<button class="btn-primary">Book Now</button>
</div>
</article>
<article>
<img src="/Images/Rectangle 12 (1).png" alt="">
<div class="discount-info">
<ul class="time-location">
<li>
<i class="fa-solid fa-clock" style="color: #f04b05;"></i>
7 Day / 6 Night
</li>
<li>
<i class="fa-solid fa-users" style="color: #f53505;"></i>
Max : 10
</li>
<li>
<i class="fa-solid fa-location-dot" style="color: #eb4a05;"></i>
Malaysia
</li>
</ul>
<h4>Tour To Satorini</h4>
<p>Explore thrilling deals and discounts, turning your dream getaway into a reality without breaking the bank. Don't miss out!
</p>
<h4 class="price">Price: $1300-$1500</h4>
<button class="btn-primary">Book Now</button>
</div>
</article>
</div>
</div>
</section>
<!-- A simple Perfect place To Get Lost -->
<section class="perfect-Place">
<div class="watchPlace-container">
<div class="watchPlace-content">
<h2>A simple Perfect Place <br>To Get Lost</h2>
<p>Discover your simple perfect place to get lost, where serenity meets adventure, creating unforgettable moments of exploration and wonder.</p>
<ul>
<li><small>Find tranquility in our hidden gems, where nature's beauty and peaceful seclusion offer an escape from the ordinary..</small></li>
<li><small>Unravel the mysteries of secluded paradises, where every corner holds the promise of adventure and serenity.</small></li>
</ul>
<button class="btn-primary">See More</button>
</div>
<div class="watch-sample">
<video width="100%" controls poster="/Images/Group 40089.png" autoplay>
<source src="/Images/AdobeStock_561483016_Video_HD_Preview.mov" type="video/mp4">
</video>
</div>
</div>
</section>
<!-- NewsLetter -->
<section class="newsLetter">
<div class="newsletter-container">
<div class="news-letter-content">
<h3>NewsLetter</h3>
<p>Get your daily dose of travel news & tips. Sign up today!</p>
<hr>
<form action="">
<label for="name">
<input type="text" name="" id="name" placeholder="Enter Your Name">
</label>
<label for="name">
<input type="email" name="" id="name" placeholder="Enter Your Email">
</label>
<input type="button" value="Subscribe">
</form>
</div>
<div class="newsLetter-sample-img">
<img src="/Images/Rectangle 8 (1).png" alt="">
</div>
</div>
</section>
</main>
</div>
<footer>
<section class="journeyer-footer">
<div class="contact-journeyer">
<div class="contact-details">
<div class="logo">
<img src="/Images/Group 40071 (2).png" alt="">
<h3>Journe<span>yer</span></h3>
</div>
<p>Reflect on unforgettable experiences and plan your next adventure, as every journey with us leads to new beginnings.
</p>
<div class="social-links">
</div>
<div class="social-icons">
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-facebook-f"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-github"></i></a>
</div>
<hr>
<p><small class="">2017, All Rights Reserved.</small></p>
</div>
</div>
</section>
</footer>
<script>
// let x = document.getElementById("")
</script>
</body>
</html>