-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
457 lines (429 loc) · 22.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
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
<!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">
<title>Iceland Travel</title>
<link rel="shortcut icon" href="public/images/logo/icceland.svg" type="image/x-icon">
<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=Dosis:wght@800&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="public/sass/style.css">
</head>
<body>
<div id="preloadder">
</div>
<!-- header -->
<header class="primary-header">
<div class="left-part">
<img src="public/images/logo/iceland.svg" alt="">
<div class="logo">
<h1>I<span>ce</span>land</h1>
</div>
</div>
<div class="right-part">
<div class="navbar">
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#tour">Tours</a></li>
<li><a href="#media">Media</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="#">Login</a></li>
</ul>
<div class="btn-group">
<a href="#" class="btn btn-try">
<span>Book A Tour</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M13 5l7 7-7 7M5 5l7 7-7 7" />
</svg>
</a>
</div>
</div>
<div class="ham-menu">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
</div>
</div>
</header>
<!-- main -->
<main>
<!-- banner -->
<section class="banner" id="banner">
<div class="banner-text">
<h1>IceLand</h1>
<P>Iceland Travel offers a great selection of Iceland tours, including self drive tours, road trips,
guided tours and day
tours. Book online.</P>
<a href="#" class="btn btn-get"><span>Explore</span></a>
</div>
<div class="overlay2">
</div>
</section>
<!-- explore -->
<section class="explore" id="explore">
<div class="main-text">
<h2>Explore</h2>
<h1><span>I</span>ce World</h1>
<p>This place amazes with its fabulous atmosphere and nature</p>
</div>
<div class="main-container">
<div class="image-box image-1">
<img src="https://images.unsplash.com/photo-1603226851957-1768f812309b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="">
<div class="overlay"></div>
<div class="image-box-text">
<h2>Gullfose</h2>
<p>Enchanting Waterfall</p>
</div>
</div>
<div class="image-box image-1">
<img src="https://images.unsplash.com/photo-1534804101463-987ef0c79d54?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="">
<div class="overlay"></div>
<div class="image-box-text">
<h2>Reykjavik</h2>
<p>Capital of Iceland</p>
</div>
</div>
<div class="image-box image-1">
<img src="https://images.unsplash.com/photo-1556554883-5701482655e0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=580&q=80"
alt="">
<div class="overlay"></div>
<div class="image-box-text">
<h2>Myvatn</h2>
<p>Famous Lake</p>
</div>
</div>
</div>
<button class="btn btn-view-all">
View More
</button>
</section>
<!-- about -->
<section class="about" id="about">
<div class="main-text">
<h2>About</h2>
<h1>Unforgettable <span>S</span>ensations</h1>
<p>Iceland adventure is a tours of the best places in iceland. We will help make your trip perfect, find
the chepest tickets, Book the best hotels Nothing will stop you from enjoying the atmosphere of the
ice country.</p>
</div>
<div class="main-container">
<video
src="https://assets.mixkit.co/videos/preview/mixkit-aerial-view-of-lush-river-valley-and-snowy-mountains-15919-large.mp4"
autoplay loop muted></video>
</div>
</section>
<!-- tour -->
<section class="tour" id="tour">
<div class="main-text">
<h2>2021</h2>
<h1>Tours</h1>
</div>
<div class="main-container">
<!-- // card 1 -->
<div class="tour-cards">
<div class="image-box">
<img src="https://images.unsplash.com/photo-1602617638731-20cd9c6e92ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=897&q=80"
alt="Blue Lagoon">
<div class="overlay"></div>
<div class="image-box-text">
<h2>Blue Lagoon</h2>
<p>Beach Resort</p>
</div>
</div>
<div class="tour-cards-text">
<h1>Blue Lagoon 1 Week Trip </h1>
<p>A Week long trip around the iceland with a tour of the most famous sights of the island of
sages.The Blue Lagoon is a geothermal spa in southwestern Iceland. The spa is located in a
lava field near Grindavík and in
front of Mount Þorbjörn on Reykjanes Peninsula, in a location favourable for geothermal
power, and is supplied by water
used in the nearby Svartsengi geothermal power station.</p>
<a href="#" class="btn-map">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
<span>View Route Map</span>
</a>
<div class="price">
<p>$4540 <span>Per person</span></p>
<h2>9 Days 18 Nights</h2>
</div>
</div>
</div>
<!-- ------ -->
<!-- card 2 -->
<div class="tour-cards">
<div class="image-box">
<img src="https://images.unsplash.com/photo-1626285840323-788f8d8764a5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80"
alt="West Iceland">
<div class="overlay"></div>
<div class="image-box-text">
<h2>West Iceland</h2>
<p>Valleys & Volcanoes</p>
</div>
</div>
<div class="tour-cards-text">
<h1>West Iceland Family Trip</h1>
<p>A Week long family trip around the west iceland with a tour of the most famous sights of the
island likes valleys and volcanoes etc.The west of Iceland is an enormous area characterized
by fjords, valleys, volcanoes and craters. The most famous
attraction in the west is undoubtedly the Snæfellsnes peninsula that is home to the mighty
Snaefellsjokull glacier as
well as mt. Kirkjufell, also known as the arrowhead mountain from Game of Thrones.</p>
<a href="#" class="btn-map">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
<span>View Route Map</span>
</a>
<div class="price">
<p>$2549 <span>Per person</span></p>
<h2>12 Days 24 Nights</h2>
</div>
</div>
</div>
<!-- ------ -->
<!-- cards 3 -->
<div class="tour-cards">
<div class="image-box">
<img src="https://images.unsplash.com/photo-1491466424936-e304919aada7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80"
alt="Stakkholtsgja canyon ">
<div class="overlay"></div>
<div class="image-box-text">
<h2>Stakkholtsgja</h2>
<p>Mountains & Waterfall</p>
</div>
</div>
<div class="tour-cards-text">
<h1>Stakkholtsgja canyon Trip</h1>
<p>A Week long trip around the south iceland with hiking guides. Stakkholtsgjá is a wondrous
canyon, situated in Southern part of the Icelandic Highlands. It is highly-known for the
magical hiking trail that leads to a majestic waterfall. The gorge is a part of the Þórsmörk
Nature Reserve. Every bit
of Stakkholtsgjá canyon shines out with picturesque beauty. Stakkholtsgjá is about a hundred
meters deep.</p>
<a href="#" class="btn-map">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
<span>View Route Map</span>
</a>
<div class="price">
<p>$5200 <span>Per person</span></p>
<h2>18 Days 36 Nights</h2>
</div>
</div>
</div>
<!-- ------ -->
</div>
<button class="btn btn-view-all">
View More
</button>
</section>
<section class="sale" id="sale">
<div class="overlay1">
</div>
<div class="main-container">
<div class="heading">
<h1>Iceland Glow</h1>
<h2>Sale</h2>
</div>
<div class="info">
<p>
Tours run from September to aprill when the forecast is favourable. Experts will take care of
every
thing they know
where to look for the northern lights how to photograph it,how to move to where the forecast is
most
likely and the
clouds are least of all.
</p>
</div>
<div class="price">
<p>$2400<span>Per person</span></p>
<h2>15 Days 14 Nights</h2>
</div>
</div>
<div class="overlay2">
</div>
</section>
<!-- ----- -->
<!-- media -->
<section class="media" id="media">
<div class="main-text">
<h2>Media</h2>
<h1>Iceland in Footage</h1>
</div>
<div class="main-container">
<div class="image image-1">
<img src="https://images.unsplash.com/photo-1617191979724-f755c6d83e01?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80"
alt="Erupting Volcano">
<h3>Erupting Volcano</h3>
</div>
<div class="image image-2">
<img src="https://images.unsplash.com/photo-1516832970803-325be7a92aa5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80"
alt="Icelandic horses ">
<h3>Icelandic horses</h3>
</div>
<div class="image image-3">
<img src="https://images.unsplash.com/photo-1489782419474-4d4221dc5b10?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Hvítserkur">
<h3>Hvítserkur</h3>
</div>
<div class="image image-4">
<img src="https://images.unsplash.com/photo-1540503831458-3237544b2ce5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1141&q=80"
alt="Flatey village">
<h3>Flatey village</h3>
</div>
<div class="image image-5">
<img src="https://images.unsplash.com/photo-1512419180521-2c5585bdf851?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Parliament of Puffins">
<h3>Parliament of Puffins</h3>
</div>
<div class="image image-6">
<img src="https://images.unsplash.com/photo-1551098955-f124915c1ff3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"
alt=" Iceland Beach">
<h3>Iceland Beach</h3>
</div>
<div class="image image-7">
<img src="https://images.unsplash.com/photo-1615130767419-e9ff3afa5a15?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1054&q=80"
alt="Reykjavík City">
<h3>Reykjavík City</h3>
</div>
<div class="image image-8">
<img src="https://images.unsplash.com/photo-1477442229003-02551413eaad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Skogafoss Waterfall">
<h3>Skogafoss Waterfall</h3>
</div>
<div class="image image-9">
<img src="https://images.unsplash.com/photo-1572587356426-b33bf42f999b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80"
alt="Iceland Caves">
<h3>Iceland Caves</h3>
</div>
<div class="image image-10">
<img src="https://images.unsplash.com/photo-1525624160868-97095e12e633?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80"
alt="Gigjökull">
<h3>Gigjökull</h3>
</div>
<div class="image image-11">
<img src="https://images.unsplash.com/photo-1475518845976-0fd87b7e4e5d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Aurora">
<h3>Aurora</h3>
</div>
<div class="image image-12">
<img src="https://images.unsplash.com/photo-1536007379435-ba39ac15caae?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=886&q=80"
alt="Solheimasandur Plane Wreck">
<h3>Solheimasandur Plane Wreck</h3>
</div>
</div>
</section>
<!-- ----- -->
<!-- contact -->
<section class="contact" id="contact">
<div class="main-text">
<h2>Contact</h2>
<h1>Get in touch</h1>
</div>
<div class="main-container">
<form action="#">
<div class="name">
<label for="name">Name</label>
<input type="text" placeholder="Enter Your name " id="name" name="name">
</div>
<div class="phone">
<label for="phone">Email or Phone</label>
<input type="text" name="phone" id="phone" placeholder="Enter Your Number or phone">
</div>
<div class="message">
<label for="message">Your message</label>
<textarea name="message" id="message" cols="30" rows="10"
placeholder="Tell us about your interests passion needs and any other details relevent to your trip"></textarea>
</div>
<button class="btn-send">
Send
</button>
</form>
</div>
</section>
<!-- ----- -->
</main>
<!-- footer -->
<footer>
<div class="footer-image">
<div class="overlay1"></div>
<div class="overlay2"></div>
</div>
<div class="main-container">
<div class="heading-foo">
<img src="public/images/logo/iceland.svg" alt="">
<h1>Iceland</h1>
<p>EVERYTHING IS EXPENSIVE IN ICELAND, ESPECIALLY FOOD, AND ESPECIALLY HEALTHY FOOD</p>
</div>
<div class="social-media">
<h1>Connect with us</h1>
<ul>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="fill">
<path
d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z" />
</svg>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="fill">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="fill">
<path
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
</svg>
</li>
</ul>
</div>
<div class="main">
<h1>Quick Links</h1>
<ul>
<li><a href="#explore">Explore</a></li>
<li><a href="#about">About</a></li>
<li><a href="#tour">Tours</a></li>
<li><a href="#media">Media</a></li>
</ul>
</div>
<div class="contact-info">
<h1>Contacts</h1>
<div class="contact-info-text">
<p>(480) 125 4568</p>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="credit">
<h3>🖥️ Design and Developed By 🧑<a href="https://github.com/SM8UTI"> Sm8uti</a></h3>
</div>
</footer>
<!-- ----- -->
<script src="public/js/main.js"></script>
</body>
</html>