-
Notifications
You must be signed in to change notification settings - Fork 0
/
amenities.html
284 lines (266 loc) · 10.8 KB
/
amenities.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
<!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="hrlogo.png" sizes="16x16">
<title>Amenities Haru ~ Ruin Spring Resort - Public Resort in Guinobatan </title>
</head>
<body>
<div>
<!--Navigation-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light p-md-1">
<div class="container">
<a class="navbar-brand p-0" href="index.html"><img class="img-logo" src="../MiniProject01/hrlogo.png"
alt="Haru~Ruin Spring Resort Logo"></img></a>
<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">MENU
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse navv " id="navbarNav">
<div class="mx-auto"></div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white" href="accommodation.html">Accommodation</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="rates.html">Rates & Offers</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="location.html">Location</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="FAQ.html">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Banner Image -->
<div id="carouselExampleFade" class="carousel slide carousel-fade amen-carousel" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="../MiniProject01/img/1 (1).jpg" class="d-block w-100" alt="...">
<div class="carousel-caption top-0 mt-4">
<br>
<p class="display-4 fw-bold text-uppercase text-start">Amenities</p>
</div>
</div>
<div class="carousel-item">
<img src="../MiniProject01/img/1 (3).jpg" class="d-block w-100" alt="...">
<div class="carousel-caption top-0 mt-4">
<br>
<p class="display-4 fw-bold text-uppercase text-start">Amenities</p>
</div>
</div>
<div class="carousel-item">
<img src="../MiniProject01/img/3 (1).jpg" class="d-block w-100" alt="...">
<div class="carousel-caption top-0 mt-4">
<br>
<p class="display-4 fw-bold text-uppercase text-start">Amenities</p>
</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 -->
<div class="container my-5 gap-5">
<div class="row g-6 py-4">
<div class="col-md-6 col-xs-6 order-2 order-lg-2">
<div class="amenities-services text-center">
<div class="row">
<div class="col">
<p class="fw-bold text-uppercase">Bedrooms</p>
<p>2 + 1 Master room</p>
</div>
<div class="col">
<p class="fw-bold text-uppercase">bathrooms</p>
<p>4 full + powder room</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="fw-bold text-uppercase">Sleeping Capacity</p>
<p>15 pax</p>
</div>
<div class="col">
<p class="fw-bold text-uppercase">Pools </p>
<p>Adult (4.5ft) & Kiddie (3ft)</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="fw-bold text-uppercase">Connectivity</p>
<p>Complimentary Wi-Fi</p>
</div>
<div class="col">
<p class="fw-bold text-uppercase">Max Occupants </p>
<p>Up to 15 pax</p>
</div>
</div>
<hr style="width: 100%; text-align: center; margin: 20px;">
<div class="row">
<div class="col">
<p class="fw-bold text-uppercase">Entertainment (Free use)</p>
<ul class="justify-content-center" style="list-style: none;">
<li>Videoke</li>
<li>Basic cable TV</li>
<li>Treehouse</li>
</ul>
</div>
</div>
<hr style="width: 100%; text-align: center; margin: 20px;">
<div class="row">
<div class="col">
<p class="fw-bold text-uppercase">Extras (Free use)</p>
<ul class="justify-content-center" style="list-style: none;">
<li>Refrigerator</li>
<li>BBQ grill</li>
<li>Ice chest/cooler</li>
<li>Generator</li>
<li>Gas stove</li>
<li>Hot & Cold water dispenser</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 order-1 order-lg-1 mb-5 ">
<div class="about-us text-center ">
<h3 class="display-5 mt-2 pt-4 text-uppercase">Amenities</h3>
<hr>
<p class="fs-4">
<br> All of its 2 bedrooms are air-conditioned and equipped with full bathrooms.
<br> The main area by the pool features plenty of seats and tables, along with two flat-screen TVs - one for
the videoke machine and one for cable television.
<br> There's a Coffee shop offers various amenities that will surely make for a comfortable and memorable
experience.
</p>
</div>
</div>
</div>
</div>
<div class="container-{breakpoint}">
<div class=" bg-light p-3 rounded-2" >
<div class="container section scrollSpy" id="scrollspyHeading1 ">
<div class="title-gallery">
<h3 class="display-5 mt-2 pt-4 text-uppercase">Gallery</h3>
</div>
<div class="gallery-list text-center">
<div class="row">
<div class="col-xs-6 col-md-4 ">
<img src="../MiniProject01/img/gallery1.jpg" class="d-block w-100">
</div>
<div class="col-xs-6 col-md-4">
<img src="../MiniProject01/img/gallery2.jpg" class="d-block w-100">
</div>
<div class="col-xs-6 col-md-4">
<img src="../MiniProject01/img/gallery3.jpg" class="d-block w-100">
</div>
<div class="col-xs-6 col-md-4">
<img src="../MiniProject01/img/gallery4.jpg" class="d-block w-100">
</div>
<div class="col-xs-6 col-md-4">
<img src="../MiniProject01/img/gallery5.jpg" class="d-block w-100">
</div>
<div class="col-xs-6 col-md-4">
<img src="../MiniProject01/img/gallery6.jpg" class="d-block w-100">
</div>
</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>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.
<br> The main area by the pool features plenty of seats and tables, along with two flat-screen TVs - one for
the videoke machine and one for cable television.
<br>
Haru~Ruin Spring offers various amenities that will surely make for a comfortable and memorable experience.
</p>
</div>
<div class="col-sm-12 col-md-4 find">
<h3> CONTACT</h3>
<p>
GLOBE - 0977 616 2529<br>
SMART - 0981 399 2301</p>
<p> [email protected]</p>
</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">
<h4>Newsletter</h4>
<p>SIGN UP FOR SPECIAL OFFERS</p>
<form class="mb-2">
<label for="inputEmail" class="visually-hidden">Email</label>
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
<button class="btn subscribe text-white mt-2">SUBSCRIBE</button>
</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
}
});
const scrollSpy = new bootstrap.ScrollSpy(document.body, {
target: '#navbar-example'
})
</script>
</body>
</html>