-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrates.html
222 lines (198 loc) · 9.88 KB
/
rates.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
<!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>Rates & Offers | Haru~Ruin - 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 nav 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 acc-carousel carousel-fade" 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">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="display-3 fw-semibold text-uppercase text-start">Rates & Offers</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">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="display-3 fw-semibold text-uppercase text-start">Rates & Offers</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">
<p class="mt-4 fs-3 text-uppercase"></p>
<p class="display-3 fw-semibold text-uppercase text-start">Rates & Offers</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">
<!--try-->
<div class="row g-6 py-4">
<div class="col ">
<!--get-->
<div class="row accommodation order-1 order-lg-1">
<div class="col-md-6 border mt-4 ">
<div class="project-image-wrapper">
<img class=" project-image d-block w-100" src="../MiniProject01/img/amentities.jpg"
class="project-image d-block w-100">
<h4> Amenities</h4>
</div>
</div>
<div class="col border mt-4 mx-4">
<div class="about-us ">
<div class="mt-5 pt-2 ">
<h3>HARU~RUIN SPRINGS</h3><br><hr><br>
<h3>₱10.500 for <i class="bi bi-person"> 1-15pax</i></h3>
<div class="col"><h5 class="text-center">11 hrs</h5>
<p class="text start">Terms</p>
<p> <i class="bi bi-person"></i> 1 pax = An adult or a child 2 years old and above.</p>
<p><i class="bi bi-people"></i> In excess of 15 pax, each additional pax will be charged an entrance fee of ₱700. Up to 5 additional pax will be allowed. Maximum of 25 pax only; any excess will be denied entry.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row accommodation order-1 order-lg-1">
<div class="col-md-6 border mt-4 ">
<div class="project-image-wrapper">
<img class=" project-image d-block w-100" src="../MiniProject01/img/cottages 1.jpg"
class="project-image d-block w-100">
<h4> Cottages</h4>
</div>
</div>
<div class="col border mt-4 mx-4">
<div class="about-us ">
<div class="mt-5 pt-2 ">
<h3>HARU~RUIN COTTAGES</h3><br><hr><br>
<h3>₱1.000 for <i class="bi bi-person"> 1-7pax</i></h3>
<h5 class="text-center">11 hrs</h5>
<p class="text start">Terms</p>
<p> <i class="bi bi-person"></i> 1 pax = An adult or a child 2 years old and above.</p>
<p><i class="bi bi-people"></i> In excess of 7 pax, each additional pax will be charged an entrance fee of ₱200. Up to 5 additional pax will be allowed. Maximum of 25 pax only; any excess will be denied entry.</p>
</div>
</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">
<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.</p>
</div>
<div class="col-sm-12 col-md-4">
<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">
<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
}
});
</script>
</body>
</html>