-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (452 loc) · 28.7 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
<!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>Bus Counter</title>
<link rel="stylesheet" href="/css/style.css">
<!-- font awesome -->
<script src="https://kit.fontawesome.com/053615227f.js" crossorigin="anonymous"></script>
<!-- Bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<!-- Start Header -->
<header class="bg-image">
<nav class="navbar fixed-top navbar-expand-lg" style="background-color: #00CBA9;">
<div class="container">
<a class="navbar-brand text-light" href="#"><i class="fas fa-bus ps-1"></i></span> VolksWagen</a>
<button class="navbar-toggler border-light" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-light fs-5" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-5" href="#">Booking</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-5" href="#">Bus Stoppes</a>
</li>
<li class="nav-item dropdown fs-5">
<a class="nav-link dropdown-toggle text-light" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu " aria-labelledby="navbarDropdown"
style="background-color: #00CBA9;">
<li><a class=" dropdown-item text-light" href="#">Lambo</a>
<li><a class=" dropdown-item text-light" href="#">Bus</a>
</li>
<li><a class="dropdown-item text-light" href="#">Truck</a></li>
<li>
<hr class="dropdown-divider text-light">
</li>
<li><a class="dropdown-item text-light" href="#">Special Needed</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-5" href="#">Satisfy</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-5" href="#">Contact <i class="fas fa-street-view"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<section class="text-center pb-2" id="search-field" style="background-color: #00CBA9;">
<h1 class="text-light mb-3">VolksWagen Service In Germany</h1>
<div class="input-group mb-3 w-50 mx-auto ">
<input type="text" class="form-control border-0 ps-4 location" placeholder="Location"
aria-label="Username"><i class="fas fa-search-location"></i>
<span class="input-group-text border-0 text-light fw-bold" style="background-color: #00CBA9;">TO<i
class="fas fa-bus ps-1"></i></span>
<input type="text" class="form-control border-0 ps-4" placeholder="Destination" aria-label="Server">
<i class="fas fa-route"></i>
<span class="input-group-text fw-bold" id="basic-addon2">HappyJourney <i
class="fas fa-car ps-2"></i></span>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#00cba9" fill-opacity="1"
d="M0,192L24,176C48,160,96,128,144,133.3C192,139,240,181,288,213.3C336,245,384,267,432,250.7C480,235,528,181,576,165.3C624,149,672,171,720,154.7C768,139,816,85,864,80C912,75,960,117,1008,112C1056,107,1104,53,1152,53.3C1200,53,1248,107,1296,138.7C1344,171,1392,181,1416,186.7L1440,192L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z">
</path>
</svg>
</header> <!-- End header -->
<!-- start main -->
<main>
<section>
<!-- a section use like phero -->
<div class="container">
<div class="row w-75 mt-5 mt-lg-0 shadow-lg mx-auto box translate-middle-y" id="locate">
<div class="col-md-4 text-center mt-5 mt-lg-0 pt-5 pt-lg-0">
<h3>Pick-location <i class="fas fa-mobile" style="color: #00CBA9;"></i></h3>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar"
style="width: 50%; background-color: #00CBA9;" aria-valuenow="50" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-md-4 text-center">
<h3>Confirm <i class="fas fa-check-circle" style="color: #00CBA9;"></i></h3>
<div class="progress bg-transparent">
<div class="progress-bar progress-bar-striped spinner-grow" role="progressbar status"
style="width: 75%; background-color: #00CBA9;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-md-4 text-center">
<h3>Start Journey <i class="fas fa-smile-wink" style="color: #00CBA9;"></i></h3>
<div class="progress" class="spinner-grow" role="status">
<div class="progress-bar progress-bar-striped" role="progressbar"
style="width: 100%; background-color: #00CBA9;" aria-valuenow="100" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</section>
<!-- section 1 -->
<section>
<div class="container">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-md-7 p-lg-3 position-relative">
<img class="img-fluid pt-lg-4" src="./images/cover-stn.png" alt="">
</div>
<!-- 2nd div -->
<div class="col-md-5 my-3">
<h3 class="text-center mb-3">Confirm your sit</h3>
<div class="input-group mb-3">
<span class="input-group-text" id="basic-addon2">Full Name</span>
<input type="text" class="form-control" placeholder="Enter your full Name"
aria-label="Username" aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
<span class="input-group-text" id="basic-addon2">Phone Number</span>
<input type="text" class="form-control" placeholder="Phone Number" aria-label="Username"
aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Give your email"
aria-label="Recipient's username" aria-describedby="basic-addon2">
<span class="input-group-text" id="basic-addon2">@Gmail</span>
</div>
<div class="input-group mb-3">
<button class="btn btn-outline-secondary dropdown-toggle" type="button"
data-bs-toggle="dropdown" aria-expanded="false" id="basic-addon2">City</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Venice</a></li>
<li><a class="dropdown-item" href="#">Norwa</a></li>
<li><a class="dropdown-item" href="#">Switzerland</a></li>
</ul>
<input type="text" class="form-control" aria-label="Text input with dropdown button"
placeholder="explain why are you want to go">
</div>
<div class="input-group mb-3">
<span class="input-group-text" id="basic-addon2">$</span>
<input type="text" class="form-control" aria-label="Amount (to the nearest dollar)"
placeholder="is your pocket is healthy? tell us">
<span class="input-group-text" id="basic-addon2">.00</span>
</div>
<div class="input-group mb-3 d-flex align-items-center">
<input type="radio" class="mx-2">Single trip
<input type="radio" class="mx-2">Double trip
<input type="radio" class="mx-2">Couple trip
<input type="radio" class="mx-2">Family trip
<span class="input-group-text mx-2" id="basic-addon2"><i
class="fas fa-luggage-cart"></i></span>
</div>
<div class="form-control mb-3">
<div class="input-group text-center">
<input type="checkbox" class="mx-2 mt-1">
<h5 class="position-relative">Do you have access from Parents?</h5>
</div>
<div class="input-group text-center">
<input type="checkbox" class="mx-2 mt-1">
<h5 class="position-relative">Do you have access from gof?</h5>
</div>
<div class="input-group text-center">
<input type="checkbox" class="mx-2 mt-1">
<h5 class="position-relative">Do you have access?</h5>
</div>
</div>
<div class=" input-group">
<span class="input-group-text" id="basic-addon2">Any Reason</span>
<textarea class="form-control" aria-label="With textarea"
placeholder="If you wanna say something msg for safety"></textarea>
</div>
</div>
</div>
</div>
</section>
<!-- collect Ticket -->
<section class="my-5 py-3">
<!-- a section use like phero -->
<div class="container">
<div class="row w-75 shadow-lg mx-auto box">
<h2 class="text-center mb-3" style="color: #00CBA9;">Collect your Ticket From this Counter</h2>
<div class="col-md-4 text-center">
<h5 class="mb-3">Norway <i class="fas fa-mobile" style="color: #00CBA9;"></i></h5>
<h5 class="mb-3">Subway <i class="fas fa-mobile" style="color: #00CBA9;"></i></h5>
<h5 class="mb-3">Kubway <i class="fas fa-mobile" style="color: #00CBA9;"></i></h5>
</div>
<div class="col-md-4 text-center">
<h5 class="mb-3">Netharland <i class="fas fa-check-circle" style="color: #00CBA9;"></i></h5>
<h5 class="mb-3">Metharland <i class="fas fa-check-circle" style="color: #00CBA9;"></i></h5>
<h5>Tetharland <i class="fas fa-check-circle" style="color: #00CBA9;"></i></h5>
</div>
<div class="col-md-4 text-center">
<h5 class="mb-3">Naikkamora <i class="fas fa-smile-wink" style="color: #00CBA9;"></i></h5>
<h5 class="mb-3">Laikkamora <i class="fas fa-smile-wink" style="color: #00CBA9;"></i></h5>
<h5 class="mb-3">Taikkamora <i class="fas fa-smile-wink" style="color: #00CBA9;"></i></h5>
</div>
</div>
</div>
</section>
<!-- end Ticket -->
<!-- section 2 -->
<section class="my-5 py-3">
<div class="container my-5">
<div class="row d-flex align-items-center" style="color: #00CBA9;">
<div class="col-md-6">
<h3 class="text-center mb-4">Why Booking Online</h3>
<div class="accordion" id="accordionPanelsStayOpenExample">
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true"
aria-controls="panelsStayOpen-collapseOne"
style="color: #00CBA9; border: 1px solid #00CBA9;">
VolksWagen is Coming To Bangladesh
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse show"
aria-labelledby="panelsStayOpen-headingOne"
style="color: #00CBA9; border: 1px solid #00CBA9;">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by
default, until the collapse plugin adds the appropriate classes that we use to
style each element. These classes control the overall appearance, as well as the
showing and hiding via CSS transitions. You can modify any of this with custom
CSS or overriding our default variables. It's also worth noting that just about
any HTML can go within the <code>.accordion-body</code>, though the transition
does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseTwo" aria-expanded="false"
aria-controls="panelsStayOpen-collapseTwo"
style="color: #00CBA9; border: 1px solid #00CBA9;">
Try to handle all Transport Services
</button>
</h2>
<div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingTwo"
style="color: #00CBA9; border: 1px solid #00CBA9;">
<div class="accordion-body">
<strong>This is the second item's accordion body.</strong> It is hidden by
default, until the collapse plugin adds the appropriate classes that we use to
style each element. These classes control the overall appearance, as well as the
showing and hiding via CSS transitions. You can modify any of this with custom
CSS or overriding our default variables. It's also worth noting that just about
any HTML can go within the <code>.accordion-body</code>, though the transition
does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseThree" aria-expanded="false"
aria-controls="panelsStayOpen-collapseThree"
style="color: #00CBA9; border: 1px solid #00CBA9;">
Stay Hungry, Stay Foolish
</button>
</h2>
<div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingThree"
style="color: #00CBA9; border: 1px solid #00CBA9;">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by
default, until the collapse plugin adds the appropriate classes that we use to
style each element. These classes control the overall appearance, as well as the
showing and hiding via CSS transitions. You can modify any of this with custom
CSS or overriding our default variables. It's also worth noting that just about
any HTML can go within the <code>.accordion-body</code>, though the transition
does limit overflow.
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<img class="img-fluid" src="./images/Order_ride.png" alt="">
</div>
</div>
</div>
</section>
<!-- collect Ticket -->
<section class="my-5">
<!-- a section use like phero -->
<div class="container">
<div class="row w-75 shadow-lg mx-auto box" id="rider">
<h3 class="text-center mb-3" style="color: #00CBA9;">Associate member with us</h3>
<div class="col-md-4 text-center">
<h5 class="mb-3">Harley Davidson
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5>
<h5 class="mb-3">Kavidson
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5>
</div>
<div class="col-md-4 text-center">
<h5 class="mb-3">Yamaha
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5 class="mb-3">
<h5>Royal Enfield
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5>
</div>
<div class="col-md-4 text-center">
<h5 class="mb-3">Toyota
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5 class="mb-3">
<h5>Hundai
<i class="fas fa-car" style="color: #00CBA9;"></i>
</h5>
</div>
</div>
</div>
</section>
<!-- end Ticket -->
<!-- section 3 -->
<section>
<div class="container">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-md-6">
<img class="img-fluid" src="./images/pride.png" alt="">
</div>
<div class="col-md-6">
<h3 class="text-center mb-4">Customer Satisfaction</h3>
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner rounded-circle" style="border: 1px solid #00CBA9;">
<div class="carousel-item active">
<div class="card mx-auto border-0">
<img src="/images/Weather_notification.png" class="card-img-top w-25 mx-auto"
alt="...">
<div class="card-body mx-5 ps-5">
<h5 class="card-title text-center" style="color: #00CBA9;">David
John</h5>
<p class="card-text py-3">This is a wider card with supporting
text below as a natural lead-in to additional.
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card mx-auto border-0">
<img src="/images/Container_ship.png" class="card-img-top w-25 mx-auto"
alt="...">
<div class="card-body mx-5 ps-5">
<h5 class="card-title text-center" style="color: #00CBA9;">Micheal Carry
</h5>
<p class="card-text py-3">This is a wider card with supporting
text below as a natural lead-in to additional.
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card mx-auto border-0">
<img src="/images/team_work.png" class="card-img-top w-25 mx-auto" alt="...">
<div class="card-body mx-5 ps-5 ">
<h5 class="card-title text-center" style="color: #00CBA9;">Jessica Mende
</h5>
<p class="card-text py-3">This is a wider card with supporting
text below as a natural lead-in to additional.
</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon rounded-pill" aria-hidden="true"
style="background-color: #00CBA9;"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next " type="button"
data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon rounded-pill" aria-hidden="true"
style="background-color: #00CBA9;"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
</main>
<footer class="pt-5">
<div class="container">
<div class="row mt-5 text-center text-lg-start">
<hr>
<div class="col-lg-3">
<h4 class="pb-1">Find your option</h4>
<ul class="list-unstyled" style="color: #00CBA9;">
<li class="pb-1">Location</li>
<li class="pb-1">Service</li>
<li class="pb-1">Booking</li>
<li class="pb-1">Get Ticket</li>
<li class="pb-1">Destination</li>
</ul>
</div>
<div class="col-md-3">
<h4 class="pb-1">Hot Link Bus</h4>
<ul class="list-unstyled" style="color: #00CBA9;">
<li class="pb-1">Murir Tin</li>
<li class="pb-1">Dhaner Tin</li>
<li class="pb-1">Chaler Tin</li>
<li class="pb-1">Harar Tin</li>
<li class="pb-1">Rongberonger Tin</li>
</ul>
</div>
<div class="col-lg-3">
<h4 class="pb-1">Govt Link</h4>
<ul class="list-unstyled" style="color: #00CBA9;">
<li class="pb-1">Road Ministry</li>
<li class="pb-1">ICT Division</li>
<li class="pb-1">Education Board</li>
<li class="pb-1">Development</li>
<li class="pb-1">Digitalization</li>
</ul>
</div>
<div class="col-lg-3 py-5">
<h4 class="pb-3">Subcription</h4>
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Connected with us"
aria-label="Recipient's username" aria-describedby="basic-addon2">
<span class="input-group-text" id="basic-addon2">Subscribe</span>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#00cba9" fill-opacity="1"
d="M0,192L24,176C48,160,96,128,144,133.3C192,139,240,181,288,213.3C336,245,384,267,432,250.7C480,235,528,181,576,165.3C624,149,672,171,720,154.7C768,139,816,85,864,80C912,75,960,117,1008,112C1056,107,1104,53,1152,53.3C1200,53,1248,107,1296,138.7C1344,171,1392,181,1416,186.7L1440,192L1440,320L1416,320C1392,320,1344,320,1296,320C1248,320,1200,320,1152,320C1104,320,1056,320,1008,320C960,320,912,320,864,320C816,320,768,320,720,320C672,320,624,320,576,320C528,320,480,320,432,320C384,320,336,320,288,320C240,320,192,320,144,320C96,320,48,320,24,320L0,320Z">
</path>
</svg>
</footer>
<!-- bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>