forked from MBAJERWAKAERIC/B.U-GEUSTHOUSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (365 loc) · 16.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WEB DEVELPOMENT ON HOTEL</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<script src="https://kit.fontawesome.com/dbed6b6114.js" crossorigin="anonymous"></script>
<link rel="icon" href="images/logo.png" type="image/png">
</head>
<body>
<!-- header -->
<header class="header" id="header">
<div class="head-top">
<div class="site-name">
<span>B.U GEUST HOUSE </span>
</div>
<div class="site-nav">
<span id="nav-btn">ACTIVITIES <i class = "fas fa-bars"></i></span>
</div>
</div>
<div class="head-bottom flex">
<h2>NICE AND COMFORTABLE<br> PLACE TO STAY</h2>
<p>Bugema University, Excelent in service</p>
<button type="button" class="head-btn">RECEPTION</button>
</div>
</header>
<!-- end of header -->
<!-- side navbar -->
<div class="sidenav" id="sidenav">
<span class="cancel-btn" id="cancel-btn">
<i class = "fas fa-times"></i>
</span>
<ul class="navbar">
<li><a href="#header">home</a></li>
<li><a href="#services">services</a></li>
<li><a href="#rooms">rooms</a></li>
<li><a href="#customers">customers</a></li>
</ul>
<button class="btn sign-up">sign up</button>
<a href="login-form.php" target="blank"><button class="btn log-in">log in</button>
</div>
<!-- end of side navbar -->
<!-- fullscreen modal -->
<div id="modal"></div>
<!-- end of fullscreen modal -->
<!-- body content -->
<section class="services sec-width" id="services">
<div class="title">
<h2>services</h2>
</div>
<div class="services-container">
<!-- single service -->
<article class="service">
<div class="service-icon">
<span>
<i class = "fas fa-utensils"></i>
</span>
</div>
<div class="service-content">
<h2>Food Service/ Food Runner</h2>
<p>Fresh and hignecy food offered by highly skilled food Runner and food are prepared by world class chef, any type, world class food are available Ugandan food and international food</p>
<button type="button" class="btn">Know More</button>
</div>
</article>
<!-- end of single service -->
<!-- single service -->
<article class="service">
<div class="service-icon">
<span>
<i class = "fas fa-swimming-pool"></i>
</span>
</div>
<div class="service-content">
<h2>Refreshment</h2>
<p>We make a refreshment stop en-route before arriving at the hotel mid-afternoon with time to settle in before dinner. Rooms individually furnished with TV, radio and refreshment tray.</p>
<button type="button" class="btn">Know More</button>
</div>
</article>
<!-- end of single service -->
<!-- single service -->
<article class="service">
<div class="service-icon">
<span>
<i class = "fas fa-broom"></i>
</span>
</div>
<div class="service-content">
<h2>Housekeeping</h2>
<p>We provide clean, Comfortable and safe environment with cleaniness of building is high and friendly and courteous services staff. We clean rooms every time </p>
<button type="button" class="btn">Know More</button>
</div>
</article>
<!-- end of single service -->
<!-- single service -->
<article class="service">
<div class="service-icon">
<span>
<i class = "fas fa-door-closed"></i>
</span>
</div>
<div class="service-content">
<h2>Room Security</h2>
<p>Our geust is always safe with CCTV cameras in 24-hour/7days and B.U security agents and the trust worth staff. also our room are highly secured by seperated keyloges for customer and authorized staff </p>
<button type="button" class="btn">Know More</button>
</div>
</article>
<!-- end of single service -->
</div>
</section>
<div class="book">
<form class="book-form">
<div class="form-item">
<label for="checkin-date">Check In Date: </label>
<input type="date" id="chekin-date">
</div>
<div class="form-item">
<label for="checkout-date">Check Out Date: </label>
<input type="date" id="chekout-date">
</div>
<div class="form-item">
<label for="adult">Adults: </label>
<input type="number" min="1" value="1" id="adult">
</div>
<div class="form-item">
<label for="children">Children: </label>
<input type="number" min="1" value="1" id="children">
</div>
<div class="form-item">
<label for="rooms">Rooms: </label>
<input type="number" min="1" value="1" id="rooms">
</div>
<div class="form-item">
<input type="submit" class="btn" value="Book Now">
</div>
</form>
</div>
<section class="rooms sec-width" id="rooms">
<div class="title">
<h2>Rooms</h2>
</div>
<div class="rooms-container">
<!-- single room -->
<article class="room">
<div class="room-image">
<img src="images/img1.jpg" alt="room image">
</div>
<div class="room-text">
<h3>Classic Room</h3>
<h5>The Tower</h5>
<ul>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Air conditioning.
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Direct dial telephone.
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Dry cleaning service
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> 24-hour room service
</li>
</ul>
<p>Our one and two-bed Classic rooms are sleek and showcase understated comfort and design.<br> Slip into your complimentary bathrobe and slippers and make yourself at home.
</p>
<p class="rate">
<span>100 000Ugx</span> Per Night
</p>
<button type="button" class="btn">book now</button>
</div>
</article>
<!-- end of single room -->
<!-- single room -->
<article class="room">
<div class="room-image">
<img src="images/img2.jpg" alt="room image">
</div>
<div class="room-text">
<h3>Superior Room</h3>
<h5>with the natural view. with luwero mountans</h5>
<ul>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> smart screen, with satellite TV.
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Bathrobes and slippers
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Safety deposit box (free of charge)
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Turn down service
</li>
</ul>
<p>All of our Superior rooms boast amazing views of the luwero and the bugema University and the DVC farm.<br> Lots of natural light and neutral yet warm colours create a calm and comfortable feel where it’s easy to feel absolutely at
home.
</p>
<p class="rate">
<span>300 000 Ugx/</span> Per Night
</p>
<button type="button" class="btn">book now</button>
</div>
</article>
<!-- end of single room -->
<!-- single room -->
<article class="room">
<div class="room-image">
<img src="images/img3.jpg" alt="room image">
</div>
<div class="room-text">
<h3>Luxury Rooms</h3>
<h5>with Natural view and bugema mountains-(UGANDA ZAABU).
</h5>
<ul>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Exclusive luxury L’Occitane toiletries
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Ensuite bathroom with power shower
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Flat screen satellite TV.
</li>
<li>
<i class="fas fa-arrow-alt-circle-right"></i> Laundry service
</li>
</ul>
<p>
Enjoy stunning views of the magical village of Bugema when you book the Deluxe room. You can even appreciate the glorious panorama when you’re having a cup of tea in bed.</p>
<p class="rate">
<span>350 000Ugx /</span> Per Night
</p>
<button type="button" class="btn">book now</button>
</div>
</article>
<!-- end of single room -->
</div>
</section>
<section class="customers" id="customers">
<div class="sec-width">
<div class="title">
<h2>customers</h2>
</div>
<div class="customers-container">
<!-- single customer -->
<div class="customer">
<div class="rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>I Loved it</h3>
<p>stay at B.U Geust house, and same great experience. Lovely, friendly, helpful staff. Spacious room. Working aircon and blackout curtains. Good breakfast and a location that's really good with amazing view! </p>
<img src="images/cus1.jpg" alt="customer image">
<span>Mbaje Rwaka Eric</span>
</div>
<!-- end of single customer -->
<!-- single customer -->
<div class="customer">
<div class="rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>Comfortable Living</h3>
<p><b>Affordable price, excellent location!</b><br> Quite smooth reservation process, very friendly service at the desk, clean & large room for two, very quiet over the rooftops of Bugema - a very pleasant stay at the heart of Bugema,
in the middle of practically everything</p>
<img src="images/cus2.jpg" alt="customer image">
<span>Mr. David kitumba</span>
</div>
<!-- end of single customer -->
<!-- single customer -->
<div class="customer">
<div class="rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>Nice Place</h3>
<p>Nice<br> We stayed for 3 nights there,great location, the room was spacious, the people working at the reception very kind and helpful, breakfast was very good!!<br> Close to University and main road to kampala, near a good snack center
and beautiful supermarket.<br> I recomend it!!<br></p>
<img src="images/cus3.jpg" alt="customer image">
<span>AMANI RWAKA J. & MBAJE RWAKA E.</span>
</div>
<!-- end of single customer -->
</div>
</div>
</section>
<!-- end of body content -->
<!-- footer -->
<footer class="footer">
<div class="footer-container">
<div>
<h2>About Us </h2>
<p>With HTML you can create your own Web site. CSS stands for Cascading Style Sheets HTML is easy to learn - You will enjoy it.JavaScript is the programming language of the Web. All modern HTML pages are using JavaScript. JavaScript is easy
to learn. This tutorial will teach you JavaScript from basic to advanced. .
</p>
<ul class="social-icons">
<li class="flex">
<i class="fa fa-twitter fa-2x"></i>
</li>
<li class="flex">
<i class="fa fa-facebook fa-2x"></i>
</li>
<li class="flex">
<i class="fa fa-instagram fa-2x"></i>
</li>
</ul>
</div>
<div>
<h2>Useful resources/h2>
<a href="#">W3schools</a>
<a href="#">Github</a>
<a href="#">stack over flow</a>
<a href="#">IBM </a>
<a href="#">Netcard;</A>
<a href="#"> and more</a>
</div>
<div>
<h2>Privacy</h2>
<a href="#">Career</a>
<a href="#">About Us</a>
<a href="#">Contact Us</a>
<a href="#">Services</a>
</div>
<div>
<h2>Have A Question</h2>
<div class="contact-item">
<span>
<i class = "fas fa-map-marker-alt"></i>
</span>
<span>
Uganda, Cetral region, Luwero district, busiika sub/country, Bugema.
</span>
</div>
<div class="contact-item">
<span>
<i class = "fas fa-phone-alt"></i>
</span>
<span>
+256779090623
</span>
</div>
<div class="contact-item">
<span>
<i class = "fas fa-envelope"></i>
</span>
<span>
</span>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<script src="script.js"></script>
</body>
</html>