-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfaqs.html
More file actions
344 lines (295 loc) · 15.7 KB
/
Copy pathfaqs.html
File metadata and controls
344 lines (295 loc) · 15.7 KB
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
<!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">
<title>FAQ's - Gordon Resort Hotel</title>
<meta name = "keywords" content = "Gordon Resort Hotel Abraka FAQS, Gordon Resort Hotel, McCarthy Beach, Beaches in Delta state, Beaches in Nigeria, beaches in Africa, beaches near me" />
<meta name = "description" content = " Gordon Resort Hotel frequently asked question." />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C1EVRTK6PD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C1EVRTK6PD');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NSMS76N');</script>
<!-- End Google Tag Manager -->
<!-- Bootstrap -->
<link rel="stylesheet" href="./assets/bootstrap/css/bootstrap.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/media/favicon.png" type="image/x-icon">
<!-- Favicon -->
<script src="https://kit.fontawesome.com/344589b924.js" crossorigin="anonymous"></script>
<!-- Semantic UI CDN -->
<link href="https://cdn.rawgit.com/mdehoog/Semantic-UI/6e6d051d47b598ebab05857545f242caf2b4b48c/dist/semantic.min.css" rel="stylesheet" type="text/css" />
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script src="https://cdn.rawgit.com/mdehoog/Semantic-UI/6e6d051d47b598ebab05857545f242caf2b4b48c/dist/semantic.min.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSMS76N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Loader -->
<!-- <div class="loader-div" id="loader-div">
<div class="spinner">
</div>
</div> -->
<!-- End Loader -->
<!-- Header Navigation -->
<nav>
<div class="container">
<div class="row">
<header class="header">
<div class="header-left">
<a href="./index.html">
<img class="logo" src="./assets/media/logo.png" alt="grh-logo">
</a>
</div>
<div class="header-right">
<div class="nav-menu" id="navi-menu">
<ul class="nav-items">
<li class="list-items" ><a class="header-link" href="./index.html">Home</a></li>
<li class="list-items"><a class="header-link" href="./about.html">About</a></li>
<li class="list-items"><a class="header-link" href="./gallery.html">Gallery</a></li>
<li class="list-items"><a class="header-link" href="./rooms.html">Rooms</a></li>
<li class="list-items"><a class="header-link" href="./amenities.html">Amenities</a></li>
<li class="list-items"><a class="header-link" href="./bookings.html">Bookings</a></li>
<li class="list-items"><a class="header-link" id="active-nav" href="./faqs.html">FAQs</a></li>
<li class="list-items"><a class="header-link" href="./pricing.html">Pricing</a></li>
</ul>
<div class = "vertical"></div>
<button class="head-btn" onclick="window.location.href = './contact.html'">Contact Us</button>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu" id="hamburger">
<i id="openMenu" class="fa-solid fa-bars fa-2xl" style="color: #2c333d;"></i>
<i id="closeMenu" class="hide fa-solid fa-x fa-2xl " style="color: #2c333d;"></i>
</div>
</div>
</header>
</div>
</div>
</nav>
<!-- End Header -->
<!-- Breadcrumb -->
<section class="breadcrumb-section">
<div class="container" id="breadcrumb-cont">
<div class="row" id="breadcrumb-row">
<div class="col-12" id="breadcrumb-col">
<h1 class="page-title">FAQ's</h1>
</div>
</div>
</div>
</div>
</section>
<!-- End Breadcrumb -->
<!-- Faqs section -->
<section class="about-section">
<div class="container">
<div class="row">
<div class="col-12" id="left-abt-col">
<h2 class="header-h2 text-center">FAQ's</h2>
<div class="accordion-content">
<!-- Beach FAQs -->
<div>
<input type="checkbox" id="question9" name="q" class="questions">
<div class="plus">+</div>
<label for="question9" class="question">
Am i allowed to bring my food / drinks to the beach?
</label>
<div class="answers">
Guests may bring their own food but own drinks are subject to corkage.
</div>
</div>
<!-- Beach FAQS End -->
<!-- Rooms FAQS-->
<div>
<input type="checkbox" id="questionRM" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM" class="question">
How do i go about reservations?
</label>
<div class="answers">
Reservations can be made via our <a style="color: #FBB03B" href="./bookings.html">bookings </a>page, or by<a style="color: #FBB03B" href="mailto:info@gordonresorthotel.com"> email</a> or via our dedicated <a style="color: #FBB03B" href="tel:+2349157031699"> telephone </a>lines.
</div>
</div>
<div>
<input type="checkbox" id="questionRM0" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM0" class="question">
What are your check in and check out times?
</label>
<div class="answers">
Guests can check in from 1pm and are expected to check out latest 12noon following day.</div>
</div>
<div>
<input type="checkbox" id="questionRM1" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM1" class="question">
What am i allowed access to as a guest?
</label>
<div class="answers">
Guests are entitled to free access to beach for maximum of 2 persons per room and free access to the nightclub.
</div>
</div>
<div>
<input type="checkbox" id="questionRM2" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM2" class="question">
Are there connecting rooms?
</label>
<div class="answers">
There are currently no connecting rooms but <a style="color: #FBB03B" href="./accommodations/cottage.html">Cottage</a> has 2 bedrooms.
</div>
</div>
<div>
<input type="checkbox" id="questionRM3" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM3" class="question">
What is your cancellation and refund policy?
</label>
<div class="answers">
Guests who cancel before 6pm are entitled to full refund, otherwise, deposit will be forfeited.
</div>
</div>
<div>
<input type="checkbox" id="questionRM4" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM4" class="question">
Is laundry an amenity in my booking?
</label>
<div class="answers">
Laundry services are not inlcuded in your room packages, so you would have to pay for that per use
</div>
</div>
<div>
<input type="checkbox" id="questionRM5" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM5" class="question">
What time does restaurant / room service close?
</label>
<div class="answers">
Restaurant / Room service closes at 23:00Hrs
</div>
</div>
<div>
<input type="checkbox" id="questionRM6" name="q" class="questions">
<div class="plus">+</div>
<label for="questionRM6" class="question">
Does my reservation cover complimentary breakfast?
</label>
<div class="answers">
At this point, none of our rooms / suites offer complimentary breakfast
</div>
</div>
<!-- Rooms End -->
<!-- General FAQS -->
<div>
<input type="checkbox" id="question" name="q" class="questions">
<div class="plus">+</div>
<label for="question" class="question">
Is there wifi available?
</label>
<div class="answers">
At this point, we do not have wifi service.
</div>
</div>
<div>
<input type="checkbox" id="question01" name="q" class="questions">
<div class="plus">+</div>
<label for="question01" class="question">
Are pets permitted?
</label>
<div class="answers">
Currently, pets are prohibited.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Faqs Section end-->
<!-- Cookies -->
<div id="cookieNotice" class="light display-right">
<div id="closeIcon">
<i class="fa-solid fa-circle-xmark fa-xl" style="color: #2C333D;"></i>
</div>
<div class="title-wrap">
<h4>Cookie Consent</h4>
</div>
<div class="content-wrap">
<div class="msg-wrap">
<p>This website uses cookies or similar technologies, to enhance your browsing experience and provide personalized recommendations. By continuing to use our website, you agree to our <a style="color:#FBB03B;" href="./privacy-policy.html">Privacy Policy</a></p>
<div class="btn-wrap">
<button class="cookie-btn" onclick="acceptCookieConsent();">Accept</button>
</div>
</div>
</div>
</div>
<!-- Cookies End -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row" id="footer-row">
<div class="col-12 col-lg-4">
<img class="footer-logo" src="./assets/media/footer-logo.png" alt="footer-logo">
<p class="footer-text">Gordon Resort Hotel popularly known as McCarthy Beach is located in the University town of Abraka in Delta State.
Set out in large expanse of land of over 65 hectares the resort boasts of over 90 exquisitely appointed and tastefully furnished Rooms/Suites.
</p>
</div>
<div class="col-12 col-lg-4 ">
<h6 class="footer-header">
Quick Links
</h6>
<ul class="footer-links">
<li class="list-items" ><a class="footer-nav" href="./index.html">Home</a></li>
<li class="list-items"><a class="footer-nav" href="./about.html">About</a></li>
<li class="list-items"><a class="footer-nav" href="./gallery.html">Gallery</a></li>
<li class="list-items"><a class="footer-nav" href="./rooms.html">Rooms</a></li>
<li class="list-items"><a class="footer-nav" href="./amenities.html">Amenities</a></li>
<li class="list-items"><a class="footer-nav" href="./bookings.html">Bookings</a></li>
<li class="list-items"><a class="footer-nav" href="./contact.html">Contact</a></li>
<li class="list-items"><a class="footer-nav" id="active-nav" href="./faqs.html">FAQs</a></li>
<li class="list-items"><a class="footer-nav" href="./pricing.html">Pricing</a></li>
</ul>
</div>
<div class="col-12 col-lg-4">
<h6 class="footer-header">
Legal Information
</h6>
<p class="footer-link"><a href="./privacy-policy.html">Privacy Policy</a></p>
</div>
</div>
<!-- copyright -->
<div class="row" id="copyright-row">
<div class="col-12" id="copyright-col">
<p class="copyright-text">
Gordon Resort Hotel © <span id="year"></span> All Rights Reserved.<br> Powered By <a class="footer-link" href="https://oviematthew.com" target="_blank">Ovie</a> of <a class="footer-link" href="https://instagram.com/anomali_tech" target="_blank">Anomali Tech </a>
</p>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Back to top button -->
<button type="button" class="btn btn-danger btn-floating btn-lg" id="btn-back-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<!-- JS -->
<script src="./assets/js/index.js"></script>
<script src="/assets/bootstrap/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>