-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNovotel Hotel.html
More file actions
393 lines (368 loc) · 14.1 KB
/
Copy pathNovotel Hotel.html
File metadata and controls
393 lines (368 loc) · 14.1 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
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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<title></title>
</head>
<style>
body{
background-color:rgb(247, 243, 243);
}
.navbar {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-size: 2rem;
font-family:fantasy;
}
.nav-link{
font-size: large;
font-weight: bold;
}
.nav-link:hover{
color: orange;
}
.image-container {
display: flex;
}
.sign{
text-decoration: none;
color: white;
}
a{
text-decoration: none;
color: black;
}
.carousel-item img {
height: 400px;
object-fit: cover;
}
.carousel {
max-width: 800px;
margin: auto;
}
.booking{
max-width: 1180px;
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.park{
margin-left: 30px;
}
.star{
margin-left: 20px;
}
.table-custom th {
background-color: #007bff;
color: white;
}
footer {
background-color:rgb(61, 61, 61);
color:white;
padding: 20px 0;
}
.footer-container {
display: flex;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.footer-section {
flex: 1;
padding: 0 20px;
}
.footer-section h4 {
margin-bottom: 15px;
font-size: 18px;
color:white;
}
.footer-section p {
font-size: 14px;
}
p a {
color:white;
text-decoration: none;
}
p a:hover{
text-decoration:underline;
}
.footer-section ul li a:hover {
text-decoration: underline;
}
.footer-bottom {
text-align: center;
padding: 10px 0;
background-color:rgb(41, 40, 40);
font-size: 14px;
}
.room:hover{
background-color:rgb(213, 252, 252);
}
input:hover{
box-shadow: black;
}
h3{
font-family: 'Times New Roman', Times, serif;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">QuickBooking</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html" >Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#booknow">Book Now</a>
</li>
<li class="nav-item">
<h5>
<a class="btn btn-danger" href="login.html">
<span class="sign">Login</span>
</a>
</h5>
</li>
<li class="nav-item">
<h5>
<a class="btn btn-primary" href="sign up.html">
<span class="sign">Sign Up</span>
</a>
</h5>
</li>
</ul>
</div>
</div>
</nav><br><br><br>
<div class="star">
<h2 class="fw-bold">Novotel Hotel</h2>
<img src="image/star.png" alt="" height="20px" width="20px" />
<img src="image/star.png" alt="" height="20px" width="20px" />
<img src="image/star.png" alt="" height="20px" width="20px" />
<img src="image/star.png" alt="" height="20px" width="20px" />
<img src="image/star.png" alt="" height="20px" width="20px" />
<p >Chennai,India <br id="gallery"><i class="fa-solid fa-location-dot"></i> Novotel Hotel,City Centre, near Boat Club Road, &, Nandanam, Chennai, Tamil Nadu 600035</p>
</div>
<br><br>
<div id="carouselExample" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/Novotel Chennai Chamiers Road.jpg" class="d-block w-100" alt="Image 1">
</div>
<div class="carousel-item">
<img src="image/Novotel2.jpg" class="d-block w-100" alt="Image 2">
</div>
<div class="carousel-item">
<img src="image/Novotel3.jpg" class="d-block w-100" alt="Image 3">
</div>
<div class="carousel-item">
<img src="image/Novotel4.jpg" class="d-block w-100" alt="Image 3">
</div>
<div class="carousel-item">
<img src="image/novotel 5.jpg" class="d-block w-100" alt="Image 3">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" 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="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div><br>
<div class="container mt-5">
<h2 class="text-center"style="font-family: 'Times New Roman', Times, serif;">Room Rates</h2><br>
<table class="table table-bordered table-custom">
<tr class="room">
<th>Room Type</th>
<th>Price per Night</th>
<th>Amenities</th>
<th>Availability</th>
</tr>
<tr>
<td>Single Room</td>
<td>₹4,300</td>
<td>Free Wi-Fi, TV</td>
<td>Available</td>
</tr>
<tr>
<td>Double Room</td>
<td>₹8,500</td>
<td>Free Wi-Fi, TV, Breakfast</td>
<td>Available</td>
</tr>
<tr>
<td>Deluxe Room</td>
<td>₹12,000</td>
<td>Free Wi-Fi, TV, Breakfast, Sofa Bed</td>
<td>Available</td>
</tr>
<tr>
<td>Suite</td>
<td>₹15,800</td>
<td>Free Wi-Fi, TV, Breakfast, Mini-bar</td>
<td>Available</td>
</tr>
</table>
</div><br id="booknow"><br><br>
<h2 class="text-center"style="font-family: 'Times New Roman', Times, serif;">Room Booking</h2>
<div class="container mt-5">
<form>
<div class="booking"style="background-image: url(image/home.jpg);background-size: cover;">
<div class=" row">
<div class="col-md-3">
<div class="form-group">
<label class="fw-bold" for="name"style="color: white;">Full Name</label>
<input type="text" class="form-control" id="name" placeholder="Enter your name" required>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label class="fw-bold" for="email"style="color: white;">Email</label>
<input type="email" class="form-control" id="email" placeholder="Enter your email" required>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label class="fw-bold" for="checkin"style="color: white;">Check-in</label>
<input type="date" class="form-control" id="checkin" required>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label class="fw-bold"for="checkout"style="color: white;">Check-out</label>
<input type="date" class="form-control" id="checkout" required>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label class="fw-bold" for="roomType"style="color: white;">Room Type</label>
<select class="form-control" id="roomType" required>
<option value="">Select</option>
<option value="single">Single</option>
<option value="double">Double</option>
<option value="deluxe">Deluxe </option>
<option value="suite">Suite</option>
</select>
</div>
</div>
</div>
<div class="form-group">
<label class="fw-bold" for="specialRequests"style="color: white;">Special Requests</label>
<textarea class="form-control" id="specialRequests" rows="3" placeholder="Any special requests"></textarea>
</div><br>
<button type="submit" class="btn btn-primary">Book Now</button>
</form>
</div>
</div> <br>
<div class="park">
<h3>Accommodations</h3>
<ul>
<li class="fw-bolder">Room Types:</li>
<ul>
<li>Standard Room: Comfortable with modern amenities, ideal for both leisure and business travelers.</li>
<li>Superior Room: Spacious with enhanced decor and additional amenities.</li>
<li>Executive Room: Exclusive access to the Executive Lounge, offering additional services.</li>
<li>Family Room: Designed for families with extra space and bedding options.</li>
<li>Suites: Luxurious suites featuring separate living areas and premium amenities</li>
</ul>
<li class="fw-bolder">Amenities:</li>
<ul>
<li>Free Wi-Fi</li>
<li>Flat-screen TVs</li>
<li>Minibars</li>
<li>Tea and coffee making facilities</li>
<li>In-room dining</li>
</ul>
</ul>
</div>
<div class="park">
<h3>Dining</h3>
<ul>
<li>The Square: An all-day dining restaurant offering a range of international and local cuisines.</li>
<li>Kebab Factory: Specializes in Indian kebabs and grilled dishes, providing an authentic dining experience.</li>
<li>Brew Bar: A casual venue for drinks and light snacks, perfect for relaxation after a busy day..</li>
</ul>
</div>
<div class="park">
<h3>Facilities</h3>
<ul>
<li>Swimming Pool: An outdoor pool surrounded by sun loungers for relaxation</li>
<li>Spa and Wellness Center: Offering various treatments, massages, and wellness therapies.</li>
<li>Fitness Center: Equipped with modern workout equipment for guests looking to maintain their fitness routine.</li>
<li>Business Center: Providing printing, faxing, and meeting room facilities.</li>
</ul>
</div>
<div class="park">
<h3>Business Services</h3>
<ul>
<li>Meeting and Event Spaces: Versatile venues equipped with state-of-the-art technology for conferences, meetings, and social events.</li>
<li>Banquet Facilities: Suitable for weddings, receptions, and large gatherings.</li>
</ul>
</div>
<div class="park">
<h3>Additional Services</h3>
<ul>
<li>Concierge Services: Assistance with travel arrangements, local tours, and reservations.</li>
<li>Laundry Services: Available for guest convenience.</li>
<li>Transportation: Airport transfers and car rental services can be arranged.</li>
</ul>
</div>
<footer>
<div class="footer-container">
<div class="footer-section">
<h4>Popular Hotel Cities</h4>
<p><a href="#">Hotel in Chennai</a></p>
<p><a href="#">Hotel in Mumbai</a></p>
<p><a href="#">Hotel in Goa</a></p>
<p><a href="#">Hotel in Hyderabad</a></p>
<p><a href="#">Hotel in Munnar</a></p>
<p><a href="#">Hotel in Manali</a></p>
</div>
<div class="footer-section">
<h4>Popular Hotels</h4>
<p><a href="#">Four Seasons Hotel Mumbai</a></p>
<p><a href="#">The Imperial New Delhi</a></p>
<p><a href="#">Trident Hotel Chennai</a></p>
<p><a href="#">Vivanta Bengaluru</a></p>
<p><a href="#">The St. Regis Goa Resort</a></p>
<p><a href="#">Gokulam Park Hotel Kochin</a></p>
</div>
<div class="footer-section">
<h4>About QuickBooking</h4>
<p><a href="#">About Us</a></p>
<p><a href="#">Privacy</a></p>
<p><a href="#">Customer Support</a></p>
<p><a href="#">Technology@QuickBooking</a></p>
<p><a href="#">FaQs</a></p>
</div>
<div class="footer-section">
<h4>Follow Us</h4>
<p><a href="#">Facebook</a></p>
<p><a href="#">Instagram</a></p>
<p><a href="">Twiter</a></p>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 QuickBooking. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>
</body>
</html>