-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
610 lines (609 loc) · 25 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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title data-txt="title">Lake Park Resort</title>
<link
rel="icon"
href="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938355/icons/favicon_a4dxtr.png"
type="image/x-icon"
/>
<link rel="stylesheet" type="text/css" href="./sources/css/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!--Lato, Montserrat,Open Sans. Ar: El-Messiri, Tajawal - Lateef - Amiri-->
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=El+Messiri:[email protected]&family=Tajawal:wght@400;700&family=Lateef&family=Amiri:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header id="header-wrapper">
<div class="bar" id="header">
<img
id="logo"
alt="the logo of lake park resort"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937608/images/logo_egdh3w.png"
/>
<nav>
<ul class="nav-menu">
<li class="button current">
<a href="#home" data-txt="home">Home</a>
</li>
<li class="button"><a href="#book" data-txt="book">Book</a></li>
<li class="button">
<a href="#explore" data-txt="explore">Explore</a>
</li>
<li class="button"><a href="#reach" data-txt="reach">Reach</a></li>
</ul>
</nav>
<div id="display-language">
<!--through different pages-->
<ul>
<li class="button current"><a href="#" lang="en">En</a></li>
<li class="button">
<a lang="ar" href="#">عربي</a>
</li>
</ul>
</div>
<div id="hamburger-button" title="open the navigation menu">
<img
alt="hamburger button icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937780/icons/header/menu_d1ub2e.png"
/>
</div>
<div id="close-button" title="close">
<img
alt="close button icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937779/icons/header/close_p06cs8.png"
/>
</div>
</div>
<nav id="dropdown-container">
<div id="arrow"></div>
<ul id="dropdown-nav">
<li class="button current">
<a href="#home" data-txt="home">Home</a>
</li>
<li class="button"><a href="#book" data-txt="book">Book</a></li>
<li class="button">
<a href="#explore" data-txt="explore">Explore</a>
</li>
<li class="button"><a href="#reach" data-txt="reach">Reach</a></li>
</ul>
</nav>
</header>
<div id="overlay"></div>
<main>
<div id="home">
<section id="first-container" class="container">
<h1 data-txt="home0c10h">Welcome to Lake Park Resort</h1>
<p data-txt="home0c10p">
Immerse yourself in the tranquility of nature at one of our villas,
nestled in the heart of Sapanca, Sakarya.
</p>
<div class="button call-to-action">
<a href="#book" data-txt="home0c10b">Book Now</a>
</div>
</section>
</div>
<div id="up-button">
<a href="#first-container"
><img
alt="up button icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938277/icons/up-arrow_j9n5w0.png"
/></a>
</div>
<!--2nd part of home - separated to allow the up-button without more js -->
<div id="home-rest">
<section class="container plain-container">
<h2 data-txt="home0c20h">Luxury Accommodations</h2>
<p data-txt="home0c20p">
Our resort offers a unique blend of serenity, comfort, and luxury,
making it a perfect getaway for those seeking a retreat from the
hustle and bustle of city life. <br />
Our accommodations are designed with your comfort in mind. Each room
offers a panoramic view of the lake, ensuring that you wake up to
the sight of sparkling waters every morning. With modern amenities
and luxurious furnishings, we guarantee a stay that is as
comfortable as it is memorable.
</p>
<div class="button call-to-action">
<a href="#explore" data-txt="home0c20b">Discover Stay</a>
</div>
</section>
<section class="container">
<h2 data-txt="home0c30h">Unparalleled Beauty</h2>
<p data-txt="home0c30p">
Located near the Masukiye Waterfall and on the banks of the
beautiful Sapanca Lake, our resort offers breathtaking views and a
myriad of outdoor activities. Lake Park Resort is your ideal
destination.
</p>
<div class="button call-to-action">
<a href="#book" data-txt="home0c30b">Reach Us</a>
</div>
</section>
<section class="container plain-container">
<h2 data-txt="home0c40h">A Memorable Stay Awaits</h2>
<p data-txt="home0c40p">
At Lake Park Resort, we strive to provide our guests with a
memorable stay. With our top-notch facilities, exceptional service,
and stunning location, we promise a getaway that you’ll cherish for
a lifetime.
<br />Book your stay with us today and experience the best of
Sapanca Sakarya.
</p>
<div class="button call-to-action">
<a href="#book" data-txt="home0c40b">Reserve Today</a>
</div>
</section>
</div>
<div id="book">
<div id="video-container">
<video id="video" autoplay loop muted>
<source
src="https://res.cloudinary.com/dhhfikgdp/video/upload/v1715937669/videos/background_mjkukh.mp4"
type="video/mp4"
/>
</video>
</div>
<form method="get" id="search-bar-form">
<div id="search-bar-container">
<div>
<div id="search-bar">
<div id="start-date">
<label for="check-in" data-txt="check0in">Check-In</label>
<input type="date" name="check-in" id="check-in" required />
</div>
<div id="end-date">
<label for="check-out" data-txt="check0out">Check-Out</label>
<input type="date" name="check-out" id="check-out" required />
</div>
<div id="villas-number">
<label for="villas" data-txt="villas0number"
>Villas to Book</label
>
<input
type="number"
id="villas"
name="villas"
min="0"
max="9"
/>
</div>
<button type="submit" id="search-icon">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937770/icons/search_ol0kkk.png"
alt="search icon"
/>
</button>
</div>
</div>
</div>
</form>
<div id="search-result">
<p data-txt="search0result0p1">
<strong>Great News!</strong> We have found
<span id="available-villas">3</span> available villas for your
stay!<br />
Your dream vacation is just a click away. Here's a quick overview of
the pricing and booking details:
</p>
<table>
<tbody>
<tr>
<td data-txt="check0in">Check-In</td>
<td>20th of December, 2022</td>
</tr>
<tr>
<td data-txt="check0out">Check-Out</td>
<td>30th of December, 2022</td>
</tr>
<tr>
<td data-txt="total0days">Total Days</td>
<td>10</td>
</tr>
<tr>
<td data-txt="villas0number">Number of Villas</td>
<td>10</td>
</tr>
<tr>
<td data-txt="daily0price">Daily Price per Villa</td>
<td>$200</td>
</tr>
<tr>
<td data-txt="total0price">Total Price</td>
<td>$1600</td>
</tr>
</tbody>
</table>
<p data-txt="search0result0p2">
But wait, there’s more! We’re excited to offer you a
<span>special discount.</span> That’s a deal you don’t want to miss!
</p>
<table>
<tbody>
<tr>
<td data-txt="discount0price">Total Price after Discount</td>
<td>900$</td>
</tr>
</tbody>
</table>
<p data-txt="search0result0p3">
Don’t wait too long, these villas won’t be available for long. Catch
this offer and fill out the booking form now to secure your dream
holiday stay. We’re looking forward to welcoming you!
</p>
<button data-txt="search0result0b1">Complete Your Booking Now</button>
</div>
</div>
<div id="explore">
<section>
<article class="container plain-container">
<h2 data-txt="article10h">
Lake Park Resort –<br />
Your Serene Escape in Sapanca Sakarya
</h2>
<p data-txt="article10p">
<br />Nestled in the heart of Sapanca Sakarya, Lake Park Resort is
a hidden gem that offers an exclusive retreat from the hustle and
bustle of daily life. Our resort boasts 12 elegantly furnished
villas, each complete with its own
<strong>private swimming pool.</strong> Each villa is also
equipped with <strong>4 rooms and two showers</strong>, ensuring a
tranquil and intimate experience for all our guests.<br /><br />
<em>Luxury Meets Nature</em><br />
At Lake Park Resort, we believe in providing an experience that
combines the comfort of luxury with the serenity of nature. Our
villas are designed to blend seamlessly with the surrounding
landscape, offering breathtaking views and a peaceful environment.
Whether you’re looking to relax by the pool or explore the natural
beauty of Sapanca, our resort is the perfect base for all your
adventures.<br /><br />
<em>Amenities Tailored to Your Comfort</em><br />
Each villa at <abbr title="Lake Park Resort">LPR</abbr> is
equipped with modern amenities and services to cater to your every
need. From daily housekeeping to room service, we ensure that your
stay is as comfortable and hassle-free as possible. Our dedicated
staff is always on hand to provide personalized service, whether
it’s arranging a special dinner or guiding you to local
attractions.
</p>
</article>
</section>
<section>
<article class="container plain-container">
<h2 data-txt="article2h">Experience Sapanca Like Never Before</h2>
<p data-txt="article2p">
Lake Park Resort is ideally located near Sapanca Lake Park and
Ormanya Wildlife Park, offering guests the opportunity to immerse
themselves in the area’s natural splendor. Take a leisurely stroll
by the lake, or spend the day exploring the wildlife park – the
choice is yours.<br /><br />
<em>Your Home Away From Home</em><br />
We understand that privacy and comfort are paramount when you’re
on vacation. That’s why our villas are designed to offer you the
feel of a home away from home, with the added luxury of hotel-like
services. The daily rental system provides the flexibility to make
Lake Park Resort your own, even if it’s just for a day.<br /><br />
<em>Join Us for an Unforgettable Stay</em><br />
Lake Park Resort invites you to experience the ultimate in
relaxation and comfort. Book your villa today and discover why our
guests return year after year for their perfect getaway. We look
forward to welcoming you to your new favorite escape.
</p>
</article>
</section>
<div lang="en" dir="ltr" id="image-gallery">
<div id="main-photo">
<div id="swipe">
<div class="swipe left">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937767/icons/gallery/swipeL_rpbt5j.png"
alt="swipe left"
/>
</div>
<div class="swipe right">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937768/icons/gallery/swipeR_gb1yg6.png"
alt="swipe left"
/>
</div>
</div>
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937572/images/gallery/photo2_ui9snp.jpg"
alt="photos of the resort"
/>
</div>
<div id="progress-bar">
<div class="step"></div>
<div class="step current-step"></div>
<div class="step"></div>
</div>
<div id="other-imgs">
<div class="other-img-wrapper">
<div class="other-img" id="previous-img">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937573/images/gallery/photo1_pnavkp.jpg"
alt="photos of the resort"
/>
</div>
<button class="gallery-btn" id="btn-left">«</button>
</div>
<div class="other-img-wrapper">
<div class="other-img" id="current-img">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937572/images/gallery/photo2_ui9snp.jpg"
alt="photos of the resort"
/>
</div>
</div>
<div class="other-img-wrapper">
<div class="other-img" id="next-img">
<img
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715937573/images/gallery/photo3_bmi1av.jpg"
alt="photos of the resort"
/>
</div>
<button class="gallery-btn" id="btn-right">»</button>
</div>
</div>
</div>
</div>
<div id="reach">
<section>
<div class="parent-grid">
<div class="container plain-container" id="reach-container">
<h2 data-txt="reach0h1">Reach Us at Lake Park Resort</h2>
<p data-txt="reach0p1">
Lake Park Resort is your perfect getaway nestled in the heart of
nature. We’re conveniently located in Rüstempasa, Adiyaman Sk No
33/1, Sapanca, Sakarya, Turkey.
</p>
<h3 data-txt="reach0h22">By Car 🚗</h3>
<p data-txt="reach0p2">
Our resort is well-connected by roads. You can use any popular
GPS service to navigate to our location. Just type in “Lake Park
Resort, Sapanca” and you’ll be on your way!
</p>
<h3 data-txt="reach0h23">By Train 🚆</h3>
<p data-txt="reach0p3">
The nearest railway station is
<span
><a
href="https://railturkey.org/travel/stations/arifiye/"
target="_blank"
>Arifiye</a
></span
>, which is just 6 km away from the resort. From there, you can
take a taxi or use local transportation services to reach us.
</p>
<h3 data-txt="reach0h24">By Air ✈</h3>
<p data-txt="reach0p4">
The closest airport is
<span
><a
href="https://www.sabihagokcen.aero/passengers-and-visitors/transport-and-parking/transportation/easy-access-to-sakarya"
target="_blank"
>Sabiha Gökçen International Airport - SAW</a
></span
>. It’s about a 90-minute drive from the resort. Taxis and
shuttle services are available from the airport.
</p>
<h3 data-txt="reach0h25">Map 🗺</h3>
<p data-txt="reach0p5">
To help you find us easily, we’ve included a map snippet below.
This will give you a visual understanding of our location and
the surrounding area.
</p>
</div>
</div>
</section>
<section id="contact-form-container">
<form id="contact-form" action="#" method="post">
<h2 data-txt="form0h">Contact Form</h2>
<p data-txt="form0p">
If you have any questions or need assistance in planning your
journey, feel free to fill out the contact form below. Our team is
always here to help you!
</p>
<div class="firstname">
<label for="firstname" data-txt="form0l1"
><abbr title="required">* </abbr>First Name</label
>
<input
type="text"
name="firstname"
id="firstname"
placeholder="Only letters and -"
required
minlength="3"
maxlength="30"
pattern="[A-Za-z\- ]{3,30}"
/>
</div>
<div class="lastname">
<label for="lastname" data-txt="form0l2">Last Name</label>
<input
type="text"
name="lastname"
id="lastname"
placeholder="Only letters and -"
minlength="3"
maxlength="30"
pattern="[A-Za-z\- ]{3,30}"
/>
</div>
<div class="email">
<label for="email" data-txt="form0l3"
><abbr title="required">* </abbr>Email</label
>
<input
type="email"
name="email"
id="email"
placeholder="[email protected]"
required
/>
</div>
<div class="phone">
<label for="phone-number" data-txt="form0l4">Phone Number</label>
<input
type="tel"
name="phone-number"
id="phone-number"
placeholder="Only numbers, +, -"
pattern="[0-9\-+ ]{6,15}"
/>
</div>
<div class="preferred">
<label data-txt="form0l5"
><abbr title="required">* </abbr>Preferred Contact Method</label
>
<div>
<div>
<input
type="radio"
id="p-email"
name="preferred"
value="email"
required
/>
<label for="p-email" data-txt="form0l6">Email</label>
</div>
<div>
<input
type="radio"
id="p-phone"
name="preferred"
value="phone"
/>
<label for="p-phone" data-txt="form0l7">Phone</label>
</div>
</div>
</div>
<div class="subject">
<label for="subject" data-txt="form0l8">Subject</label>
<input
type="text"
name="subject"
id="subject"
placeholder="Enter the subject, maximum of a 100 characters"
pattern=".{3,100}"
/>
</div>
<div class="message">
<label for="message" data-txt="form0l9"
><abbr title="required">* </abbr>Message</label
>
<textarea
name="message"
id="message"
placeholder="Enter your message here"
required
rows="5"
minlength="10"
maxlength="5000"
></textarea>
</div>
<div class="submit button">
<button type="submit" data-txt="form0b">Submit</button>
</div>
</form>
</section>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d4871.787716250545!2d4.8040442!3d52.3723446!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14ccaf05e0f6254f%3A0x61e652d204a9cdc8!2spark%20lake%20resort!5e0!3m2!1sen!2snl!4v1715724827802!5m2!1sen!2snl"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<!--<section id="pop-up">
<div>
<h3>General Information</h3>
</div>
</section>-->
</main>
<footer class="bar" id="footer">
<div class="bar">
<div id="contact">
<address id="address">
<img
alt="address icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938098/icons/footer/1location_dlewye.png"
/>
<a
lang="en"
dir="ltr"
href="https://maps.app.goo.gl/Cmrhqrokq8TGugCg6"
>
Rustempasa, Adiyaman Sk. No:33/1<br />
54600 Sapanca, Sakarya, Turkey
</a>
</address>
<div id="phone">
<img
alt="phone icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938100/icons/footer/2phone-receiver-silhouette_bc0fzw.png"
/><a lang="en" dir="ltr" href="tel:+905374507515"
>+90 537 450 7515</a
>
</div>
</div>
<div id="social-media">
<a href="https://www.instagram.com/lake._park/" target="_blank"
><img
alt="instagram icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938101/icons/footer/3instagram_oduuvx.png"
/></a>
<a href="https://www.threads.net/@lake._park" target="_blank"
><img
alt="threads icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938103/icons/footer/4threads_aowcmp.png"
/></a>
<a href="https://www.facebook.com/" target="_blank"
><img
alt="facebook icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938105/icons/footer/5facebook_ifrxq8.png"
/></a>
<a href="https://wa.me/+31687862371" target="_blank"
><img
alt="whatsapp icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938106/icons/footer/6whatsapp_eufwj2.png"
/></a>
<a href="[email protected]" target="_blank"
><img
alt="email icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938107/icons/footer/7gmail_oj2tfz.png"
/></a>
<a href="https://twitter.com/" target="_blank"
><img
alt="twitter icon"
src="https://res.cloudinary.com/dhhfikgdp/image/upload/v1715938109/icons/footer/8twitter_z7wix2.png"
/></a>
</div>
<nav>
<ul class="nav-menu">
<li class="button current">
<a href="#home" data-txt="home">Home</a>
</li>
<li class="button"><a href="#book" data-txt="book">Book</a></li>
<li class="button">
<a href="#explore" data-txt="explore">Explore</a>
</li>
<li class="button"><a href="#reach" data-txt="reach">Reach</a></li>
</ul>
</nav>
</div>
<div id="notice">
<p data-txt="notice0p1">© 2024 MTSM. All rights reserved.</p>
<p data-txt="notice0p2">
This is a mockup website for demonstration purposes only.
</p>
</div>
</footer>
<script type="module" src="./sources/js/main.js"></script>
</body>
</html>