-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
417 lines (396 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/header-footer.css">
<link rel="stylesheet" type="text/css" href="css/design1-banner.css">
<link rel="stylesheet" type="text/css" href="css/home.css">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel='stylesheet' type='text/css' media='screen' href='css/facilities_home.css'>
<link rel="stylesheet" type="text/css" href="css/room-rents_homepage.css">
<link rel='stylesheet' type='text/css' media='screen' href='css/services_homepage.css'>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="css/room-rents_homepage.css">
<title></title>
</head>
<body id="body">
<header class="toolbar">
<nav class="toolbar_navigation">
<div></div>
<div class="toolbar_logo"><a href="index.html"><img src="img/logo.svg" alt="logo"></a></div>
<div class="spacer"></div>
<div class="toolbar_navigation-items">
<ul>
<li class="activenav"><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="Facilities.html">Facilities</a></li>
<li><a href="Rooms.html">Rooms</a></li>
</ul>
<div class="signup_button">
<a href="">Sign Up</a>
</div>
</div>
<button class="hamburger" id="hamturn" onclick="toggle(); backdrop(); hamturn()">
<div class="ham_line"></div>
<div class="ham_line"></div>
<div class="ham_line"></div>
</button>
</nav>
</header>
<div id="hidden">
<nav id="side">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="Facilities.html">Facilities</a></li>
<li><a href="Rooms.html">Rooms</a></li>
<div class="signup_button">
<a href="">Sign Up</a>
</div>
</ul>
</nav>
</div>
<section>
<div class="home-page-banner">
<div class="intro-text-box">
<h1>
<span class="text-green">Your </span>Comfort,<br />Our
<span class="text-green">Priority.</span>
</h1>
<p>
Welcome to MySuite Search through our variety of exotic rooms to
find one that matches your style and preference.
</p>
<!-- explore services -->
<a href="#" class="explore-services">
<button>Explore Services</button>
</a>
</div>
<!-- top sky view -->
<div class="banner-pic">
<div class="banner-bord">
</div>
<div class="banner-img">
</div>
</div>
</div>
<!-- check in and reservations -->
<div class="reservation">
<div class="reservation-order">
<form>
<span>
<label for="checkin-date">Check In</label><br />
<input type="date" name="checkin-date" id="checkin-date" />
</span>
<span>
<label for="checkout-date">Check Out</label><br />
<input type="date" name="checkout-date" id="checkout-date" />
</span>
<span>
<label for="adult">Adult</label><br />
<input type="number" name="adult" id="adult" min="0" max="100" value="0" />
</span>
<span>
<label for="children">Children</label><br />
<input type="number" name="children" id="children" min="0" max="100" value="0" />
</span>
<span>
<label style="visibility: hidden;">Submit</label><br />
<button type="submit" onclick="return false">Confirm</button>
</span>
</form>
</div>
</div>
</section>
<section class="about-bottomSection">
<h2 id="about-mySuite">About MySuite
<div class="about-bottomStyle"></div>
</h2>
<div class="about_body">
<div class="about-details">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Commodi, ducimus?
Praesentium beatae magnam tenetur corporis dignissimos nobis quibusdam, aspernatur vitae repellat
voluptatibus laudantium quas animi magni maxime quaerat illum molestias.</div>
<div class="about_sideimgs">
<div class="about-sideImg"></div>
<div class="about-sideDeco"></div>
</div>
</div>
<button id="about-readMore">Read More</button>
</section>
<!-- Facilities Section -->
<div class="page-wrapper">
<div class="facilities-slider">
<div class="container">
<h1 class="slider-title">Facilities</h1>
</div>
<i class="fa fa-chevron-left fprev" aria-hidden="true"></i>
<i class="fa fa-chevron-right fnext" aria-hidden="true"></i>
<div class="container facilities-wrapper">
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-dumbbell" aria-hidden="true"></i>
<p>Fully Equipped Gym</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-car" aria-hidden="true"></i>
<p>Airport Transfers</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-wifi" aria-hidden="true"></i>
<p>Complementary Wifi</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-spa" aria-hidden="true"></i>
<p>Beauty Spa</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-utensils" aria-hidden="true"></i>
<p>Exotic Cuisines</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-dumbbell" aria-hidden="true"></i>
<p>Fully Equipped Gym</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-car" aria-hidden="true"></i>
<p>Airport Transfers</p>
<a href="#">Explore Now</a>
</div>
</div>
<div class="facilities-post">
<div class="facilities-info ">
<i class="fas fa-wifi" aria-hidden="true"></i>
<p>Complementary Wifi</p>
<a href="#">Explore Now</a>
</div>
</div>
</div>
<div class="page-wrapper">
<div class="post-slider">
<div class="container">
<h1 class="slider-title1">Room Rates</h1>
</div>
<i class="fa fa-chevron-circle-left prev" aria-hidden="true"></i>
<i class="fa fa-chevron-circle-right next" aria-hidden="true"></i>
<div class="post-wrapper">
<div class="post"><img src="img/Rectangle 50.png" class="slider-image"><button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 51.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 52.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 53.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 53.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 55.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 57.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
<div class="post"><img src="img/Rectangle 21.png" class="slider-image">
<button>Book Now</button>
<div class="post-info">
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div><img src="img/Rectangle 49.png" class="slider-image">
<div class="post-info">
<button>Book Now</button>
<div class="post-info-title">
<p>Blackberry Room<span>$456.00</span></p><br>
</div>
<p>56m wide</p><br>
<p>Double bed type</p>
</div>
</div>
</div>
</div>
<div class="container">
<h1 class="slider-title1">More Rooms</h1>
</div>
</div>
<div class="container">
<div class="more-rooms">
<div class="more-rooms-images">
<img src="img/Rectangle 21.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
<div class="more-rooms-images">
<img src="img/Rectangle 49.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
<div class="more-rooms-images">
<img src="img/Rectangle 50.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
<div class="more-rooms-images">
<img src="img/Rectangle 52.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
<div class="more-rooms-images">
<img src="img/Rectangle 53.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
<div class="more-rooms-images">
<img src="img/Rectangle 55.png">
<div class="image-info">
<h2>Blackberry Room</h2>
<p>3 beds</p>
<button>Book Now</button>
</div>
</div>
</div>
</div>
<section class="awar">
<div class="aware">
<h1 class="war">Get Updated Immediately On Availability Of rooms</h1>
<p>Be the First to learn about rooms availabity looking in your inbox</p>
<form class="war-form">
<input type="email" name="email" placeholder="Enter your email address" class="war-email">
<input type="submit" name="submit" value="Subscribe" class="war-submit">
</form>
</div>
</section>
<div class="footer">
<div class="footer_content">
<div class="footer_navigation-items">
<div class="footer_logo"><a href="index.html"><img src="img/logo.svg" alt="logo"></a></div>
<ul>
<li><a href="About.html">About us</a></li>
<li><a href="Contact.html">Contact us</a></li>
<li><a href="Rooms.html">Book a room</a></li>
<li><a href="index.html">Our agents</a></li>
<li><a href="Contact.html">Connect with us</a></li>
</ul>
</div>
<div class="footer_navigation-items">
<ul>
<li><a href="About.html">About us</a></li>
<li><a href="Contact.html">Contact us</a></li>
<li><a href="Rooms.html">Book a room</a></li>
<li><a href="index.html">Our agents</a></li>
<li><a href="Contact.html">Connect with us</a></li>
</ul>
</div>
<div class="footer_navigation-items">
<ul>
<li><a href="About.html">About us</a></li>
<li><a href="Contact.html">Contact us</a></li>
<li><a href="Rooms.html">Book a room</a></li>
<li><a href="index.html">Our agents</a></li>
<li><a href="Contact.html">Connect with us</a></li>
</ul>
</div>
</div>
</div>
<script src="js/toggle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript"
src="http://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="js/room-rents_homepage.js"></script>
<script src='js/facilities_home.js'></script>
<script src="https://kit.fontawesome.com/bad7f7f5d4.js" crossorigin="anonymous"></script>
</body>
</html>