This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
612 lines (540 loc) · 30.9 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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO -->
<meta name="description" content="Portsmouth based Airport Taxi Specialists. Enterprise Class Transport Since 2009 with Bespoke Destinations including All Major Airports and Seaports.">
<title>Mikes Airport Cars | Travel arrangements made easy!</title>
<link rel="alternate" href="mikesairportcars.co.uk" hreflang="en-gb" />
<link rel="alternate" href="www.mikesairportcars.co.uk" hreflang="en-gb" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ec8045">
<meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ec8045">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom -->
<link href="css/normalize.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Oswald|Open+Sans' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" >
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- reCAPTCHA -->
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43170372-1', 'mikesairportcars.co.uk');
ga('send', 'pageview');
</script>
<!-- Facebook Like -->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- NAVIGATION -->
<nav class="navbar navbar-default" id="menu-home">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="http://mikesairportcars.co.uk">HOME</a></li>
<li><a href="#menu-services">SERVICES</a></li>
<li><a href="#menu-feedback">FEEDBACK</a></li>
<li><a href="#menu-contact">CONTACT</a></li>
</ul>
<!-- SOCIAL ICONS -->
<ul class="nav navbar-nav navbar-right">
<li class="twitter"><a href="http://twitter.com/mikesairportcar" target="_blank"><i class="fa fa-twitter"><h2 class="sr-only" alt="Mike's Aiport Cars Twitter Page">Mike's Airport Cars Twitter Page</h2></i></a></li>
<li class="facebook"><a href="http://www.facebook.com/www.mikesairportcars.co.uk/" target="_blank"><i class="fa fa-facebook"><h2 class="sr-only" alt="Mike's Aiport Cars Facebook Page">Mike's Airport Cars Facebook Page</h2></i></a></li>
</ul>
<!-- /SOCIAL ICONS -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- /NAVIGATION -->
<!-- HEADER -->
<header class="container-fluid">
<div class="row">
<div class="container">
<h1 class="sr-only">Mike's Airport Cars</h1>
<div class="header-logo">
<img src="img/Mikes-Airport-Cars.svg" alt="Mike's Airport Cars - Your Local Airport Transfer Specialist">
<p>Call Us <a href="tel:02392421164">02392 421 164</a></p>
<button data-toggle="modal" data-target="#quotemodal" class="btn btn-warning">Quote Me</button>
</div>
</div>
</div>
</header>
<!-- /HEADER -->
<!-- MAIN CONTENT -->
<div class="main-content container">
<div class="row">
<!-- SERVICES -->
<article class="services" id="menu-services">
<h2>SERVICES</h2>
<h3>We believe<small>That our customers' needs are of the utmost importance.</small></h3>
<p>Portsmouth based Airport Taxi Specialists. We have provided enterprise class transport since 2009 with bespoke destinations including all major airports and seaports.</p>
<p>Our aim is to make your booking as simple as possible, whether you have booked by email, over the phone or even via our Facebook page we aim to give you conformation of your booking within 24hours.</p>
<p>Whether travelling on business or pleasure we trust that we will be able to provide the right service for you taking you to your destination in comfort and style.</p>
<p>We specialise in airport transfers, seaport runs, and long distance we can meet all your travel requirements from airport transfers and minibus hire. Transport can be arranged to any destination including all mainland UK theatres, sporting and concert venues.</p>
<p>We would welcome the opportunity to earn your trust and deliver you the best service in the industry.</p>
<div class="row contact_info">
<div class="col-md-6 services-col">
<div class="services-image">
<img src="img/services1.jpg" class="img-responsive" alt="Reach your destination safely, ready to relax">
<div class="services-image-message sim-left">
<p>Southampton Docks from £40</p>
<p>Central London from £100</p>
</div>
</div>
<h3>Custom Destinations with Inclusive Pricing</h3>
<ul>
<li><i class="fa fa-plane"></i>Single Tariff Day or Night</li>
<li><i class="fa fa-plane"></i>No Waiting Time or Hidden Extra Charges</li>
<li><i class="fa fa-plane"></i>Drivers are C.R.B and H.B.C Approved</li>
<li><i class="fa fa-plane"></i>Vehicles Fitted with Sat Nav and Air Conditioning</li>
<li><i class="fa fa-plane"></i>Free Child Seats Hire Avaibile Upon Request</li>
</ul>
</div><!-- /First Column -->
<div class="col-md-6 services-col">
<div class="services-image">
<img src="img/services2.jpg" class="img-responsive" alt="Group travel with no hidden charges">
<div class="services-image-message sim-right">
<p>Heathrow Airport from £55</p>
<p>Gatwick Airport from £55</p>
</div>
</div>
<h3>Airport, Seaport & Long distance specialists</h3>
<ul>
<li><i class="fa fa-plane"></i>Parking Costs are Included in your Quote</li>
<li><i class="fa fa-plane"></i>We Track Flights & Monitor Delays</li>
<li><i class="fa fa-plane"></i>Trailer Hire Available</li>
<li><i class="fa fa-plane"></i>We Greet You in the Arrivals Hall</li>
<li><i class="fa fa-plane"></i>Hire Available 24/7 all year!</li>
</ul>
</div><!-- /Second Column -->
</div>
</article>
<!-- /SERVICES -->
<p class="back-to-top text-right"><a href="#menu-home" alt="Back to Top of page">Back to Top</a></p>
<hr>
<!-- FEEDBACK -->
<article class="feedback" id="menu-feedback">
<h2>FEEDBACK</h2>
<p>We have hundreds of satisfied customers, take a look at what our customers are saying about us.</p>
<div class="spacebreaker"></div>
<div class="row">
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb1.jpg" alt="Great service, satisfied customer" class="img-circle">
<h3>Cliff Emmans</h3>
<hr>
<p>"Great service, will definitely use them again and again."</p>
</div>
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb2.jpg" alt="Helpful and Friendly, satisfied customer" class="img-circle">
<h3>Maddie Day</h3>
<hr>
<p>"Helpful, chatty and friendly. The journey was enjoyable and smooth."</p>
</div>
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb3.jpg" alt="Another satisfied customer" class="img-circle">
<h3>Donna Ryan</h3>
<hr>
<p>"If Carlsberg made airport transfer cars... this would be it!"</p>
</div>
<div class="clearfix"></div>
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb4.jpg" alt="Child seats and DVD player, satisfied customer" class="img-circle">
<h3>Sharon Redsull</h3>
<hr>
<p>"Great service, having car seats and a DVD player provided for the children was amazing!"</p>
</div>
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb5.jpg" alt="Reliable service, satisfied customer" class="img-circle">
<h3>Scott Piper</h3>
<hr>
<p>"It was re-assuring to have someone who was reliable to take us to and from the airport."</p>
</div>
<div class="col-sm-4 feedback-item">
<img src="img/feedback/fb6.jpg" alt="Reliable and well dressed, satisfied customer" class="img-circle">
<h3>Sam Brown</h3>
<hr>
<p>"Top job at the wedding. Very good price, reliable and well dressed. Outstanding service!"</p>
</div>
</div>
</article>
<!-- /FEEDBACK -->
<p class="back-to-top text-right"><a href="#menu-home" alt="Back to Top of page">Back to Top</a></p>
<hr>
<!-- CONTACT -->
<article class="contact" id="menu-contact">
<h2>CONTACT</h2>
<p>Based in Havant, just outside Portsmouth, England. Our belief is that our customers’ needs are of the utmost importance as a result we pride ourselves on a friendly but professional service with clean, well maintained vehicles at an affordable and fair rate.</p>
<div class="row">
<div class="col-md-8">
<div id="taxihub_form"></div>
<script src="//my.taxihub.org/jsapi.js"></script>
<script>(function() { taxihub('createwebdraftform','16lwy3xeraf4sok8oso04sc00c-1460',{}); })();</script>
</div>
<!-- Quick Info -->
<div class="col-md-4 quickinfo" itemscope itemtype="http://schema.org/Organization">
<h3>
<span itemprop="email"><a href="javascript:location='mailto:\u0069\u006e\u0066\u006f\u0040\u006d\u0069\u006b\u0065\u0073\u0061\u0069\u0072\u0070\u006f\u0072\u0074\u0063\u0061\u0072\u0073\u002e\u0063\u006f\u002e\u0075\u006b';void 0"><script type="text/javascript">document.write('\u0049\u006e\u0066\u006f\u0020\u0040\u0020\u004d\u0069\u006b\u0065\u0073\u0041\u0069\u0072\u0070\u006f\u0072\u0074\u0043\u0061\u0072\u0073')</script></a></span>
<i class="fa fa-envelope-o quickinfo-fa"></i>
</h3>
<h3>
<i class="fa fa-phone quickinfo-fa"></i>
<span class="quickinfo-tel" itemprop="telephone"><a href="tel:02392421164">02392 421 164</a></span>
</h3>
<a href="http://www.facebook.com/www.mikesairportcars.co.uk/" target="_blank"><h3>
<i class="fa fa-facebook quickinfo-fa"></i>
Send a Facebook Message!
</h3></a>
<div class="spacebreaker"></div>
<h3 itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<i class="fa fa-map-marker quickinfo-fa"></i>
<span itemprop="streetAddress">34 Highclere Avenue</span>,
<span itemprop="addressLocality">Havant</span>,
<span itemprop="postalCode">PO9 4RB</span>
</h3>
<h3>
<i class="fa fa-clock-o quickinfo-fa"></i>
Office Opening Hours: 08:00 - 20:00
</h3>
<h3>24 Hour Answering Machine Available</h3>
</div>
<!-- /Quick Info -->
</div>
<p class="back-to-top text-right"><a href="#menu-home" alt="Back to Top of page">Back to Top</a></p>
</article>
<!-- /CONTACT -->
</div> <!-- /row -->
</div> <!-- /container -->
<!-- /MAIN CONTENT -->
<!-- FOOTER -->
<footer class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-6">
<h4>WWW.MIKESAIRPORTCARS.CO.UK</h4>
<div class="footer-links">
<p><a data-toggle="modal" data-target="#tncmodal" alt="Terms and Conditions button">TERMS AND CONDITIONS</a></p>
<p><a data-toggle="modal" data-target="#ppmodal" alt="Privacy Policy button">PRIVACY POLICY</a></p>
</div>
</div>
<div class="col-md-6">
<div class="footer-copyright">
<p>Copyright 2014-2015 Mike’s Airport Cars</p>
<!-- Facebook -->
<div class="fb-like" data-href="https://www.facebook.com/www.mikesairportcars.co.uk" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="true"></div>
<br/>
<!-- Twitter -->
<div class="ft-social">
<a class="twitter-share-button" href="https://twitter.com/share" data-via="mikesairportcar">
Tweet
</a>
<script>
window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));
</script>
<!-- Google+1 -->
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'en-GB'}
</script>
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="medium" data-href="https://plus.google.com/111465942559223961406/about?hl=en&gl=uk"></div>
<!-- Pinterest -->
<a href="//gb.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script>
</div>
<div class="ft-social">
<!-- StumbleUpon -->
<!-- Place this tag where you want the su badge to render -->
<su:badge layout="1"></su:badge>
<!-- Place this snippet wherever appropriate -->
<script type="text/javascript">
(function() {
var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
})();
</script>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- /FOOTER -->
<!-- TERMS AND CONDITIONS (MODAL) -->
<div class="container">
<div class="modal fade" id="tncmodal" tabindex="-1" role="dialog" aria-labelledby="Terms and Conditions" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2>Terms and Conditions</h2>
</div>
<div class="modal-body">
<p>Mikes Airport Cars set out to provide a safe reliable service to all of its customers.</p>
<p>We will always try to be fair and reasonable to our customers and promote goodwill where possible. Whilst we will exercise all due care and consideration to carry out Client and/or Passenger instruction we will not be liable for any incidence or loss due to circumstances beyond our reasonable control.</p>
<p>Transport of Goods All parcels: packages and goods are taken at customer’s own risk. It is the customer’s responsibility to ensure adequate insurance cover is in place for goods in transit.</p>
<div class="panel-group" id="termsaccordion" role="tablist" aria-multiselectable="true">
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingOne">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseOne" aria-expanded="false" aria-controls="termscollapseOne">Right to Refusal</a></h4>
</div>
<div id="termscollapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingOne">
<div class="panel-body">
<p>Mikes Airport Cars reserve the right to refuse to carry any persons or objects that the driver deems to be likely to cause him or his vehicle harm or damage in whatsoever form.</p>
<p>The judgement of the driver will be final.</p>
<p>Mikes Airport Cars may charge for any costs involved.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingTwo">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseTwo" aria-expanded="false" aria-controls="termscollapseTwo">Quotes</a></h4>
</div>
<div id="termscollapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingTwo">
<div class="panel-body">
<p>All quotes, where given, are approximate according to an estimate of miles and time incurred by driver and time of day of travel and type of vehicle required to do a specific journey.</p>
<p>Charges We will calculate fares based upon mileage incurred, time and out of pocket expenditure.</p>
<p>The charge rate will vary according to the type of vehicle/service required for the journey.</p>
<p>We operate a fixed rates for journeys to or from the local areas to: the London airports and to most London postal codes.</p>
<p>Most journeys are quoted travelling via the shortest route. If the route varies from this, e.g. by request from the customer to use a motorway route or the driver has to avoid a traffic related problem, Mikes Airport Cars reserve the right to charge the Client for any extra mileage and time.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingThree">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseThree" aria-expanded="false" aria-controls="termscollapseThree">Surcharges</a></h4>
</div>
<div id="termscollapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingThree">
<div class="panel-body">
<p>Mikes Airport Cars reserve the right to apply a surcharge to:</p>
<ul>
<li>Out of area to out of area journeys</li>
<li>Airport and station pick-ups</li>
<li>Christmas, New Year and other Bank Holiday journeys</li>
<li>Additional stops on route</li>
<li>Periods of extreme weather or road conditions</li>
<li>Peak hours</li>
</ul>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingFour">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseFour" aria-expanded="false" aria-controls="termscollapseFour">Cancellations</a></h4>
</div>
<div id="termscollapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingFour">
<div class="panel-body">
<p>Mikes Airport Cars assumes a journey request is still valid until:</p>
<p>A Passenger or someone deemed to be representing the Passenger cancels the journey with a member of staff in the offices of Mikes Airport Cars and receives confirmation by the member of staff that it is cancelled.</p>
<p>Our driver and or supporting staff have satisfied themselves that they are unable to pick the Passenger up for whatever reason.</p>
<p>Until then we will take all reasonable care to complete the booking.</p>
<p>In the event of a cancellation of a journey Mikes Airport Cars may charge for any costs incurred until the time when it is apparent that Mikes Airport Cars have been satisfactorily informed of a cancellation of booking or Mikes Airport Cars have been unable to contact the Passenger.</p>
<p>Usually there would be no charge for a journey cancelled prior to dispatch.</p>
<p>Where a journey is cancelled after the driver has been dispatched the Client may be liable for a charge.</p>
<p>Where the driver is unable to find a Passenger after making all reasonable efforts the Client may be charged.</p>
<p>Where a Client or Passenger gives incorrect information regarding a pick up place or time or other relevant detail that results in a cost to our driver, the Client may be liable for a cancellation charge.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingFive">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseFive" aria-expanded="false" aria-controls="termscollapseFive">Waiting time</a></h4>
</div>
<div id="termscollapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingFive">
<div class="panel-body">
<p>Where a driver has to wait beyond the appointed time to collect a Passenger, whether it be the fault of the Passenger or Client or arises from circumstances beyond their control, the Client will be liable to pay Mikes Airport Cars for the waiting time.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingSix">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseSix" aria-expanded="false" aria-controls="termscollapseSix">Payment</a></h4>
</div>
<div id="termscollapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingSix">
<div class="panel-body">
<p>Bookings can be made via Facebook or calling our operator directly.</p>
<p>Payments needed to be made via Debit or Credit card will be required to make a booking by calling our operator directly and payment made at the time of booking.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingSeven">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseSeven" aria-expanded="false" aria-controls="termscollapseSeven">Travelling with children</a></h4>
</div>
<div id="termscollapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingSeven">
<div class="panel-body">
<p>Mikes Airport Cars supply child seats at no extra cost to the customer.</p>
<p>If for any reason you wish to use your own child seats Mikes Airport Cars do not offer storage for these seats while you are away.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingEight">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseEight" aria-expanded="false" aria-controls="termscollapseEight">Fouling of the Vehicle</a></h4>
</div>
<div id="termscollapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingEight">
<div class="panel-body">
<p>Mikes Airport Cars reserve the right to charge in the event of fouling of the vehicle. This charge is to cover the professional cleaning of the vehicle and the drivers lose of earnings while this process takes place.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="termsheadingNine">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#termsaccordion" href="#termscollapseNine" aria-expanded="false" aria-controls="termscollapseNine">Food and Drink</a></h4>
</div>
<div id="termscollapseNine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="termsheadingNine">
<div class="panel-body">
<p>Mikes Airport Cars operate a strict no food or drink policy in all our vehicles.</p>
</div>
</div>
</div>
<!-- /Panel -->
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn modal-btn" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- /TERMS AND CONDITIONS (MODAL) -->
<!-- PRIVACY POLICY (MODAL) -->
<div class="container">
<div class="modal fade" id="ppmodal" tabindex="-1" role="dialog" aria-labelledby="Privacy Policy" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2>Privacy Policy</h2>
</div>
<div class="modal-body">
<p>This Privacy Policy describes Mike’s Airport Cars policies and procedures on the collection, use and disclosure of your information.</p>
<p>You understand that through your use of the Services you consent the collection and use of your information.</p>
<p>We will not disclose information about our customers to third parties except where it is part of providing a service to you.</p>
<div class="panel-group" id="ppaccordion" role="tablist" aria-multiselectable="true">
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="ppheadingOne">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#ppaccordion" href="#ppcollapseOne" aria-expanded="false" aria-controls="ppcollapseOne">What information will Mike's Airport Cars collect about me?</a></h4>
</div>
<div id="ppcollapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="ppheadingOne">
<div class="panel-body">
<p>Information collected when you book:</p>
<p>When you book with Mike’s Airport Cars, you provide some personal information, such as your name, location and phone number.</p>
<p>Third party sites:</p>
<p>Our site may contain links to other websites. If you follow a link to any of these websites, please note that they have their own privacy policies and that we do not accept any responsibility or liability for these policies.</p>
<p>Please check these policies before you submit any personal data to these websites.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="ppheadingTwo">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#ppaccordion" href="#ppcollapseTwo" aria-expanded="false" aria-controls="ppcollapseTwo">How do we use your information?</a></h4>
</div>
<div id="ppcollapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="ppheadingTwo">
<div class="panel-body">
<p>We will not keep or sell your personal or financial information to any third party.</p>
<p>Communication and marketing:</p>
<p>We may keep your contact information for our own records and use them to contact you about our services and promotions.</p>
</div>
</div>
</div>
<!-- /Panel -->
<!-- Panel -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="ppheadingThree">
<h4 class="panel-title"><a class="collapsed" data-toggle="collapse" data-parent="#ppaccordion" href="#ppcollapseThree" aria-expanded="false" aria-controls="ppcollapseThree">Changes to this policy</a></h4>
</div>
<div id="ppcollapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="ppheadingThree">
<div class="panel-body">
<p>We may revise this Privacy Policy from time to time. The most current version of the policy will govern our use of your information and will always be at www.MikesAirportCars.co.uk.</p>
</div>
</div>
</div>
<!-- /Panel -->
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn modal-btn" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- /PRIVACY POLICY (MODAL) -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</script>
</body>
</html>