-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
405 lines (336 loc) · 15.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SE8KTWVQ3Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SE8KTWVQ3Y');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--=============== REMIXICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Responsive travel website - Sunil Reisen</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
Sunil Reisen
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#popular" class="nav__link">Popular</a>
</li>
<li class="nav__item">
<a href="#explore" class="nav__link">Explore</a>
</li>
</ul>
<!-- Close button-->
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<!--Toggle button-->
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-fill"></i>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<img src="assets/img/home-bg.jpg" alt="home image" class="home__bg">
<div class="home__shadow"></div>
<div class="home__container container grid">
<div class="home__data">
<h3 class="home__subtitle">
Welcome to Travel
</h3>
<h1 class="home__title">
Explore<br>
The World
</h1>
<p class="home__description">
Live the trips exploring the world, discover
paradises, islands, mountains and much
more, get your trip now.
</p>
<a href="listing.html" class="button">
Start Your Journey <i class="ri-arrow-right-line"></i>
</a>
</div>
<div class="home__cards grid">
<article class="home__card">
<img src="assets/img/home-trees.jpg" alt="home image" class="home__card-img">
<h3 class="home__card-title">Croatia</h3>
<div class="home__card-shadow"></div>
</article>
<article class="home__card">
<img src="assets/img/home-lake.jpg" alt="home image" class="home__card-img">
<h3 class="home__card-title">Iceland</h3>
<div class="home__card-shadow"></div>
</article>
<article class="home__card">
<img src="assets/img/home-mountain.jpg" alt="home image" class="home__card-img">
<h3 class="home__card-title">Italy</h3>
<div class="home__card-shadow"></div>
</article>
<article class="home__card">
<img src="assets/img/home-beach.jpg" alt="home image" class="home__card-img">
<h3 class="home__card-title">Spain</h3>
<div class="home__card-shadow"></div>
</article>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="about section" id="about">
<div class="about__container container grid">
<div class="about__data">
<h2 class="section__title">
Learn More <br>
About Travel
</h2>
<p class="about__description">
All the trips around the world are a great
pleasure and happiness for anyone, enjoy
the sights when you travel the world. Travel
safely and without worries, get your trip and
explore the paradises of the world.
</p>
<a href="#" class="button">
Explore Travel <i class="ri-arrow-right-line"></i>
</a>
</div>
<div class="about__image">
<img src="assets/img/about-beach.jpg" alt="about image" class="about__img">
<div class="about__shadow"></div>
</div>
</div>
</section>
<!--==================== POPULAR ====================-->
<section class="popular section" id="popular">
<h2 class="section__title">
Enjoy The Beauty <br>
Of The World
</h2>
<div class="popular__container container grid">
<article class="popular__card">
<div class="popular__image">
<img src="assets/img/popular-mountain.jpg" alt="popular image" class="popular__img">
<div class="popular__shadow"></div>
</div>
<h2 class="popular__title">
Logan Mountain
</h2>
<div class="popular__location">
<i class="ri-map-pin-line"></i>
<span>Canada</span>
</div>
</article>
<article class="popular__card">
<div class="popular__image">
<img src="assets/img/popular-forest.jpg" alt="popular image" class="popular__img">
<div class="popular__shadow"></div>
</div>
<h2 class="popular__title">
Spike Forest
</h2>
<div class="popular__location">
<i class="ri-map-pin-line"></i>
<span>Irland</span>
</div>
</article>
<article class="popular__card">
<div class="popular__image">
<img src="assets/img/popular-lake.jpg" alt="popular image" class="popular__img">
<div class="popular__shadow"></div>
</div>
<h2 class="popular__title">
Garda Lake
</h2>
<div class="popular__location">
<i class="ri-map-pin-line"></i>
<span>Italy</span>
</div>
</article>
</div>
</section>
<!--==================== EXPLORE ====================-->
<section class="explore section" id="explore">
<div class="explore__container">
<div class="explore__image">
<img src="assets/img/explore-beach.jpg" alt="explore image" class="explore__img">
<div class="explore__shadow"></div>
</div>
<div class="explore__content container grid">
<div class="explore__data">
<h2 class="section__title">
Explore The <br>
Best Paradises
</h2>
<p class="explore__description">
Exploring paradises such as islands and
valleys when traveling the world is one of
the greatest experiences when you travel, it
offers you harmony and peace and you
can enjoy it with great comfort.
</p>
</div>
<div class="explore__user">
<img src="assets/img/explore-perfil.png" alt="explore image" class="explore__perfil">
<spam class="explore__name">Paul Jeams</spam>
</div>
</div>
</div>
</section>
<!--==================== JOIN ====================-->
<section class="join section">
<div class="join__container container grid">
<div class="join__data">
<h2 class="section__title">
Your Journey <br>
Starts Here
</h2>
<p class="join__description">
Get up to date with the latest
travel and information from us.
</p>
<form action="" class="join__form">
<input type="email" placeholder="Enter your email" class="join__input">
<button class="join__button button">
Subscribe Our Newsletter <i class="ri-arrow-right-line"></i>
</button>
</form>
</div>
<div class="join__image">
<img src="assets/img/join-island.jpg" alt="join image" class="join__img">
<div class="join__shadow"></div>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer">
<div class="footer__container container grid">
<div class="footer__content grid">
<div>
<a href="#" class="footer__logo">Travel</a>
<p class="footer__description">
Travel with us and explore <br>
the world without limits.
</p>
</div>
<div class="footer__data grid">
<div>
<h3 class="footer__title">About</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">About Us</a>
</li>
<li>
<a href="#" class="footer__link">Features</a>
</li>
<li>
<a href="#" class="footer__link">News & Blog
</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">Company</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">FAQs</a>
</li>
<li>
<a href="#" class="footer__link">History</a>
</li>
<li>
<a href="#" class="footer__link">Testimonials</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">Contact</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Call Center
</a>
</li>
<li>
<a href="#" class="footer__link">Support Center
</a>
</li>
<li>
<a href="#" class="footer__link">Contact Us
</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">Support</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Privacy Policy
</a>
</li>
<li>
<a href="#" class="footer__link">Terms & Services
</a>
</li>
<li>
<a href="#" class="footer__link">Payments</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer__group">
<div class="footer__social">
<a href="https://www.facebook.com/" target="_blank" class="footer__social-link">
<i class="ri-facebook-line"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="footer__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="footer__social-link">
<i class="ri-twitter-line"></i>
</a>
<a href="https://www.youtube.com/" target="_blank" class="footer__social-link">
<i class="ri-youtube-line"></i>
</a>
</div>
<span class="footer__copy">
© Copyright VehanRajintha. All rights reserved
</span>
</div>
</div>
</footer>
<!--========== SCROLL UP ==========-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line"></i>
</a>
<!--=============== SCROLLREVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>