-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation.html
317 lines (283 loc) · 11.5 KB
/
reservation.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title -->
<title>Mon Paradis</title>
<link href="https://fonts.googleapis.com/css?family=Caladea|Crete+Round|Merriweather|Mitr&display=swap" rel="stylesheet">
<!--Bootstrap css-->
<link rel="stylesheet" href="css/bootstrap.css">
<!--Font Awesome css-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--Owl Carousel css-->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.transitions.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<!--Site Main Style css-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!--Responsive css-->
<link rel="stylesheet" href="css/reservation.css">
<link rel="stylesheet" href="css/jquery-ui.css">
</head>
<body>
<!-- PRELOADING START -->
<!-- PRELOADING END -->
<!--Navbar Start-->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Website name -->
<a class="navbar-brand logo" href="index.html"> Mon Paradis</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link ">Accueil</a>
</li>
<li class="nav-item">
<a href="reservation.html" class="nav-link active">Reservation</a>
</li>
<li class="nav-item">
<a href="Chambres.html" class="nav-link ">chambres</a>
</li>
<li class="nav-item">
<a href="Revues.html" class="nav-link">Revues</a>
</li>
<li class="nav-item">
<a href="Contact.html" class="nav-link ">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Navbar End-->
<div class="container-fluid">
<!--Hero Section Start-->
<section id="reservation_hero_section" class="Chambres fix-margin">
<div class="container zindex">
<div class="col-lg-12 banner_cnt">
<h2>Reservation</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</section>
<!-- hero end here -->
<!-- reservation -->
<!-- form section start -->
<section id="form-section">
<div class="container">
<div class="row form-row">
<div class="col-lg-8 col-md-8 col-sm-12 col-12 p-2">
<div class="form-body">
<div class="heading-text">
<h5 class="form-heading">BOOKING FORM</h5>
<h2 class="form-caption">Personal Info</h2>
<p class="form-title">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy </p>
</div>
<!-- form start -->
<form action="" class="booking-form">
<div class="row">
<div class="col-md-6">
<input type="text" id="datepicker" class=" form-control" placeholder="Check In">
</div>
<div class="col-md-6">
<input type="text" id="datepicker2"class=" form-control" placeholder="Check Out">
</div>
<div class="col-md-6">
<select id="select" class="">
<option placeholder="item-1">1 Adult</option>
<option placeholder="item-2">2 Adult</option>
<option placeholder="item-3">3 Adult</option>
<option placeholder="item-4">4 Adult</option>
</select>
</div>
<div class="col-md-6">
<select id="select2" class="">
<option placeholder="item-1">1 Children</option>
<option placeholder="item-2">2 Children</option>
<option placeholder="item-3">3 Children</option>
<option placeholder="item-4">4 Children</option>
</select>
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder=" Your Username">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Email">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Phone">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Address Line 1">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Address Line 2">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="City">
</div>
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Country">
</div>
<div class="col-md-12">
<textarea placeholder="Special Requirements"id="" rows="8" cols="6" class="form-control" >
</textarea>
</div>
<div class="col-md-6">
<input type="submit" value="BOOK NOW" class="btn">
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-12 p-2">
<div class="book-sidebar">
<h5>Book Details</h5>
<h1>Selected Room </h1>
<hr>
<div class="row book-row">
<div class="col-6">
<img src="images/photo-room-5.jpg" class="room-image" alt="">
</div>
<div class="col-6 b-details">
<h3>
<a href="#">Single Room</a>
</h3>
<h4>$230 <small>pernight</small></h4>
</div>
</div>
<hr>
<div class="detail-list">
<ul>
<li>
<label>CHECK IN</label>
<p>05/17/2020</p>
</li>
<li>
<label>CHECK OUT</label>
<p>05/17/2020</p>
</li>
<li>
<label>ADULTS</label>
<p>2 PERSON</p>
</li>
<li>
<label>CHILDRENS</label>
<p>1 CHILDREN</p>
</li>
<li>
<label>NIGHT</label>
<p>2 NIGHT</p>
</li>
<li>
<label>TAX (10%)</label>
<p>$ 50</p>
</li>
<li class="total">
<label>TOTAL PRICE</label>
<p>$ 510</p>
</li>
</ul>
</div>
</div>
<div class="book-contact">
<h5>HELP-</h5>
<h2>Need Booking Help?</h2>
<p>If you need help with booking, Our advisor team are 24/7 at your service to help you.</p>
<p>
<a href="[email protected]">[email protected]</a>
</p>
<h3><i class="fa fa-phone-square"></i>1-779893289821</h3>
</div>
</div>
</div>
</div>
</section>
<!-- form section end -->
<!-- ----footer Section start here -->
<section id="footer-site">
<div class="footer-top">
<div class="footer-top-body">
<div class="container">
<div class="row">
<div class="col-lg-6 mt-1 text-center">
<h5>SOCIAL MEDIA</h5>
<h6>FOLLOW THE MON PARADIS</h6>
<div class="footer-s-icons text-center">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 mt-1 text-center">
<h5>NEWSLETTER</h5>
<h6>WE LOVE TO SHARE NEW OFFERS AND EXLUSIVE PROMOTIONS</h6>
<div class="footer-newsletter">
<form>
<input type="text" placeholder="Enter Your Email" required="">
<button type="submit"><i class="fa fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="wrapper">
<div class="footer-LOGO">
<h2>Mon Paradis</h2>
</div>
<div class="footer-copyright">
<p>COPYRIGHT © Mon Paradis HOTEL</p>
</div>
<div class="footer-contact">
<ul>
<li><i class="fa fa-map-marker"></i> LONGRIDGE ROAD, EARLS COURT, LONDON</li>
<li><i class="fa fa-phone"></i> +1-800-123-45-67</li>
<li><a href="mailto:[email protected]"><i class="fa fa-paper-plane"></i> [email protected]</a></li>
</ul>
</div>
<div class="footer-nav">
<ul>
<li><a href="#">SITEMAP</a></li>
<li><a href="#">PRIVACY POLICY</a></li>
<li><a href="#">TERMS OF USE</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- ----fooer Section end here -->
</div>
<!--Jquery js-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="js/jquery-1.12.4.min.js"></script>
<script src="js/jquery-ui.js"></script>
<!--Bootstrap js---->
<script src="js/bootstrap.min.js"></script>
<!--ScrollIt js-->
<script src="js/scrollIt.min.js"></script>
<!--Owl-Carousel js---->
<script src="js/owl.carousel.min.js"></script>
<script src="js/pags/reservationCtrl.js"></script>
<!--Owl-parallax js---->
<script src="js/parallax.min.js"></script>
<script src="js/costom.js"></script>
<script src="https://kit.fontawesome.com/f0ce275083.js"></script>
<script>
</script>
</body>
</html>