-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexold0.html
475 lines (402 loc) · 21.1 KB
/
indexold0.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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="icon" type="image/png" href="hrlogo.png" sizes="16x16">
<title>Spring Ruin | Home </title>
</head>
<body>
<div>
<!--Navigation-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light p-md-1">
<div class="container bg-white rounded mt-3">
<div>
<a class="navbar-brand p-0" href="index.html"><img class ="img-logo w-100 m-2 ps-2" src="img/logo.svg" alt="Haru~Ruin Spring Resort Logo" height="50px"></img></a>
</div>
<button class="navbar-toggler nav-toggle bg-transparent" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse ms-5" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="accommodation.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="accommodation.html">Accommodation</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="rates.html">Rates </a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="location.html">Location</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="FAQ.html">FAQ</a>
</li>
</ul>
</div>
<div class="navbar-nav">
<Button class="btn btn-danger text-white fw-bold px-2 py-2 me-3" onclick="document.location='contact.html'">Reservation</Button>
</div>
</div>
</nav>
</div>
<!-- Banner Image -->
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/1 (1).jpg" class="d-block w-100" alt="...">
<div class="title-banner carousel-caption top-0 mt-2">
<p class="slide-down display-4 fw-bold text-capitalize text-start">Unwind in Bicol's business-leisure hub at our world-class resort </p>
<br><br>
<p class="slide-right fw-small fs-5 text-capitalize text-start">Experience luxurious accommodations, exceptional service, and unparalleled convenience.</p>
<div class="slide-down ">
<div class="card-video m-0 text-start d-flex ps-3">
<button id="play-video" class="video-play-button" onclick="window.location.href = 'contact.html';">
<span></span>
<div class="ms-5 ps-4 fw-small fs-5 text-capitalize text-start"> <p class="slide-right fw-small fs-5 text-capitalize text-white text-start">Watch</p></div>
</button>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<img src="img/1 (3).jpg" class="d-block w-100" alt="...">
<div class="title-banner carousel-caption top-0 mt-2">
<p class="slide-down display-4 fw-bold text-capitalize text-start">Mayon attraction here: come for the volcano, stay for the views! </p>
<br><br>
<p class="slide-right fw-small fs-5 text-capitalize text-start">Experience nature's grandeur at our resort with stunning vistas of Mayon Volcano.</p>
<div class="slide-down ">
<div class="card-video m-0 text-start d-flex ps-3">
<button id="play-video" class="video-play-button" onclick="window.location.href = 'contact.html';">
<span></span>
<div class="ms-5 ps-4 fw-small fs-5 text-capitalize text-start"> <p class="slide-right fw-small fs-5 text-capitalize text-white text-start">Watch</p></div>
</button>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<img src="img/1 (2).jpg" class="d-block w-100" alt="...">
<div class="title-banner carousel-caption top-0 mt-2">
<p class="slide-down display-4 fw-bold text-capitalize text-start">Affordable luxury awaits at our resort with top-notch service! </p>
<br><br>
<p class="slide-right fw-small fs-5 text-capitalize text-start">Indulge in a memorable vacation with our exceptional service and affordable prices that won't hurt your wallet.</p>
<div class="slide-down ">
<div class="card-video m-0 text-start d-flex ps-3">
<button id="play-video" class="video-play-button" onclick="window.location.href = 'contact.html';">
<span></span>
<div class="ms-5 ps-4 fw-small fs-5 text-capitalize text-start"> <p class="slide-right fw-small fs-5 text-capitalize text-white text-start">Watch</p></div>
</button>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Main Content Area -->
<div class="container my-5 gap-5">
<div class="container bg-white ">
<div class=" row mb-4">
<div class="col-lg-6 col-md-12 col-sm-12 d-flex">
<div class="col d-flex about-about">
<div class="container ">
<!-- <h6>Spring Ruin </h6> -->
<label for="title-banner" class="text-white">Spring Ruin</label>
<p> Haru~Ruin Springs is the hidden farm Resort, located in municipal of Guinobatan barangay Muladbucad Guinobatan, Albay. We pride ourselves in the various amenities we offer and in the cleanliness, comfort, and security of our resorts.
</p>
<button type="button" class="btn btn-outline-light btn-about"> Read More</button>
</div>
</div>
<div class="col d-flex about-info ">
<div class="container">
<!-- <h6>Resort Info</h6> -->
<label for="title-banner" class="text-white ">Resort Info</label>
<div class="d-flex justify-content-between">
<span>Day Time</span>
<span> 6:00 - 18:00</span>
</div>
<hr class="my-3">
<div class="d-flex justify-content-between">
<span>Night Time</span>
<span> 18:00 - 6:00</span>
</div>
<label for="title-banner" class="text-white mt-4">Dinner Buffet</label>
<hr class="my-3">
<div class="d-flex justify-content-between">
<span>Night Time</span>
<span> 18:00 - 6:00</span>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 mt-5">
<div class="row text-center d-flex">
<div class="col px-4" >
<label for="checkin">Check-in</label>
<input type="date" class="form-control" name="checkin" id="checkin">
</div>
<span class="align-items-center mt-3" style="border-right: 1px solid #333; height: 50%;"></span>
<div class="col px-4">
<label for="checkout">Check-out </label>
<input type="date" class="form-control" name="checkout" id="checkout">
</div>
<span class="align-items-center mt-3" style="border-right: 1px solid #333; height: 50%;"></span>
<div class="col px-4" >
<label for="checkin">Guests</label>
<select class="form-select" aria-label="Default select example">
<option selected>1</option>
<option value="1">2</option>
<option value="2">3</option>
<option value="3">4</option>
<option value="3">5-10</option>
</select>
</div>
<span class="align-items-center mt-3" style="border-right: 1px solid #333; height: 50%;"></span>
<div class="col px-4">
<button type="button" class="btn check-availability px-2">Check Availability</button>
</div>
</div>
</div>
</div>
</div>
<br>
<!--Amenities--->
<section class="accommodations mt-5">
<h2 class="section__subtitle fw-small"> Amenities</h2>
<hr class="my-3" style="width: 50px; margin: 0 auto;">
<p class="section__title display-6 fw-bold"> Discover the Hidden Gem of Your Dreams</p>
<div class="container">
<div class="row m-5">
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa-solid fa-wifi fa-4x me-3"></i>
<div class="mt-1">
<p class="h5">High Speed Wifi</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa fa-car fa-4x me-3"></i>
<div class="mt-1">
<p class="h5">Pick & Drop Facility</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa fa-tv fa-4x me-3"></i>
<div class="mt-1">
<p class="h5">Smart TV</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
</div>
<div class="row m-5">
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa-sharp fa-solid fa-water-ladder fa-4x me-4"></i>
<div class="mt-1">
<p class="h5">Swimming Pool</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa-solid fa-utensils fa-4x me-4"></i>
<div class="mt-1">
<p class="h5">Breakfast Included</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
<div class="col">
<div class=" ps-4 mb-5 d-flex">
<i class="fa-solid fa-bath fa-4x me-4"></i>
<div class="mt-1">
<p class="h5">Shower Bathtub</p>
<span>With our service you may enjoy the finest life in our resort.</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--accommodation--->
<section class="accommodations mt-5">
<h2 class="section__subtitle text-muted fw-small"> Accommodation</h2>
<hr class="my-3" style="width: 50px; margin: 0 auto;">
<h2 class="section__title"> FEAST YOUR EYES ON A LOVELY BACKGROUND</h2>
</section>
<div class="row g-6 py-4">
<div class="col-md-6">
<div class="about-us">
<div class="about-us-img">
<img src="img/1 (3).jpg" class="d-block w-100 " alt="Haru Ruin Spring resort">
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="about-us text-center">
<h3 class="mt-2 pt-4 display-6 mt-2 pt-4 text-uppercase">ABOUT US</h3>
<p>Craving a quick and affordable getaway from the hustle and bustle of Bicol? <br> Haru Ruin Springs Resort awaits you! We are conveniently located in Muladbucad Grande Guinobatan, Albay. Relax and submerge yourself in our exclusive spring pools, as they overlook the lush green mountains of Mount Mayon.</p>
<button class="btn px-4 py-2"><a class="nav-link " href="about.html">READ MORE</a></button>
</div>
</div>
</div>
<div class="row g-6 py-4">
<div class="col-md-6 order-2 order-lg-1">
<div class="about-us text-center">
<h3 class="mt-2 pt-4 order-1 order-lg-1 display-6 3mt-2 pt-4 text-uppercase">Feast Your Eyes on a Lovely Background </h3>
<p>Nestled in the heart of Muladbucad Grande, Haru~Ruin Spring Resort is surrounded by lush greenery, making it a great place to relax. Breathe in the fresh mountain air and enjoy the scenic views of the majestic Mt. Mayon.</p>
<button class="btn px-4 py-2"> <a class="nav-link " href="accommodation.html">VIEW ACCOMMODATION</a></button>
</div>
</div>
<div class="col-md-6 order-1 order-lg-2">
<div class="about-us">
<div class="about-us-img">
<img src="img/gallery1.jpg" class="d-block w-100 " alt="Haru Ruin Spring resort">
</div>
</div>
</div>
</div>
<div class="row g-6 py-4">
<div class="col-md-6">
<div class="about-us">
<div class="about-us-img">
<img src="img/1 (1).jpg" class="d-block w-100 " alt="Haru Ruin Spring resort">
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="about-us text-center">
<h3 class="mt-2 pt-4 display-6 mt-2 pt-4 text-uppercase">Plunge into the Southeast Spring Water</h3>
<p>Relax your muscles and reap in the therapeutic benefits of the spring water, sourced straight from the dormant volcano that is Mt. Mayon. Your mind and body are sure to be at ease as you soak in our pool's hot spring water.</p>
<button class="btn px-4 py-2"> <a class="nav-link" href="rates.html">VIEW RATES</a></button>
</div>
</div>
</div>
</div>
</div>
<!--contacts-->
<hr>
<div class="container-fluid contact-us text-white pt-2">
<div class="container text-center ">
<div class="row">
<div class="col-sm-12 col-md-4 find">
<h3> LOCATION</h3>
<p class="text-start">Haru~Ruin Springs is the hidden farm Resort, located in municipal of Guinobatan barangay Muladbucad Guinobatan, Albay. We pride ourselves in the various amenities we offer and in the cleanliness, comfort, and security of our resorts.</p>
</div>
<div class="col-sm-12 col-md-4 find ">
<h3> CONTACT</h3>
<p>
GLOBE - 0977 616 2529 <br>
SMART - 0981 399 2301 <br>
</p>
</div>
<div class="col-sm-12 col-md-4 find find">
<h3> FIND US ON</h3>
<div>
<ul>
<li> <a href="#"><i class="bi-facebook " style="color: white"></i></a></li>
<li> <a href="#"><i class="bi-instagram" style="color: white"></i> </a></li>
<li> <a href="#"><i class="bi-twitter" style="color: white"></i> </a></li>
<li> <a href="#"><i class="bi- bi-pinterest" style="color: white"></i> </a></li>
<li> <a href="#"><i class="bi-youtube" style="color: white"></i> </a></li>
</ul>
</div>
<div class="row find-us">
<h4>Newsletter</h4>
<p>SIGN UP FOR SPECIAL OFFERS</p>
<form class="needs-validation align-items-center text-start form-text-margin-top: .25rem" novalidate>
<div class=" d-flex align-items-center mb-4" >
<input type="email" id="email" class="form-control " placeholder="Email"required />
<label class="form-label" for="email"></label>
<div class="valid-feedback">Valid</div>
<div class="invalid-feedback">Invalid Email</div>
<button type="submit" class="btn subscribe text-white mx-2 " id="subscribebtn" onclick="myFunction()" >Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer class="py-3 bg-white">
<div class="container ">
<div class="col text-center">
<p class="mb-0 ">©2022 Haru~Ruin Spring Resort. All Right Reserved</p>
</div>
</div>
</footer>
<script src="js/bootstraple.min.js"></script>
<script type="text/javascript">
var nav = document.querySelector('nav');
window.addEventListener('scroll', function () {
if (window.pageYOffset > 100) {
nav.classList.add('bg-white', 'shadow');
} else {
nav.classList.remove('bg-white', 'shadow');
na
}
});
function myFunction() {
alert("Thank you for your interest! We will surely update you on our latest promos and community updates!!!");
}
</script>
<!-- <script src="index.js"></script> -->
<script>
var today = new Date().toISOString().split('T')[0];
// Get the current date
let currentDate = new Date();
// Add one day to the current date
let nextDayDate = new Date(currentDate.getTime() + (24 * 60 * 60 * 1000));
document.getElementById('checkin').setAttribute('min', today);
document.getElementById('checkin').valueAsDate = new Date();
document.getElementById('checkout').valueAsDate = nextDayDate;
document.getElementById('checkout').setAttribute('min', today);
document.getElementById('checkin').addEventListener('input', function() {
var checkin = this.value;
document.getElementById('checkout').setAttribute('min', checkin);
if (document.getElementById('checkout').value < checkin) {
document.getElementById('checkout').value = checkin;
}
});
document.getElementById('checkout').addEventListener('input', function() {
var checkin = document.getElementById('checkin').value;
if (this.value < checkin) {
this.value = checkin;
}
});
</script>
</body>
</html>