-
Notifications
You must be signed in to change notification settings - Fork 0
/
rooms.php
271 lines (240 loc) · 15 KB
/
rooms.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hotel Paradise-Rooms</title>
<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>Hotel Paradise</title>
<?php require('inc/links.php') ?>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/read_more.css">
</head>
<body style="background-image:url('images/img.jpg')">
<div class="container py-4">
<?php require('inc/header.php')?>
<div class="my-5 px-4">
<h2 class="fw-bold h-font text-center" style="color: white;">OUR ROOMS</h2>
<div class="h-line bg-dark"></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-12 mb-lg-0 mb-4">
<nav class="navbar navbar-expand-lg navbar-light bg-white rounded shadow">
<div class="container-fluid flex-lg-column align-items-stretch">
<h4 class="mt-2">FILTERS</h4>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-column align-items-stretch mt-2" id="navbarNavAltMarkup">
<div class="border bg-light p-3 rounded mb-3">
<h5 class="mb-3" style="font-size :18px;">CHECK AVAILABILITY</h5>
<label class="form-label">Check-in</label>
<input type="date" class="form-control shadow-none mb-3">
<label class="form-label">Check-out</label>
<input type="date" class="form-control shadow-none">
</div>
<div class="border bg-light p-3 rounded mb-3">
<h5 class="mb-3" style="font-size :18px;">FACILITIES</h5>
<div class="mb-2">
<input type="checkbox" id="f1" class="form-check-input shadow-none mr-2 ">
<label class="form-label" for="f1">Facility one</label>
</div>
<div class="mb-2">
<input type="checkbox" id="f2" class="form-check-input shadow-none mr-2 ">
<label class="form-label" for="f2">Facility two</label>
</div>
<div class="mb-2">
<input type="checkbox" id="f3" class="form-check-input shadow-none mr-2 ">
<label class="form-label" for="f3">Facility three</label>
</div>
</div>
<div class="border bg-light p-3 rounded mb-3">
<h5 class="mb-3" style="font-size :18px;">GUESTS</h5>
<div class="d-flex">
<div class="me-3">
<label class="form-label">Adults</label>
<input type="number" class="form-control shadow-none">
</div>
<div>
<label class="form-label">Children</label>
<input type="number" class="form-control shadow-none">
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="col-lg-9 col-md-12 px-4">
<div class="card mb-3 shadow" style="background-color:white;margin:0; width: 100%; min-height: 30%;">
<div class="row">
<div class="col-md-5">
<img src="images/simpleroom .jpg" class="img-fluid rounded" alt="">
</div>
<div class="col-md-5 px-lg-3 px-md-3 px-0">
<h5 class="mb-3" style="font-family: 'RobotoDraft', 'Roboto', sans-serif;">Suite Room</h5>
<div class="features ms-3 mb-3">
<h6 class="mb-1">Features</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Rooms
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
1 Bathroom
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
1 Balcony
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
1 Sofa
</span>
</div>
<div class="facilities ms-3 mb-3">
<h6 class="mb-1">Facilities</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Wifi
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Television
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
AC
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Room Heater
</span>
</div>
<div class="guests ms-3 mb-2">
<h6 class="mb-1">Guests</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Adults
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Children
</span>
</div>
</div>
<div class="col-md-2 my-4" style="text-align:center;">
<h6 class="mb-4"> ₹10,000 per Night</h6>
<a href="#" class="btn btn-md w-100 text-white custom-bg shadow-none mb-2" style="background-color: red;">Book Now</a>
<a href="#" class="btn btn-sm w-100 btn-outline-dark shadow-none" style="background-color:azure;color:black;">More Details</a>
</div>
</div>
</div>
<div class="card mb-3 shadow" style="background-color:white;margin:0; width: 100%; min-height: 30%;">
<div class="row">
<div class="col-md-5">
<img src="https://cache.marriott.com/marriottassets/marriott/MNLAP/mnlap-guestroom-0118-hor-clsc.jpg?interpolation=progressive-bilinear&" class="img-fluid rounded" alt="">
</div>
<div class="col-md-5 px-lg-3 px-md-3 px-0">
<h5 class="mb-3" style="font-family: 'RobotoDraft', 'Roboto', sans-serif;">Family Room</h5>
<div class="features ms-3 mb-3">
<h6 class="mb-1">Features</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
3 Rooms
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Bathroom
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
1 Balcony
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
3 Sofa
</span>
</div>
<div class="facilities ms-3 mb-3">
<h6 class="mb-1">Facilities</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Wifi
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Television
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
AC
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Room Heater
</span>
</div>
<div class="guests ms-3 mb-2">
<h6 class="mb-1">Guests</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
5 Adults
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
4 Children
</span>
</div>
</div>
<div class="col-md-2 my-4" style="text-align:center;">
<h6 class="mb-4"> ₹20,000 per Night</h6>
<a href="#" class="btn btn-md w-100 text-white custom-bg shadow-none mb-2" style="background-color: red;">Book Now</a>
<a href="#" class="btn btn-sm w-100 btn-outline-dark shadow-none" style="background-color:azure;color:black;">More Details</a>
</div>
</div>
</div>
<div class="card mb-3 shadow" style="background-color:white;margin:0; width: 100%; min-height: 30%;">
<div class="row">
<div class="col-md-5">
<img src="https://th.bing.com/th/id/R.c5843673b6d7bd6ccaa4a6cb5075dda5?rik=K3uDwdW4LMSFaA&riu=http%3a%2f%2fwww.packingmysuitcase.com%2fwp-content%2fuploads%2f2016%2f04%2faccommdation-992296_1280.jpg&ehk=0QwYSaMGPBCPvxOAlEcOxFsFzFmpjaxocF%2bwxuNcX3k%3d&risl=&pid=ImgRaw&r=0" class="img-fluid rounded" alt="">
</div>
<div class="col-md-5 px-lg-3 px-md-3 px-0">
<h5 class="mb-3" style="font-family: 'RobotoDraft', 'Roboto', sans-serif;">Deluxe Room</h5>
<div class="features ms-3 mb-3">
<h6 class="mb-1">Features</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Rooms
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Bathroom
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
1 Balcony
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Sofa
</span>
</div>
<div class="facilities ms-3 mb-3">
<h6 class="mb-1">Facilities</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Wifi
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Television
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
AC
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
Room Heater
</span>
</div>
<div class="guests ms-3 mb-2">
<h6 class="mb-1">Guests</h6>
<span class="badge rounded-pill bg-light text-dark text-wrap">
3 Adults
</span>
<span class="badge rounded-pill bg-light text-dark text-wrap">
2 Children
</span>
</div>
</div>
<div class="col-md-2 my-4" style="text-align:center;">
<h6 class="mb-4"> ₹10,000 per Night</h6>
<a href="#" class="btn btn-md w-100 text-white custom-bg shadow-none mb-2" style="background-color: red;">Book Now</a>
<a href="#" class="btn btn-sm w-100 btn-outline-dark shadow-none" style="background-color:azure;color:black;">More Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require('inc/footer.php') ?>
</body>
</html>