generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
429 lines (398 loc) · 15.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description"
content="Nordic Glamping helps you finding the best locations for your luxury holidays in the Nordic forest.">
<meta name="keywords" content="travel agency, luxury holidays, glamping, nordic, scandinavia">
<meta name="author" content="Katia De Bon">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<title>Nordic Glamping</title>
<script src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<!--EmailJS-->
<script src="https://cdn.jsdelivr.net/npm/emailjs-com@2.3.2/dist/email.min.js"></script>
<script>
(function () {
emailjs.init("user_hUGIJjuWYyLN3mFsmUCVk");
})();
</script>
</head>
<body>
<!--Menu -->
<div class="menu-expanded" id="menu-expanded">
<div class="menu-links">
<ul>
<li><a href="#information-section" class="link-item">Glamping</a></li>
<li><a href="#map-section" class="link-item">Locations</a></li>
<li><a href="#recommended-section" class="link-item">About us</a></li>
<li><a href="#contact-section" class="link-item">Contact</a></li>
<li><i class="fa fa-times close-icon link-item"></i></li>
</ul>
</div>
</div>
<!--Menu for smaller screens up to large screen-->
<nav class="navbar navbar-custom-small d-xl-none">
<!--code for dots taken from tutorial at https://www.w3schools.com/howto/howto_css_circles.asp-->
<div id="dots-container">
<a href="#menu-expanded">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</a>
</div>
</nav>
<!--Menu for larger screens-->
<nav class="navbar navbar-custom d-none d-xl-block">
<a class="nav-link" href="#menu-expanded" id="navbarMenuLink">
Menu
</a>
</nav>
<!--Landing page-->
<div id="landingPage">
<video playsinline autoplay muted loop id="videoBackground">
<source src="assets/video/forest.mp4" type="video/mp4" />
</video>
<div class="overlay">
<div id="homePageText">
<h1 class="websiteName title">Nordic Glamping</h1>
<h3 class="websiteName subtitle">
<a href="#information-section" class="websiteName subtitle">-explore the silence-</a>
</h3>
</div>
</div>
</div>
<!--Information area-->
<section class="section-area" id="information-section">
<h2 class="heading-title fadeIn">Glam and camping</h2>
<div class="container-fluid">
<div class="row section-row">
<div class="col-sm-12 col-lg-6 section-column">
<div class="article-column">
<p class="text-section fadeIn">
Escape the city and connect with your inner soul in the heart of
the Scandinavian nature.<br />
Enjoy the sound of water, wind and bonefires alone with yourself
or with your loved ones.<br /><br />
Add the comfort of a 5-stars hotel with the experience of a
camping.<br />
We will provide all those small details that will take your
glamping to a next level:<br /><br />
hot bath tubs, <br />amazing food prepared for you by a
professional chef with local ingredients, <br />sauna, clean
towels every day, <br />and a private land where no one else can
access:<br />
only you.
</p>
</div>
</div>
<div class="col-sm-12 col-lg-6 section-column">
<div class="image-container">
<img
src="assets/images/cabin.jpg"
alt="arctic dome in Rannalla, Finland"
class="image-section fadeIn"
/>
</div>
</div>
</div>
<a href="#map-section" class="fa fa-chevron-down icon-scroll"></a>
</div>
</section>
<!--Map area-->
<section class="section-area" id="map-section">
<h2 class="heading-title fadeIn">Our locations</h2>
<div class="container-fluid">
<div class="row section-row">
<div class="col-sm-12 col-lg-8 section-column">
<div id="map" class="fadeIn"></div>
</div>
<div class="col-sm-12 col-lg-4 section-column">
<div class="article-column">
<p class="text-section fadeIn">
We have some amazing locations in the Scandinavian area where
you can book your exclusive glamping holidays.<br />
Click on the map and have a look at those amazing places.<br />
<br />
If you are looking for a extra luxury experience 100% tailored
on you, please contact us and we will be pleased to plan
something really special for your holidays.
</p>
</div>
</div>
</div>
<a href="#recommended-section" class="fa fa-chevron-down icon-scroll"></a>
</div>
</section>
<!--About section / Recommended by-->
<section class="section-area" id="recommended-section">
<h2 class="heading-title fadeIn">About us</h2>
<div class="container-fluid">
<div class="row section-row recommended-row">
<div class="col-sm-12 col-lg-4 section-column">
<div class="article-column">
<p class="text-section fadeIn">
Since 2010 we have been working with<br />
Luxury Hospitality.<br />
We appeared on some of the major magazines and websites<br />
dedicates to latest trends and exclusivness:<br />
Elite, Forbes, Luxos,<br />
Luxury Travel Magazine, Vogue, and Wall Street Journal.
</p>
</div>
</div>
<div class="col-sm-12 col-lg-8 section-column fadeIn">
<div class="row">
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/elite.jpg"
alt="Elite logo"
class="image-recommended"
/>
</div>
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/forbes.png"
alt="Forbes logo"
class="image-recommended"
/>
</div>
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/luxos.png"
alt="Luxos logo"
class="image-recommended"
/>
</div>
</div>
</div>
</div>
<div class="row section-row recommended-row recommended-row-small-screen">
<div class="col-sm-12 col-lg-8 section-column fadeIn">
<div class="row">
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/luxury.jpg"
alt="Luxury Travel Magazine logo"
class="image-recommended"
/>
</div>
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/vogue.jpg"
alt="Vogue logo"
class="image-recommended"
/>
</div>
<div class="col-sm-12 col-md-4 logo-small-screen">
<img
src="assets/images/logo/wallstreet.png"
alt="Wallstreet Journal logo"
class="image-recommended"
/>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-4 section-column">
<div class="article-column">
<p class="text-section fadeIn">
Our customized journeys are created to last a lifetime.<br />
Nordic Glamping will accomplish your goals and exceed your
expectations.<br />
Our team is always part of your journey, assuring you
well-crafted, personalized experiences.
</p>
</div>
</div>
</div>
<a href="#contact-section" class="fa fa-chevron-down icon-scroll"></a>
</div>
</section>
<!--Contact-->
<section class="section-area" id="contact-section">
<h2 class="heading-title fadeIn">Contact us</h2>
<div class="container-fluid">
<div class="row section-row">
<div class="col-12">
<p class="text-section fadeIn">
For a tailored experience and the highest level of luxury, please
contact us.<br />
We will plan a special holiday only for you, according to your
desires.
</p>
</div>
</div>
<div class="row section-row">
<div class="col-sm-12 col-md-6 d-block section-column form-column">
<form class="contact-form fadeIn" name="contactForm" method="POST" action="?"
onsubmit="return sendEmail(this);">
<div class="form-group">
<label for="name">* Name</label>
<input
required
type="text"
name="fName"
class="form-control name"
id="name"
aria-describedby="name"
placeholder="Name"
onchange="nameValidation(this)"
/>
</div>
<div class="form-group">
<label for="surname">* Surname</label>
<input
required
type="text"
name="lName"
class="form-control name"
id="surname"
aria-describedby="surname"
placeholder="Surname"
onchange="surnameValidation(this)"
/>
</div>
<div class="form-group">
<label for="email">* E-mail</label>
<input
required
type="email"
name="email"
class="form-control"
id="email"
aria-describedby="email"
placeholder="name@email.com"
onchange="emailValidation(this)"
/>
</div>
<div class="form-group">
<label for="phone">Phone</label>
<input
type="tel"
name="phone"
class="form-control"
id="phone"
aria-describedby="phone"
placeholder="Phone number"
onchange="phoneValidation(this)"
/>
</div>
<div class="form-group">
<label for="message">* Your dream holiday:</label>
<textarea
required
name="message"
class="form-control"
id="message"
rows="10"
placeholder="Write your message (at least 40 char)"
onchange="messageValidation(this)"
></textarea>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="chef" id="chef" name="chef">
<label class="form-check-label" for="chef">
Select this box if you need a private chef.
</label>
</div>
</div>
<small>* Fields are required
<br>
We'll never share your details with anyone else.</small>
<button
type="submit"
class="btn btn-light btn-block submit"
id="submit"
value="Send"
>
Submit
</button>
</form>
<div>
<p id="successfully-submitted"> Thank you for submitting. We will take care of you as soon as
possible.
</p>
</div>
</div>
<div class="col-sm-12 col-md-6 d-block section-column">
<div class="card fadeIn">
<figure>
<img
src="assets/images/team.jpg"
alt="Nordic Glamping team at the office"
class="image-section"
/>
</figure>
<div class="card-body">
<h5 class="title footer-title">Nordic Glamping</h5>
<p class="text-section">
Our team is here to make your nordic luxury dreams come
true.<br />The highest professionality at your service.
<br />
You can find us at:
</p>
<address class="address">
Nicest Road 1A, Knivsta, Sweden
</address>
<a href="tel:000-123-45-67"
class="fa fa-phone icon"><span class="link-section">Phone: 000-123-45-67</span></a><br />
<a href="mailto:info@nordicglamping.se" class="fa fa-envelope-open icon"><span class="link-section"
>E-mail: info@nordicglamping.se</span></a>
</div>
</div>
</div>
</div>
<a href="#information-section" class="fa fa-chevron-up icon-scroll icon-last"></a>
</div>
</section>
<!--Footer-->
<footer class="section-area" id="footer">
<div>
<h5 class="title footer-title">Nordic Glamping</h5>
<p class="text-section footer-text">
Connect with us:
<a href="https://www.facebook.com/" class="fa fa-facebook-f social" target="_blank" rel="noopener"></a>
<a href="https://www.instagram.com/" class="fa fa-instagram social" target="_blank" rel="noopener"></a>
<a href="https://www.youtube.com/" class="fa fa-youtube social" target="_blank" rel="noopener"></a>
<a href="https://www.twitter.com/" class="fa fa-twitter social" target="_blank" rel="noopener"></a>
</p>
<address class="address">Nicest Road 1A, Knivsta, Sweden</address>
<a href="tel:000-123-45-67" class="fa fa-phone icon"><span class="link-section"> Phone</span></a>
<a href="mailto:info@nordicglamping.se"
class="fa fa-envelope-open icon"><span class="link-section"> E-mail</span></a>
<br />
<small>©KatiaDB2020</small>
</div>
</footer>
<!--Scripts-->
<!-- Load scripts-->
<!-- Load Jquery script-->
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg=="
crossorigin="anonymous"></script>
<!-- Load custom scripts-->
<script src="assets/js/map.js"></script>
<script async src="assets/js/menu.js"></script>
<script async src="assets/js/animation.js"></script>
<script async src="assets/js/validation/nameValidation.js"></script>
<script async src="assets/js/validation/surnameValidation.js"></script>
<script async src="assets/js/validation/emailValidation.js"></script>
<script async src="assets/js/validation/phoneValidation.js"></script>
<script async src="assets/js/validation/messageValidation.js"></script>
<script async src="assets/js/sendEmail.js"></script>
<!-- Load Google Maps API script-->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDgCbJ3jwxFficfWpQdVOT3S3mgGK9dgU0&callback=initMap">
</script>
</body>
</html>