-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtaxi.html
187 lines (166 loc) · 6.97 KB
/
taxi.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
<!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.0">
<title>Flight Taxis</title>
<link rel="stylesheet" href="./style/taxi.css">
<link rel="stylesheet" href="./fonts/css/all.css">
<link rel="stylesheet" href="./style/nav.css">
<link rel="stylesheet" href="./style/foot.css">
</head>
<body>
<nav></nav>
<div id="part1">
<div id="part2">
<h2>Book your airport taxi</h2>
<p>Easy airport transfers to and from your accommodation</p>
<input type="radio" id="oneway" name="select1">
<label for="oneway">One-way</label>
<input type="radio" id="return" name="select1">
<label for="return">Return</label>
<div id="searchdiv">
<div>
<div><i class="fa-solid fa-location-dot fa-lg"></i></div>
<input type="text" placeholder="Enter Pick-Up Location">
</div>
<div>
<div><i class="fa-solid fa-location-dot fa-lg"></i></div>
<input type="text" placeholder="Enter Desitnation">
</div>
<div>
<div></div>
<input type="date" value="<?php echo date('Y-m-d'); ?>" />
</div>
<div>
<div></div>
<input type="time" placeholder="" value="12:00">
</div>
<div>
<div><i class="fa-solid fa-user fa-lg"></i></div>
<input type="number" value="1">
</div>
<div id="search"><p>Search</p></div>
</div>
<div id="div2">
<div>
<div class="green"><i class="fa-solid fa-plane fa-xl"></i></div>
<div class="div22">
<h3>Flight tracking</h3>
<p>Your driver tracks your flight and waits for you if it's delayed</p>
</div>
</div>
<div>
<div class="pink"><i class="fa-solid fa-credit-card fa-xl"></i></div>
<div class="div22">
<h3>One clear price</h3>
<p>Your price is confirmed upfront – no extra costs, no cash required</p>
</div>
</div>
<div>
<div class="blue"><i class="fa-solid fa-check fa-xl"></i></div>
<div class="div22">
<h3>Tried and trusted</h3>
<p>We work with professional drivers and have 24/7 customer care</p>
</div>
</div>
</div>
</div>
</div>
<div id="part3">
<h2>Airport transfers made easy</h2>
<div>
<div id="part3a">
<div>
<div><img src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-book-taxi.4fcb8e24.svg" alt="img4"></div>
<div>
<h3>Booking your airport taxi</h3>
<p>Confirmation is immediate. If your plans change, you can cancel for free up to 24 hours before your scheduled pick-up time</p>
</div>
</div>
<div>
<div><img src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-meet-driver.d6713568.svg" alt="img3"></div>
<div>
<h3>Meeting your driver</h3>
<p>You'll be met on arrival and taken to your vehicle. Your driver will track your flight, so they'll wait for you even if it's delayed</p>
</div>
</div>
<div>
<div><img src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-arrive-at-destination.b3ceb242.svg" alt="img2"></div>
<div>
<h3>Arriving at your destination</h3>
<p>Get to your destination quickly and safely – no waiting in line for a taxi, no figuring out public transport</p>
</div>
</div>
</div>
<div id="part3b">
<img src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-how-it-works.94ace4c2.svg" alt="img1">
</div>
</div>
</div>
<div id="part4">
<h2>Airport taxis for any kind of trip</h2>
<div id="passengers">
<div>1-3 passengers</div>
<div>4-7 passengers</div>
<div>All taxis</div>
</div>
<div id="part4main">
<div id="part4a">
<h3>Standad</h3>
<p>Skoda Octavia or similar</p>
<div>
<div class="part4aa">
<div><i class="fa-solid fa-user"></i></div>
<p>3 passengers</p>
</div>
<div class="part4aa">
<div><i class="fa-solid fa-briefcase"></i></div>
<p>2 standard bags</p>
</div>
<div class="part4ab">
<div style="color: skyblue;"><i class="fa-solid fa-check"></i></div>
<p>Meet & Greet included</p>
</div>
<div class="part4ac">
<div><span style="color:green ;"><i class="fa-solid fa-check"></i></span></div>
<p>Free Cancellation</p>
</div>
</div>
<button>Search</button>
</div>
<div id="part4b">
<h3>Executive</h3>
<p>Marcedes-Benz E-Class or similar</p>
<div>
<div class="part4aa">
<div><i class="fa-solid fa-user"></i></div>
<p>3 passengers</p>
</div>
<div class="part4aa">
<div><i class="fa-solid fa-briefcase"></i></div>
<p>2 standard bags</p>
</div>
<div class="part4ab">
<div><i class="fa-solid fa-check"></i></div>
<p>Meet & Greet included</p>
</div>
<div class="part4ac">
<div><i class="fa-solid fa-check"></i></div>
<p>Free Cancellation</p>
</div>
</div>
<button>Search</button>
</div>
</div>
</div>
<footer></footer>
</body>
</html>
<script type="module" >
import nav from "./component/nav.js"
import footer from "./component/footer.js"
document.querySelector("nav").innerHTML = nav()
document.querySelector('footer').innerHTML = footer();
</script>