-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservations.html
356 lines (338 loc) · 14 KB
/
reservations.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Reservation</title>
<!--Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<!--Custome Style -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link rel="stylesheet" href="assets/css/custom.css" type="text/css">
<!--OWL Carousel slider-->
<link rel="stylesheet" href="assets/css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="assets/css/owl.transitions.css" type="text/css">
<!--slick-slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!--bootstrap-slider -->
<link href="assets/css/bootstrap-slider.min.css" rel="stylesheet">
<!--FontAwesome Font Style -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- SWITCHER -->
<link rel="stylesheet" id="switcher-css" type="text/css" href="assets/switcher/css/switcher.css" media="all"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/red.css" title="red" media="all"
data-default-color="true"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/orange.css" title="orange" media="all"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/blue.css" title="blue" media="all"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/pink.css" title="pink" media="all"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/green.css" title="green" media="all"/>
<link rel="alternate stylesheet" type="text/css" href="assets/switcher/css/purple.css" title="purple" media="all"/>
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="assets/images/favicon-icon/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="assets/images/favicon-icon/apple-touch-icon-114-precomposed.html">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="assets/images/favicon-icon/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon-icon/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/images/favicon-icon/favicon.png">
<!-- Google-Font-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
</head>
<body class="index2">
<!-- Start Switcher -->
<div class="switcher-wrapper">
<div class="demo_changer">
<div class="demo-icon customBgColor"><i class="fa fa-cog fa-spin fa-2x"></i></div>
<div class="form_holder">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="predefined_styles">
<div class="skin-theme-switcher">
<h4>Color</h4>
<a href="#" data-switchcolor="red" class="styleswitch"
style="background-color:#de302f;"> </a>
<a href="#" data-switchcolor="orange" class="styleswitch"
style="background-color:#f76d2b;"> </a>
<a href="#" data-switchcolor="blue" class="styleswitch"
style="background-color:#228dcb;"> </a>
<a href="#" data-switchcolor="pink" class="styleswitch"
style="background-color:#FF2761;"> </a>
<a href="#" data-switchcolor="green" class="styleswitch"
style="background-color:#2dcc70;"> </a>
<a href="#" data-switchcolor="purple" class="styleswitch"
style="background-color:#6054c2;"> </a>
<a href="#" data-switchcolor="grey" class="styleswitch"
style="background-color:#626262;"> </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Switcher -->
<!--Header-->
<header class="header_style2 nav-stacked affix-top" data-spy="affix" data-offset-top="1">
<!-- Navigation -->
<nav id="navigation_bar" class="navbar navbar-expand-lg">
<div class="container custom-con">
<div class="row header-row padding-remove">
<div class="navbar-header">
<div class="logo"><a href="index.html"><img src="assets/images/logo.png" alt="image"/></a></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li><a href="quote-reservation.html">Quotes/ Reservations</a></li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown"><a href="#" data-bs-toggle="dropdown" aria-expanded="false">Fleet</a>
<ul class="dropdown-menu">
<li><a href="sedan.html">Sedans</a></li>
<li><a href="suv.html">SUVs</a></li>
</ul>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="contact-us.html">Contact us</a>
</li>
<li>
<a href="#loginform" data-bs-toggle="modal" data-bs-dismiss="modal">Login</a>
</li>
</ul>
</div>
<div class="header_wrap margin-remove" style="font-size: 30px;">
<div class="login_btn btn"><i class="fa fa-phone" aria-hidden="true"></i> +1 631-691-8502</div>
</div>
</div>
</div>
</nav>
<!-- Navigation end -->
</header>
<!-- /Header -->
<!-- Filter-Form -->
<section class="mb-5">
<div class="container mt-5 mb-5">
<div class="main_bg white-text">
<div class="row">
<div class="col-lg-12">
<h3>Please fill out this form to get a Quote for your One-way trip from New York NY to JFK - New
York JFK International Airport.</h3>
</div>
</div>
<form action="#" method="post">
<div class="row">
<div class="form-group col-md-6 col-sm-12">
<label>What type of Vehicle are you interested in reserving?</label>
<div class="select">
<select class="form-control">
<option value="44">Luxury Sedan, 3-passenger</option>
<option value="122">Midsize SUV, 4-passenger</option>
<option value="20">SUV, 6-passenger</option>
</select>
</div>
</div>
<div class="form-group col-md-6 col-sm-6">
<label>Trip Details: Pickup ? on</label>
<div class="row">
<div class="col-6">
<input type="date" class="form-control" min="2022-01-07" max="2022-01-09"/>
</div>
<div class="col-6">
<input type="time" class="form-control"/>
</div>
</div>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>Address</label>
<input type="text" class="form-control"/>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>City</label>
<div class="select">
<select class="form-control">
<option value="NY">New York</option>
<option value="NJ">New Jersey</option>
<option value="CT">Connecticut</option>
</select>
</div>
</div>
<div class="form-group col-md-6 col-sm-6">
<label>Departing flight info (optional)</label>
<div class="row">
<div class="col-6">
<input type="text" class="form-control" placeholder="Airline"/>
</div>
<div class="col-6">
<input type="text" class="form-control" placeholder="#"/>
</div>
</div>
</div>
<div class="form-group col-md-6 col-sm-6">
<label>Departs at?</label>
<input type="time" class="form-control"/>
</div>
<div class="form-group col-sm-12">
<label>Note any EXTRA STOPS you want to make</label>
<textarea class="form-control" rows="4"></textarea>
</div>
<div class="form-group col-sm-12">
<h3>Passenger Info:</h3>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>Passenger/Group's NAME</label>
<input type="text" class="form-control"/>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>How many people in group?</label>
<input type="number" class="form-control" min="1"/>
</div>
<div class="form-group col-sm-12">
<h3>Contact Info for Quote:</h3>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>Contact person's NAME</label>
<input type="text" class="form-control"/>
</div>
<div class="form-group col-md-6 col-sm-12">
<label>EMAIL ADDRESS</label>
<input type="email" class="form-control"/>
<p>*(To receive an email quote, enter a valid email address.)</p>
</div>
<div class="form-group col-sm-12">
<label>PHONE NUMBER:</label>
<input type="tel" class="form-control" placeholder="123-455-6789" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}">
</div>
<div class="form-group col-sm-12">
<label>Note any SPECIAL NEEDS or concerns:</label>
<textarea class="form-control" rows="4"></textarea>
</div>
<div class="form-group col-md-3 col-sm-6">
<label></label>
<button type="submit" class="btn btn-block">Yes to Continue <i class="fa fa-arrow-right"
aria-hidden="true"></i></button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- /Filter-Form -->
<!--Footer -->
<footer>
<div class="footer-top">
<div class="container">
<p style="font-size: 20px;" class="white-text">Service is contracted between website users and designated
service providers
(including Long Island Access Limo and Car Service LLC - serving NY, CT, NJ - headquartered in Coram
NY).</p>
<div class="row">
<div class="col-md-3 col-sm-6">
<ul>
<li><a href="quote-reservation.html">Quotes/Reservations</a></li>
<li><a href="sedan.html">Sedan</a></li>
<li><a href="suv.html">SUVs</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul>
<li><a href="#">Privacy</a></li>
<li><a href="#">Login</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="copy-right">Copyright © 2018 limozip.com</p>
</div>
<div class="col-md-6" align="right">
<div class="footer_widget">
<img src="assets/card-image/388-3884635_paypal-logo-e-commerce-payment-system-paypal-verified-removebg-preview.png"
width="100px">
<img src="assets/card-image/integration_logo_authorizenet_verifiedmerchant.gif"
width="100px">
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- /Footer-->
<!--Back to top-->
<div id="back-top" class="back-top"><a href="#top"><i class="fa fa-angle-up" aria-hidden="true"></i> </a></div>
<!--/Back to top-->
<!--Login-Form -->
<div class="modal fade" id="loginform">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span>
</button>
<h3 class="modal-title">Login</h3>
</div>
<div class="modal-body">
<div class="login_wrap">
<div class="row">
<div class="col-md-12 col-sm-12">
<form action="#" method="get">
<div class="form-group">
<input type="text" class="form-control" placeholder="Username or Email address*">
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Password*">
</div>
<div class="form-group checkbox">
<input type="checkbox" id="remember">
<label for="remember">Remember Me</label>
</div>
<div class="form-group">
<input type="submit" value="Login" class="btn btn-block">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/Login-Form -->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/interface.js"></script>
<!--Switcher-->
<script src="assets/switcher/js/switcher.js"></script>
<!--bootstrap-slider-JS-->
<script src="assets/js/bootstrap-slider.min.js"></script>
<!--Slider-JS-->
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
</body>
</html>