-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (301 loc) · 12.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travelia - Travel the world!</title>
<!-- Primary meta tags -->
<meta name="title" content="Travelia - Travel the world!">
<meta name="description" content="This is a responsive and best Travel website">
<!-- favicon -->
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<!-- CSS File -->
<link rel="stylesheet" href="style.css">
<!-- font Awesome -->
<script src="https://kit.fontawesome.com/c1962f3b00.js" crossorigin="anonymous"></script>
<script src="app.js" defer></script>
</head>
<body>
<div class="preloader">
<div class="preloader-wrapper">
<img src="./assets/preloader.png" alt="">
</div>
</div>
<!----------------header--------------- -->
<header class="header">
<div class="header-wrapper wrapper">
<div class="logo">
<p>Travelia</p>
<img src="./assets/preloader.png" alt="">
</div>
<navbar>
<nav>
<ul>
<li><a href="" class="nav-link">Home</a></li>
<li><a href="" class="nav-link">About</a></li>
<li><a href="" class="nav-link">Services</a></li>
<li><a href="" class="nav-link">Pricing</a></li>
<li><a href="" class="nav-link">Contact</a></li>
</ul>
</nav>
<div class="nav-btns">
<button class="login-btn">Login</button>
<button class="signup-btn">Sign Up</button>
</div>
</navbar>
<div class="hambergur-menu ">
<i class="fa-solid fa-bars"></i>
</div>
<div class="cross-btn closed">
<i class="fa-solid fa-xmark"></i>
</div>
</div>
</header>
<main>
<article>
<section class=" hero-section">
<div class="hero-wrapper wrapper">
<div class="hero-content-section ">
<p>Explore the World <i class="fa-solid fa-earth-americas"></i></p>
<h2>
It's a Big World Out There, Go Explore
</h2>
<h5>We always make our customer happy by providing as many choices as possible</h5>
<div class="hero-btns">
<button>Plan a Trip <i class="fa-solid fa-arrow-right"></i></button>
<div class="hero-story-image">
<img src="./assets/images/hero-button-img.jpg" alt="">
<div class="video-image"><i class="fa-solid fa-play"></i></div>
<span>Watch our Story</span>
</div>
</div>
</div>
<div class="hero-banner">
<img src="./assets/images/hero-banner.png" alt="">
</div>
</div>
</section>
</article>
</main>
<!-- servies section -->
<section class="services-section">
<div class="service-wrapper wrapper">
<div class="service-info-left">
<h5>WHAT WE SERVE</h5>
<H2>Top Values For You</H2>
<p>Try a variety of banefits when <br>using our services.</p>
</div>
<div class="services-cards-wrapper">
<div class="service-card">
<img src="./assets/images/service-icon-1.svg" alt="image" class="sevice-image">
<h3>Lot Of Choices</h3>
<p>Total 450+ destinations that we work with.</p>
</div>
<div class="service-card">
<img src="./assets/images/service-icon-2.svg" alt="image" class="sevice-image">
<h3>Best Tour Guide</h3>
<p>Our tour guide with over 15+ years of experience.</p>
</div>
<div class="service-card">
<img src="./assets/images/service-icon-3.svg" alt="image" class="sevice-image">
<h3>Easy Booking</h3>
<p>With an easy and fast ticket purchase process.</p>
</div>
</div>
</div>
</section>
<!-- Destination Section -->
<section class="destination-section">
<h3 class="title">TOP DESTINATION</h3>
<h1>Explore Top Destinations</h1>
<div class="destination-wrapper wrapper">
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-1.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-2.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-3.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-4.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-5.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
<div class="destination-card">
<div class="destination-image">
<img src="./assets/images/destination-6.jpg" alt="image">
</div>
<h3 class="destination-name">
Enjoy the Beauty of the del pincio
</h3>
<p class="destination-location">Rome,Italy</p>
<p class="destination-rating">⭐4.7 <span>(11.1k Reviews)</span></p>
</div>
</div>
</section>
<!-- Experience section -->
<section class="experience-section">
<div class="experience-wrapper wrapper">
<div class="experience-image-left">
<div class="customer-suppert-label">
<img src="./assets/images/exp-shape.svg" alt="image">
</div>
<img src="./assets/images/experience-banner.png" alt="image" class="experience-image">
</div>
<div class="experience-details-wrapper">
<div class="experience-title">
OUR EXPERIENCE
</div>
<h1>With Our Experience We Will Serve You</h1>
<p>Since we first opened we have always prioritized the convenience of our users by providing low prices
and with a easy process.</p>
<div class="experience-timeline">
<div>
<h2>20</h2>
<p>Years Experience</p>
</div>
<div>
<h2>460+</h2>
<p>Destination Collaboration</p>
</div>
<div>
<h2>50k+</h2>
<p>Happy Customers</p>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section class="gallery-section">
<h3 class="title">PHOTO GALLERY</h3>
<h1>Photo's from Travellers</h1>
<div class="gallery-wrapper wrapper">
<div class="gallery-image img1">
<img src="./assets/images/gallery-1.jpg" alt="img">
</div>
<div class="gallery-image img2">
<img src="./assets/images/gallery-2.jpg" alt="img">
</div>
<div class="gallery-image img3">
<img src="./assets/images/gallery-3.jpg" alt="img">
</div>
<div class="gallery-image img4">
<img src="./assets/images/gallery-4.jpg" alt="img">
</div>
<div class="gallery-image img5">
<img src="./assets/images/gallery-5.jpg" alt="img">
</div>
<div class="gallery-image img6">
<img src="./assets/images/gallery-6.jpg" alt="img">
</div>
</div>
</section>
<section class="cta-secction">
<div class="cta-wrapper wrapper">
<h1>Prepare Yourself & Let's Explore <br> The Beauty Of Te World 🌎</h1>
<p>We have many speacial offers especially for you .</p>
<button>Get Started</button>
</div>
</section>
<footer class="footer-section">
<div class="footer-wrapper wrapper">
<div class="company-info">
<div class="company-logo">
Travalia
</div>
<p>We always make our customer happy by providing as many choises as possible</p>
<div class="company-social-links">
<ul>
<li><a href="" class="socials"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="" class="socials"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="" class="socials"><i class="fa-brands fa-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="footer-links-wrapper">
<div class="footer-about">
<h1>About</h1>
<ul>
<li>About Us</li>
<li>Features</li>
<li>News</li>
<li>Menu</li>
</ul>
</div>
<div class="footer-company">
<h1>Company</h1>
<ul>
<li>Why Company</li>
<li>Partner With Us</li>
<li>FAQ</li>
<li>BLOG</li>
</ul>
</div>
<div class="footer-support">
<h1>Support</h1>
<ul>
<li>Account</li>
<li>Support Center</li>
<li>Feedback</li>
<li>Contact Us</li>
<li>Accessbility</li>
</ul>
</div>
</div>
<div class="footer-contact">
<h1>Get in Touch</h1>
<p>Questions or Feedback? We'd love to hear from you.</p>
<div class="feeback-input">
<input type="text" class="feedback">
<div class="feedback-send-btn"><i class="fa-solid fa-paper-plane"></i></div>
</div>
</div>
</div>
</footer>
</body>
</html>