-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
426 lines (382 loc) · 14.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- css -->
<link rel="stylesheet" href="assets/CSS/homepage/main.css" />
<link rel="stylesheet" href="assets/CSS/homepage/navbar.css" />
<link rel="stylesheet" href="assets/CSS/homepage/booking.css" />
<link rel="stylesheet" href="assets/CSS/homepage/intro.css" />
<!-- bootstrap link -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<!-- font awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
</head>
<body>
<!-- header, navbar -->
<section class="top__section">
<div class="top__content">
<div class="container">
<div class="icons float-left">
<i class="fab fa-facebook-f pr-3"></i>
<i class="fab fa-twitter pr-3"></i>
<i class="fab fa-instagram pr-3"></i>
<i class="fab fa-linkedin-in pr-3"></i>
</div>
<div class="select float-right">
<div class="d-flex flex-row">
<p class="text pr-2">English</p><span><i class="fas fa-angle-down"></i></span>
<p class="text pr-2 pl-4">NGN</p><span><i class="fas fa-angle-down"></i></span>
</div>
</div>
</div>
</div>
</section>
<section class="main__frame">
<nav>
<div class="container">
<input type="checkbox" name="" id="check" class="float-right">
<label for="check" class="checkbtn float-right"><span class="hamburger"></span></label>
<label class="navBrand float-left">EDGES</label>
<ul class="float-right">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="rooms.html">Room and Rates</a></li>
<li><a href="facilities.html">Facilities</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Review</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="text-center text-white pt-5 pb-5">
<div class="container cont-head pt-5">
<div class="vert-head pt-5">
<h1 class="home pb-3">
Home Away From Home
</h1>
<div class="col-12 mx-auto">
<p class="words">
Stay with us at Edges and enjoy an experience like you never left home
</p>
</div>
</div>
</div>
</div>
<div class="booking__section pt-3">
<div class="booking__heading"> <h4>Quicking Booking</h4></div>
<div class="booking">
<div class="booking-info d-flex flex-row">
<div class="room-type col-lg-2 col-md-2">
<p>Room Type</p>
<p class="tx">standard <span> <i class="fas fa-angle-down"></i></span></p>
</div>
<div class="room-type col-lg-2 col-md-2">
<p>Check In</p>
<p class="tx">28/03/20 <span><i class="fas fa-angle-down"></i></span></p>
</div>
<div class="room-type col-lg-2 col-md-2">
<p>Check Out</p>
<p class="tx">26/03/20 <span><i class="fas fa-angle-down"></i></span></p>
</div>
<div class="room-type col-lg-2 col-md-2">
<p>Guests</p>
<p class="tx">2 Adults <span><i class="fas fa-angle-down"></i></span></p>
</div>
<button class="availability">Check Availability</button>
</div>
</div>
</div>
</section>
<main>
<div class="container">
<!-- first content -->
<div class="intro d-flex pt-5">
<div class="row column">
<div class="intro__text col-12 col-lg-6 col-md-6 pt-4">
<h1>At the Edges</h1>
<br>
<h2>
Edges was born out of a burning desire to add a “Midas” touch to the
tourism and hospitality business in Nigeria and Africa. Edges is
located at a serene environment, the hotel is carefully built with
class. Our luxurious rooms are tailor made to bring you comfort and
pleasure
</h2>
</div>
<div class="intro__image col-12 col-lg-6 col-md-6">
<img src="./assets/images/home/svg/Vector.svg" alt="your-favorite-hotel" />
</div>
</div>
</div>
<!-- second content and rooms display with sizes -->
<div class="second__section mt-5">
<div class="intro__text text-center text--adj col-12 col-lg-12 col-md-12">
<h1>Rooms that see to your comfort</h1>
<br>
<h2>
Enjoy ultimate relaxation in one of our 94 rooms, including 27
spacious suites, designed with your comfort in mind. All rooms offer
free high-speed wireless internet, natural light, as well as coffee
and tea facilities. Return after a full day of work or sightseeing and
unwind in style.
</h2>
</div>
<div class="intro-bottom__content mt-3">
<div class="rooms-grid">
<div class="rooms__card">
<img src="./assets/images/home/svg/room-photo__1.svg" alt="" />
<button class="btn-lg"><a href="#">See rates</a></button>
<h1>Standard Room</h1><br>
<h2><span>Bed type </span>: 1 King sized bed</h2>
<h2><span>Max. guest</span>: 2 Adults and a child</h2>
<h2><span>Size</span>: 25m2</h2>
</div>
<div class="rooms__card">
<img src="./assets/images/home/svg/room-photo__2.svg" alt="" />
<button class="btn-lg"><a href="#">See rates</a></button>
<h1>Deluxe Room</h1><br>
<h2><span>Bed type</span>: 1 King sized bed</h2>
<h2><span>Max. guest</span>: 2 Adults and a child</h2>
<h2><span>Size</span>: 29m2</h2>
</div>
</div>
<div class="rooms-grid">
<div class="rooms__card">
<img src="./assets/images/home/svg/room-photo__3.svg" alt="" />
<button class="btn-lg"><a href="#">See rates</a></button>
<h1>Standard Deluxe Room</h1><br>
<h2><span>Bed type</span>: 2 twin or 1 King sized bed</h2>
<h2><span>Max. guest</span>: 2 Adults and a child</h2>
<h2><span>Size</span>: 48m2</h2>
</div>
<div class="rooms__card">
<img src="./assets/images/home/svg/room-photo__4.svg" alt="img" />
<button class="btn-lg"><a href="#">See rates</a></button>
<h1>Executive Room</h1><br>
<h2><span>Bed type</span>: 2 twin or 1 King sized bed</h2>
<h2><span>Max. guest</span>: 2 Adults and a child</h2>
<h2><span>Size</span>: 48m2</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- features section -->
<section class="features__section pt-5 pb-5">
<h1 class="title text-center pt-2 pb-5">features</h1>
<div class="d-flex">
<div class="row column features__items">
<div class="items col-12 col-lg-4 col-md-4">
<h1>
<img
src="./assets/images/home/svg/internet-icon.svg"
alt=""
/>
Internet
</h1>
<br>
<div class="icons">
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Free wifi</h2>
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Cybercafe</h2>
</div>
<br><br>
</div>
<div class="items col-12 col-lg-4 col-md-4">
<h1>
<img
src="./assets/images/home/svg/food-icon.svg"
alt=""
/>
Restaurant
</h1>
<br>
<div class="icons">
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Couples booth</h2>
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Buffet</h2>
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Paid breakfast</h2>
</div>
<br><br>
</div>
<div class="items col-12 col-lg-4 col-md-4">
<h1>
<img
src="./assets/images/home/svg/leisure-icon.svg"
alt=""
/>
Leisure
</h1>
<br>
<div class="icons">
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Spa treatment</h2>
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Bush bar</h2>
<h2><img src="./assets/images/home/svg/check.svg" alt="" />Golf course</h2>
</div>
</div>
<br><br>
</div>
</div>
<div class="py-4 button">
<button class="btn btn-success">
<a href="#">View all</a>
</button>
</div>
</section>
<section class="photo-gallery">
<div class="title">
<h2>Photo Gallery</h2>
</div>
<!-- photos -->
<div class="photos">
<div class="photo1">
<img src="./assets/images/Facilities/Rectangle 74PhotOne.png" alt="hotel-photo" />
</div>
<div class="photo2">
<img src="./assets/images/Facilities/Rectangle 75Photo2.png" alt="hotel-photo" />
</div>
<div class="photo3">
<img src="./assets/images/Facilities/Rectangle 76PhotoThree.png" alt="hotel-photo" />
</div>
<div class="photo4">
<img src="./assets/images/Facilities/Rectangle 77PhotoFour.png" alt="hotel-photo" />
</div>
</div>
<div id="button">
<button class="view-all-btn">View all</button>
</div>
</section>
<div class="reviews">
<h3 class="title">Reviews</h3>
<!-- bootsrap carousel -->
<div
id="carouselExampleIndicators"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="user">
<img class="avatar" src="./assets/images/home/avatar.jpg" alt="avatar" />
<p>Sharon Bankole</p>
</div>
<p>
The receptionist was a very accommodating person, loved her and every other staff I came in contact with . The bed was soft with clean bed sheet and pillow cases.
</p>
</div>
<div class="carousel-item">
<div class="user">
<img class="avatar" src="./assets/images/home/avatar.jpg" alt="avatar" />
<p>Yvonne Smith</p>
</div>
<p>
The receptionist was a very accommodating person, loved her and every other staff I came in contact with.The bed was soft with clean bed sheet and pillow cases.
</p>
</div>
<div class="carousel-item">
<div class="user">
<img class="avatar" src="./assets/images/home/avatar.jpg" alt="avatar" />
<p>Catherine Watts</p>
</div>
<p>
The receptionist was a very accommodating person, loved her and every other staff I came in contact with . The bed was soft with clean bed sheet and pillow cases.
</p>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer>
<div class="container">
<h2>Edges</h2>
<div class="row">
<div class="col-md-4 col-6 col-lg-4 de-column">
<ul class="d-row">
<li id="theader">Quick Links </li>
<li><a href="#">About Us </a></li>
<li><a href="#"> Room and Rates</a></li>
<li><a href="#"> Facilities</a></li>
<li><a href="#">Reviews</a> </li>
<li><a href="#">Gallery</a> </li>
<li><a href="#"> Contact</a></li>
</ul>
</div>
<div class="col-md-4 col-6 col-lg-4 de-column">
<ul class="d-row">
<li id="theader">Features </li>
<li><a href="#">Internet</a></li>
<li><a href="#">Resuturant</a> </li>
<li><a href="#">Leisure</a> </li>
<li> <a href="#">Spa Treatment</a></li>
<li><a href="#">Fitness </a></li>
<li><a href="#">Bush bar </a></li>
</ul>
</div>
<div class="col-md-4 col-12 col-lg-4 de-column">
<ul class="d-row">
<li id="theader"> Legal Information</li>
<li><a href="#">Terms and Condition </a></li>
<li><a href="#">Disclaimer</a> </li>
<li> <a href="#">Cancellation policy</a></li>
<li><a href="#">Privacy</a> </li>
</ul>
</div>
</div>
<div class="links">
<i class="fab fa-facebook-f"><a href="#"></a></i>
<i class="fab fa-twitter"><a href="#"></a></i>
<i class="fab fa-instagram"><a href="#"></a></i>
<i class="fab fa-linkedin-in"><a href="#"></a></i>
</div>
<!-- bootstrap -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<!-- main script -->
<script type="text/javascript" src="file.js"></script>
</body>
</html>