-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
405 lines (363 loc) · 17.6 KB
/
about.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
<!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="icon" type="image/png" href="img/favicon.svg" sizes="16x16">
<title> Spring Ruin | About </title>
<script defer src="assets/js/preloader.js"></script>
</head>
<body>
<div id="preloader">
<div class="preloader-logo">
<img src="img/logo.svg" width= "1000" height="80" alt="pre-loader">
</div>
</div>
<!--Navigation-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light p-md-1 justify-content-between">
<div class="container bg-white rounded mt-3 ">
<div class="nav-logo ps-3">
<a class=" p-0" href="index.html">
<img class="img-logo 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 pe-5" 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 justify-content-end" id="navbarNav">
<ul class="navbar-nav px-3 py-3">
<li class="nav-item dropdown">
<a class="nav-link text-dark fw-bold dropdown-toggle" role="button" aria-expanded="false" href="accommodation.html">
Accommodation
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-dark fw-bold dropdown-toggle" role="button" aria-expanded="false" href="services.html">Services</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink2">
<li><a class="dropdown-item" href="restaurant.html">Restaurant</a></li>
<hr class="dropdown-divider my-0">
<li><a class="dropdown-item" href="#">Meeting Room</a></li>
<hr class="dropdown-divider my-0">
<li><a class="dropdown-item" href="#">Events & Weddings</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="contact.html">Contact</a>
</li>
<li class="nav-item pe-5">
<a class="nav-link text-dark fw-bold" href="FAQ.html">FAQ</a>
</li>
<li class="d-flex d-none d-lg-block justify-content-end">
<button class="btn btn-danger text-white fw-bold px-2 py-2 me-3 text-uppercase" onclick="document.location='contact.html'">
Reservation
</button>
</li>
</ul>
</div>
<!-- <div class="navbar-nav ms-5 ">
<Button class="btn btn-danger button-reserve text-white fw-bold px-2 py-2 me-3 text-uppercase"
onclick="document.location='contact.html'"> Reservation
</Button>
</div> -->
</div>
</nav>
<!-- Banner Image -->
<div id="carouselExampleFade" class="carousel slide acc-carousel carousel-fade" 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="carousel-caption">
<div class="title justify-content-center align-items-center">
<div class="banner-title">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="slide-down display-3 fw-semibold text-capitalize text-start">About Us</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/1 (3).jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<div class="title justify-content-center align-items-center">
<div class="banner-title">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="slide-down display-3 fw-semibold text-capitalize text-start">About Us</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/3 (1).jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<div class="title justify-content-center align-items-center">
<div class="banner-title">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="slide-down display-3 fw-semibold text-capitalize text-start">About Us</p>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" 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="#carouselExampleFade" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Main Content Area -->
<main>
<!-- about section -->
<section class="about-section px-5">
<div class="container">
<div class="row clearfix">
<!--Content Column-->
<div class="content-column col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="inner-column">
<div class="sec-title">
<div class="title">Welcome to Spring Ruin</div>
<h2 class="display-6 fw-bold text-start"> Hidden Resort</h2>
</div>
<div class="text">Spring Ruin 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.
Craving a quick and affordable getaway from the hustle and bustle of Bicol? Haru Ruin Springs Resort awaits you!
e 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.</div>
</div>
</div>
<!--Image Column-->
<div class="image-column col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="inner-column " data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="https://img.freepik.com/free-photo/outdoor-swimming-pool_1203-3241.jpg?w=360&t=st=1679836823~exp=1679837423~hmac=b9fd3b50378b5e446d571c9be20be742d0f05868428b498eb5402b78873d8766" alt="About Us ">
</div>
</div>
</div>
</div>
</div>
</section>
<!--Amenities--->
<section class="accommodations " style="margin-top: -80px;">
<h2 class="section__subtitle fw-small text-uppercase">Our Features</h2>
<hr class="my-3" style="width: 50px; margin: 0 auto; ">
<p class="section__title display-6 fw-bold"> Why Choose Us</p>
<div class="container">
<div class="inner-column">
<div class="text text-center text-muted px-5">Our objective at Spring Ruin is to bring together our visitor's societies and spirits with our own, communicating enthusiasm-
and liberality in the food we share. Official Chef and Owner Philippe Massoud superbly.</div>
</div>
<div class="row m-5">
<div class="col-lg-6">
<div class="image">
<img src="https://img.freepik.com/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg?w=1060&t=st=1679839577~exp=1679840177~hmac=246c5aec6ddbd7e93aa1db8b2be12032bc821214792d117564e1e50ca8dee8ae" class="w-100"alt="Why Us?">
</div>
</div>
<div class="col-lg-6 ps-5">
<div class=" text-dark display-6 fs-5">
At Spring Ruin , we understand the different expectations of visitors. We feel elated when you come back for the second time!
</div>
<div class="icon-list my-4">
<table>
<tbody>
<th>
</th>
<tr>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td> Dinner Buffet</td>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td> Coffee Shop</td>
</tr>
<tr>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td> Sightseeing</td>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td> Nightbonefire </td>
</tr>
</tr>
<tr>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td>Meditation</td>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td>Live music bond</td>
</tr>
</tr>
<tr>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td> TreeHouse</td>
<td><i class="fa-regular fa-circle-check"style="color: #ff2445;"></i></td>
<td>Cottages with rooms</td>
</tr>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
</main>
<!--contacts-->
<hr>
<div class="container-fluid contact-us text-white pt-2">
<div class="container ">
<div class="row mt-3 ">
<div class="col-xl-4 col-sm-12 col-md-6 find text-start">
<div class="text-start"><img src="img/logo.png" alt="" class="pb-3" >
</div>
<table>
<tbody>
<tr class="pe-5 pb-5">
<td >
Phone:
</td>
<td>
09776162529
</td>
</tr>
<tr class="pe-5 pb-5">
<td >
Email
</td>
<td>
</td>
</tr>
<tr class="pe-5 pb-5">
<td >
Location:
</td>
<td>
235, Santuary Barangay Muladbucad Guinobatan, Albay.
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-xl-2 col-sm-12 col-md-6 text-start ">
<div class="nav-menu position-relative">
<div class="text-start">
<p class="h3 pb-3">Quick Links</p>
</div>
<ul>
<li>Home</li>
<li>Accommodation</li>
<li>Rates</li>
<li>Contact</li>
<li>FAQ</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-sm-12 col-md-6 find ">
<div class="nav-menu position-relative">
<div class="text-start pb-3">
<p class="h3 ">Connect With Us</p>
<p class=""> SOCIAL MEDIA CHANNELS </p>
</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>
<div class="col-xl-3 col-sm-12 col-md-6 find text-start">
<div class="text-start">
<p class="h3 ">Newsletter</p>
<p class=""> SIGN UP FOR SPECIAL OFFERS </p>
</div>
<div class="position-relative">
<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 " id="subscribebtn"
onclick="myFunction()">Subscribe</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 ">©2023 Spring Ruin 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
}
});
// Example starter JavaScript for disabling form submissions if there are invalid fields
(() => {
'use strict'
// Fetch all the forms we want to apply custom Bootstrap validation styles to
const forms = document.querySelectorAll('.needs-validation')
// Loop over them and prevent submission
Array.from(forms).forEach(form => {
form.addEventListener('submit', event => {
if (!form.checkValidity()) {
event.preventDefault()
event.stopPropagation()
}
form.classList.add('was-validated')
}, false)
})
})()
</script>
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "103378122776515");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v17.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>