-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
520 lines (519 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="resources/images/logo.png">
<title>Le Timeless Trésor</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/flickity.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<nav class="topnav" id="myTopnav">
<div class="container">
<a href="index.html" style="padding:0; display:inline">
<img src="resources/images/logov2_white.png" alt="Logo" class="nav-logo" id="navLogo">
</a>
<a href="javascript:void(0);" style="font-size:18px;margin-top: 10px;" class="icon" onclick="displayNav()">☰</a>
<div class="nav-items">
<div class="dropdown">
<button class="dropbtn">The Resort
<i class="ti-angle-down"></i>
</button>
<div class="dropdown-content">
<a href="pages/abouts.html">About Us<i class="ti-angle-right"></i></a>
<a href="pages/accommodations.html">Accomodations<i class="ti-angle-right"></i></a>
<a href="pages/facilities.html">Facilities<i class="ti-angle-right"></i></a>
<a href="pages/services.html">Services<i class="ti-angle-right"></i></a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Dining
<i class="ti-angle-down"></i>
</button>
<div class="dropdown-content">
<a href="pages/foodandbeverage.html">The Restaurant<i class="ti-angle-right"></i></a>
<a href="pages/restaurant_reservation.html">Reservation<i class="ti-angle-right"></i></a>
<a href="pages/onlineordering.html">Ordering<i class="ti-angle-right"></i></a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Events & Promotions
<i class="ti-angle-down"></i>
</button>
<div class="dropdown-content">
<a href="pages/events.html">Events<i class="ti-angle-right"></i></a>
<a href="pages/eventreservation.html">Events Reservation<i class="ti-angle-right"></i></a>
<a href="pages/promotion.html">Promotions<i class="ti-angle-right"></i></a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gallery
<i class="ti-angle-down"></i>
</button>
<div class="dropdown-content">
<a href="pages/gallery.html">Overview<i class="ti-angle-right"></i></a>
<a href="pages/gallery360.html">360° Photos<i class="ti-angle-right"></i></a>
</div>
</div>
<a href="pages/contactus.html">Contact</a>
<a href="pages/booking.html" class="active">Book Now</a>
<div class="dropdown">
<button class="dropbtn"><img src="resources/images/user_white.png" alt="account" id="account" width="18px">
<i class="ti-angle-down"></i>
</button>
<div class="dropdown-content" style="min-width:120px">
<a href="pages/signin.html">Sign In<i class="ti-angle-right"></i></a>
<a href="pages/signup.html">Sign Up<i class="ti-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="scroll-indicator" id="indicator" onclick="scrollAction()">
<i class="ti-angle-down"></i>
</div>
<div class="book-btn" id="sideBtn" onclick="displayBookingForm()">
<p class="book-arrow"><i class="ti-angle-up"></i></p>
<p class="book-title">Book Now</p>
</div>
<div class="book-form" id="bookForm">
<h4>Le Timeless Trésor</h4>
<h2>Check Availability</h2>
<input class="chk-in input-style1" type="text" placeholder="Check in" onfocus="(this.type='date')" onblur="(this.type='text')">
<input class="chk-out input-style1" type="text" placeholder="Check out" onfocus="(this.type='date')" onblur="(this.type='text')">
<select class="room input-style2" name="adult">
<option value="">Room Type</option>
<option value="Junior Room">Junior Room</option>
<option value="Double Room">Double Room</option>
<option value="Family Suite">Family Suite</option>
<option value="Deluxe Suite">Deluxe Suite</option>
</select>
<div class="form-container" style="padding: 0px 7.5px 0px 0px">
<select class="adult input-style2" name="adult">
<option value="">Adult</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="form-container" style="padding: 0px 0px 0px 7.5px">
<select class="child input-style2" name="">
<option value="">Child</option>
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<a href="pages/booking.html" style="display:block;width:100%;padding:0"><button class="button-style1">Check Availability<i class="ti-angle-right"></i></button></a>
</div>
<script type="text/javascript" src="js/index.js"></script>
</nav>
<header class="banner" onclick="dismissBookingForm()">
<div class="layer"></div>
<video autoplay loop muted id="banner-video">
<source src="resources/media/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="container">
<div class="heading">
<span style="display: none; width: 100%;margin-bottom: 10px;">
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
</span>
<p class="section-subheading">Le Timeless Trésor</p>
<h1 class="title">True Vintage<br>Luxury</h1>
</div>
</div>
<div class="con-details">
<div class="container">
<p><a href="tel: +65 9684 4857"><i class="fa-solid fa-phone"></i> +65 9684 4857</a></p>
<p><a href="mailto: LeTimelessTresor@resort.com"><i class="fa-solid fa-envelope"></i> LeTimelessTresor@resort.com</a></p>
</div>
</div>
</header>
<section class="section1" onclick="dismissBookingForm()">
<div class="container">
<article class="reveal left">
<h4 class="section-subheading">Le Timeless Trésor</h4>
<h1 class="section-title">The vintage,<br>luxury island resort</h1>
<hr class="horizontal-line">
<p class="section-sub-title">Luxury hotel and design hotel wrapped into one. Le Timeless Trésor stands for an exclusive lifestyle and an exceptional experience of space, created by world-class architects.</p>
<a href="pages/abouts.html" class="a-style1">Learn more<i class="fa-solid fa-arrow-right"></i></a>
</article>
<aside class="reveal right">
<img src="resources/images/combined.png">
</aside>
</div>
</section>
<section class="section2" onclick="dismissBookingForm()">
<div class="wrapper reveal left">
<article>
<h4 class="section-subheading">Once in a lifetime</h4>
<h1 class="section-title">Unforgettable Escape</h1>
<hr class="horizontal-line">
<p class="section-sub-title">World Class Celebrity Chef Restaurants, Largest Casino, State Of The Art Museum ,Complex Golf Course. It Has Intimate Setting Designed, To Relax And Rejuvenate Your Senses, So That Every Moment At Le Timeless Trésor Is A Unique Memory.</p>
<a href="pages/gallery.html" class="a-style1">View our Gallery<i class="fa-solid fa-arrow-right"></i></a>
</article>
<aside>
<div class="main-carousel">
<div class="carousel-cell"><img src="resources/images/galleryimg1.jpg" alt="image"></div>
<div class="carousel-cell"><img src="resources/images/galleryimg2.jpg" alt="image"></div>
<div class="carousel-cell"><img src="resources/images/galleryimg3.jpg" alt="image"></div>
<div class="carousel-cell"><img src="resources/images/galleryimage.jpg" alt="image"></div>
<div class="carousel-cell"><img src="resources/images/galleryimg1.jpg" alt="image"></div>
</div>
</aside>
</div>
</section>
<section class="island">
<div class="layer"></div>
<div class="container">
<article class="reveal fade">
<h4 class="section-subheading">Exquisite Island</h4>
<h1 class="section-title">Le Classique Baie Island</h1>
<hr class="horizontal-line">
<p class="section-sub-title" style="margin-bottom: 0px;">Explore Le Classique Baie, a 10km Island situated 5 kilometers off the shore of Singapore</p>
<a href="pages/abouts.html#theisland" class="a-style1">Learn more<i class="fa-solid fa-arrow-right"></i></a>
</article>
</div>
</section>
<section class="section3" onclick="dismissBookingForm()">
<div class="wrapper reveal right">
<article>
<h4 class="section-subheading"><i class="fa-solid fa-cart-flatbed-suitcase"></i> World class</h4>
<h1 class="section-title">Accommodations</h1>
<hr class="horizontal-line">
<p class="section-sub-title">Our rooms are designed to transport you into an environment made for leisure and luxury. Take your mind off and find a private paradise along the beaches.</p>
<div class="room-selector">
<div class="box selected" id="1" onclick="displayRoom(this)">
<i class="fa-solid fa-bed"></i>
<p>Junior</p>
</div>
<div class="box" id="2" onclick="displayRoom(this)">
<i class="fa-solid fa-bed"></i>
<p>Family</p>
</div>
<div class="box" id="3" onclick="displayRoom(this)">
<i class="fa-solid fa-bed"></i>
<p>Deluxe</p>
</div>
<div class="box" id="4" onclick="displayRoom(this)" style="border-right: 2px solid #c4ac80">
<i class="fa-solid fa-bed"></i>
<p>Executive</p>
</div>
</div>
<a href="pages/accommodations.html" class="a-style1">Explore more rooms<i class="fa-solid fa-arrow-right"></i></a>
</article>
<aside>
<img src="resources/images/room.jpg" alt="Room" id="roomImage">
</aside>
</div>
</section>
<section class="section4" onclick="dismissBookingForm()">
<div class="wrapper reveal left">
<article>
<h4 class="section-subheading"><i class="fa-solid fa-utensils"></i> Fine dining</h4>
<h1 class="section-title">le meilleur resto</h1>
<hr class="horizontal-line">
<p style="margin-bottom: 20px;"><i class="fa-regular fa-clock"></i> opening Hours 10:00am - 9:00pm</p>
<p class="section-sub-title" style="margin-bottom: 0px;">
Enjoy the finest Dining Experience at le meilleur resto with fantastic views and savor the culinary masterpieces. Our world-renowned chef sources seafood, produce and spices from the islands to create a menu worthy of paradise.
</p>
<a href="pages/foodandbeverage.html#menu" class="a-style1" style="margin-bottom: 40px;">View Menu<i class="fa-solid fa-arrow-right"></i></a>
<a href="pages/restaurant_reservation.html" class="button-style1">Make Reservation<i class="ti-angle-right"></i></a>
</article>
<aside>
<img src="resources/images/dining.jpg" alt="image">
</aside>
</div>
</section>
<!-- <section class="section5" onclick="dismissBookingForm()">
<div class="container">
<h4 class="section-subheading"><i class="fa-solid fa-bell-concierge"></i> Top Quality</h4>
<h1 class="section-title">Facilities & Services</h1>
<hr class="horizontal-line">
<div class="grid">
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-wifi"></i>
<h4>Fiber Internet</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-dumbbell"></i>
<h4>Gym</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-hot-tub-person"></i>
<h4>Spa</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-bus-simple"></i>
<h4>Shuttle Services</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-bicycle"></i>
<h4>Bicycle</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
<div class="box reveal up">
<div class="box-content">
<i class="fa-solid fa-ferry"></i>
<h4>Ferry Service</h4>
<p>Welcome to the best five-star deluxe hotel in New York. Hotel</p>
</div>
</div>
</div>
</div>
</section> !-->
<section class="section7" onclick="dismissBookingForm()">
<div class="container">
<div class="title-container">
<h4 class="section-subheading"><i class="fa-solid fa-calendar-day"></i> Exclusive</h4>
<h1 class="section-title">Events & Promotions</h1>
<hr class="horizontal-line">
<p class="section-sub-title">Discover our latest events and promotions the resort has to offer.</p>
</div>
<div class="events-carousel">
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content1">
<div class="title">
<h4>Fantastic 4</h4>
<hr class="horizontal-line">
<p>Perfect Package for a family of 4.</p>
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content2">
<div class="title">
<h4>Dar+Ling</h4>
<hr class="horizontal-line">
<p>Perfect for Adventure Couples.</p>
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content3">
<div class="title">
<h4>Supreme Golf</h4>
<hr class="horizontal-line">
<p>The ultimate golf Package.</p>
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content4">
<div class="title">
<h4>A Day Of Relaxation</h4>
<hr class="horizontal-line">
<p>Perfect Package for a family of 4.</p>
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content5">
<div class="title">
<h4>Grand Museum tour</h4>
<hr class="horizontal-line">
<p>Perfect for Adventure Couples.</p>
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="box reveal up">
<div class="box-content6">
<div style="width: 100%;display: inline-block; margin-bottom: 10px;">
<a href="pages/promotion.html" class="a-style1" style="margin-top: 0px;">View All<i class="fa-solid fa-arrow-right"></i></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section6" onclick="dismissBookingForm()">
<div class="wrapper reveal up">
<div class="reveal right">
<img src="resources/images/golf-course.jpeg" alt="image">
<article>
<h4 class="section-subheading"><i class="fa-solid fa-golf-ball-tee"></i> Hole in one</h4>
<h1 class="section-title">Classique Golf</h1>
<hr class="horizontal-line">
<p class="section-sub-title">Our Classic Course Revels In Its Reputation As One Of The Most Difficult golf Course in the world, Due To Its Formidable Challenge, The Classique Unfolds Over Hilly Terrain. This Activity Is Only For 16 Years Old And Above.</p>
<div style="display:inline-block; width:100%">
<a href="pages/promotion.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
<a href="pages/Promotion_Golf.html" class="a-button1">Book Now</a>
</article>
</div>
<div class="reveal left">
<img src="resources/images/snorkel.png" alt="image">
<article>
<h4 class="section-subheading"><i class="fa-solid fa-water"></i> Explore the reefs</h4>
<h1 class="section-title">Reef Snorkeling</h1>
<hr class="horizontal-line">
<p class="section-sub-title">Float weightlessly among all the colorful creatures that make this beautiful reef their home. Because of its relatively shallow depth, the reef is a great dive site for divers.</p>
<div style="display:inline-block; width:100%">
<a href="pages/promotions.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="btn-container">
<a href="pages/promotions.html" class="a-button1">Book Now</a>
</div>
</article>
</div>
<div class="reveal right">
<img src="resources/images/sailing.jpg" alt="image">
<article>
<h4 class="section-subheading"><i class="fa-solid fa-wind"></i> Feel the wind</h4>
<h1 class="section-title">Wind Sailing</h1>
<hr class="horizontal-line">
<p class="section-sub-title">The sea is calling. We offer stunning day sails to pristine turquoise waters, and our concierge will also arrange unforgettable night sails accompanied by your favorite wine.</p>
<div style="display:inline-block; width:100%">
<a href="pages/promotions.html" class="a-style1">Details<i class="fa-solid fa-arrow-right"></i></a>
</div>
<a href="pages/promotions.html" class="a-button1">Book Now</a>
</article>
</div>
</div>
</section>
<section class="section8" onclick="dismissBookingForm()">
<div class="layer" style="opacity:0.5"></div>
<div class="container">
<h4 class="section-subheading">Guest</h4>
<h1 class="section-title" style="margin-bottom: 20px;">Testimonials</h1>
<div class="review-carousel">
<div class="carousel-cell">
<p class="section-sub-title">Welcome to the best five-star deluxe hotel in New York. Hotel Welcome to the best five-star deluxe hotel in New York. Donec In Quis The Pellentesque Velit.</p>
</div>
<div class="carousel-cell">
<p class="section-sub-title">Welcome to the best five-star deluxe hotel in New York. Hotel Welcome to the best five-star deluxe hotel in New York. Donec In Quis The Pellentesque Velit.</p>
</div>
<div class="carousel-cell">
<p class="section-sub-title">Welcome to the best five-star deluxe hotel in New York. hotelWelcome to the best five-star deluxe hotel in New York. Donec In Quis The Pellentesque Velit.</p>
</div>
<div class="carousel-cell">
<p class="section-sub-title">Welcome to the best five-star deluxe hotel in New York. Hotel Welcome to the best five-star deluxe hotel in New York. Donec In Quis The Pellentesque Velit.</p>
</div>
<div class="carousel-cell">
<p class="section-sub-title">Welcome to the best five-star deluxe hotel in New York. Hotel Welcome to the best five-star deluxe hotel in New York. Donec In Quis The Pellentesque Velit.</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<section>
<div class="box">
<img src="resources/images/logov2_black.png">
</div>
<div class="box">
<p>Turquoise waters lap at white-sand shores. Towering palms rustle overhead. Welcome to Le Timeless Trésor.</p>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
</div>
<div class="box newsletter">
<h3>Join Newsletter</h3>
<input type="text" placeholder="email">
<button><i class="fa-solid fa-arrow-right"></i></button>
</div>
</section>
<section>
<div class="box">
<h3>The Resort</h3>
<a href="pages/abouts.html">Overview<i class="ti-angle-right"></i></a>
<a href="pages/accommodations.html">Accomodations<i class="ti-angle-right"></i></a>
<a href="pages/facilities.html">Facilities<i class="ti-angle-right"></i></a>
<a href="pages/services.html">Services<i class="ti-angle-right"></i></a>
<a href="pages/foodandbeverage.html">Dining<i class="ti-angle-right"></i></a>
<a href="pages/gallery.html">Gallery<i class="ti-angle-right"></i></a>
<a href="pages/contactus.html">Contact Us<i class="ti-angle-right"></i></a>
<a href="pages/eventdetail.html">Events<i class="ti-angle-right"></i></a>
<a href="pages/promotion.html">Promotions<i class="ti-angle-right"></i></a>
</div>
<div class="box">
<h3>My Account</h3>
<a href="pages/signin.html">Log in<i class="ti-angle-right"></i></a>
<a href="pages/signup.html">Sign up<i class="ti-angle-right"></i></a>
</div>
</section>
<section>
<div class="box">
<i class="fas fa-envelope"></i>
<h3>Email</h3>
<p>LeTimelessTresor@resort.com</p>
</div>
<div class="box">
<i class="fas fa-clock"></i>
<h3>Hotline Hours</h3>
<p>08:00am to 08:00pm</p>
</div>
<div class="box">
<i class="fas fa-map-marker-alt"></i>
<h3>Location</h3>
<p>La Baie Classique, Singapore</p>
</div>
<div class="box">
<i class="fas fa-phone"></i>
<h3>Contact</h3>
<p>+65-9999</p>
</div>
</section>
<hr>
</div>
<section style="width:100%; background-color: #222">
<div class="container" style="padding: 10px;">
<div class="tc">
<a href="pages/termsandcondition.html">Terms & Conditions</a> |
<a href="pages/privacy.html">Privacy Policy</a>
</div>
<div style="width:100%; padding: 20px; text-align: center">
<p>Copyright 2022 © Le Timeless Tresor | All right reserved.</p>
</div>
</div>
</section>
</footer>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/index.js"></script>
<script src="js/main.js"></script>
</body>
</html>