-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
651 lines (566 loc) · 25.3 KB
/
index4.html
File metadata and controls
651 lines (566 loc) · 25.3 KB
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
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!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>Reach Transit</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style4.css">
</head>
<body>
<header class="header" id="header">
<a href=""><span class="logo"><img src="images/Group 1.png" alt=""> <span>Reach Transit</span></span></a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="topnav">
<div class="list">
<li><a href="#about" class="topnav-a">About Us</a></li>
<li><button class="btnOpen">Travel History</button> </li>
<li><a href="index3.html" class="topnav-a">Hire</a></li>
<li><a href="index2.html" class="topnav-a">Tickets</a></li>
<li><a href="#footer" class="topnav-a">Contact</a></li>
<li><a id="replaceCam"><img id="photo" class="btnOpen4" src="images/profile-user-svgrepo-com.svg" alt=""></a></li>
</div>
<section class="box4">
<div class="close4">×</div>
<div class="profile-text">
<i class='bx bx-chevron-left'></i>
<span>Profile</span>
</div>
<div class="profile-image">
<div class="user-image">
<span id="replaceCam"><img src="images/profile-user-svgrepo-com.svg" id="photo" alt=""></span>
<input type="file" id="file">
<label for="file" id="uploadbtn"><i class='bx bxs-camera'></i></label>
</div>
<div id="replaceUser">Jeff Doe <br><span>Last trip <span id="replaceDate"></span></span></div>
<div class="verified">Verified</div>
</div>
<div class="profile-content">
<div class="profile-input">
<p>EMAIL ADDRESS</p>
<input type="email" placeholder="JaneDoe@gmail.com" id="replaceEmail">
</div>
<div class="profile-input">
<p>PASSWORF</p>
<input type="password" placeholder="**********" id="replacePassword">
</div>
<div class="profile-input">
<p>PHONE NUMBER</p>
<input type="number" placeholder="+234 903 9556 992" id="replaceNumber">
</div>
<div class="profile-input">
<p>CITY</p>
<input type="text" placeholder=" Jos Nigeria " id="replaceCity">
</div>
</div>
<div class="profile-bottom">
<p>
<button class="btnOpen5">Add next of Kin</button>
<section class="box5">
<div class="close5"><i class='bx bx-check-double'></i></div>
<div class="profile-text1">
<span>
<i class='bx bx-chevron-left'></i>Next of kin info
</span>
</div>
<div class="profile-content1">
<div class="profile-input1">
<p>EMAIL ADDRESS</p>
<input type="email" placeholder="JaneDoe@gmail.com">
</div>
<div class="profile-input1">
<p>EMAIL ADDRESS</p>
<input type="password" placeholder="**********">
</div>
<div class="profile-input1">
<p>Phone number</p>
<input type="number" placeholder="+234 903 9556 992">
</div>
<div class="profile-input1">
<p>City</p>
<input type="text" placeholder=" Jos Nigeria ">
</div>
</di>
</section>
</p>
<p class="a"><a href="index.html">Log Out</a></p>
</div>
</section>
<section class="box">
<nav class="travel-header">
<span>Travel History</span>
</nav>
<div class="close">×</div>
<div class="travel-content">
<div class="travel-box">
<div class="travel-item">
<div class="travel-text">
<p>Order ID:1134178kk12<br>20/12/22</p>
<p class="lagos"><img src="images/truck.png" alt="">Lagos <img src="images/Group 58.png" alt="">Abuja</p>
</div>
<div class="travel-text">
<h2>Bus Travel</h2>
<img src="images/Group 9046.png" alt="">
<h3>718km</h3>
</div>
</div>
<div class="hours">
14 hours
</div>
<p class="details">See Full Details</p>
</div>
<div class="travel-box">
<div class="travel-item">
<div class="travel-text">
<p>Order ID:1134178kk12<br>20/12/22</p>
<p class="lagos"><img src="images/truck.png" alt="">Lagos <img src="images/Group 58.png" alt="">Abuja</p>
</div>
<div class="travel-text">
<h2>Bus Travel</h2>
<img src="images/material-symbols_cancel.png" alt="">
<h3>718km</h3>
</div>
</div>
<div class="hours">
14 hours
</div>
<p class="details">See Full Details</p>
</div>
<div class="travel-box">
<div class="travel-item">
<div class="travel-text">
<p>Order ID:1134178kk12<br>20/12/22</p>
<p class="lagos"><img src="images/truck.png" alt="">Lagos <img src="images/Group 58.png" alt="">Abuja</p>
</div>
<div class="travel-text">
<h3>Bus Travel</h3>
<img src="images/mark.png" alt="">
<h3>718km</h3>
</div>
</div>
<div class="hours">
14 hours
</div>
<p class="details">See Full Details</p>
</div>
<div class="travel-box">
<div class="travel-item">
<div class="travel-text">
<p>Order ID:1134178kk12<br>20/12/22</p>
<p class="lagos"><img src="images/truck.png" alt="">Lagos <img src="images/Group 58.png" alt="">Abuja</p>
</div>
<div class="travel-text">
<h2>Bus Travel</h2>
<img src="images/Group 9046.png" alt="">
<h3>718km</h3>
</div>
</div>
<div class="hours">
14 hours
</div>
<p class="details">See Full Details</p>
</div>
</div>
</section>
</nav>
</header>
<main>
<ul class="ul-bg">
<section class="about" id="home">
<div class="home-content">
<h1 class="travel">Travel With</h1>
<h1 class="conf">Confidence</h1>
<p>Discover Hassle-Free Travel Across Nigeria with Our Transit Services.</p>
</div>
<div class="available" id="booking">
<div class="img-container">
<img src="images/Group 9050.png" alt="">
</div>
<div class="form-body">
<form action="">
<h3>From:</h3>
<select class="city" id="from">
<option value="">--Select City--</option>
<option value="Abia">Abia</option>
<option value="Adamawa">Adamawa</option>
<option value="AkwaIbom">Akwa Ibom</option>
<option value="Anambra">Anambra</option>
<option value="Bauchi">Bauchi</option>
<option value="Bayelsa">Bayelsa</option>
<option value="Benue">Benue</option>
<option value="Borno">Borno</option>
<option value="CrossRiver">Cross River</option>
<option value="Delta">Delta</option>
<option value="Ebonyi">Ebonyi</option>
<option value="Edo">Edo</option>
<option value="Ekiti">Ekiti</option>
<option value="Enugu">Enugu</option>
<option value="Gombe">Gombe</option>
<option value="Imo">Imo</option>
<option value="Jigawa">Jigawa</option>
<option value="Kaduna">Kaduna</option>
<option value="Katsina">Katsina</option>
<option value="Kano">Kano</option>
<option value="Kebbi">Kebbi</option>
<option value="Kogi">Kogi</option>
<option value="Kwara">Kwara</option>
<option value="Lagos">Lagos</option>
<option value="Nassarawa">Nassarawa</option>
<option value="Niger">Niger</option>
<option value="Ogun">Ogun</option>
<option value="Ondo">Ondo</option>
<option value="Osun">Osun</option>
<option value="Oyo">Oyo</option>
<option value="Plateau">Plateau</option>
<option value="Rivers">Rivers</option>
<option value="Sokoto">Sokoto</option>
<option value="Taraba">Taraba</option>
<option value="Yobe">Yobe</option>
<option value="Zamfara">Zamfara</option>
</select>
<h3>To:</h3>
<select class="city" id="toCity">
<option value="">--Select From--</option>
<option value="Abia">Abia</option>
<option value="Adamawa">Adamawa</option>
<option value="Adamawa">Abuja</option>
<option value="AkwaIbom">Akwa Ibom</option>
<option value="Anambra">Anambra</option>
<option value="Bauchi">Bauchi</option>
<option value="Bayelsa">Bayelsa</option>
<option value="Benue">Benue</option>
<option value="Borno">Borno</option>
<option value="CrossRiver">Cross River</option>
<option value="Delta">Delta</option>
<option value="Ebonyi">Ebonyi</option>
<option value="Edo">Edo</option>
<option value="Ekiti">Ekiti</option>
<option value="Enugu">Enugu</option>
<option value="Gombe">Gombe</option>
<option value="Imo">Imo</option>
<option value="Jigawa">Jigawa</option>
<option value="Kaduna">Kaduna</option>
<option value="Katsina">Katsina</option>
<option value="Kano">Kano</option>
<option value="Kebbi">Kebbi</option>
<option value="Kogi">Kogi</option>
<option value="Kwara">Kwara</option>
<option value="Lagos">Lagos</option>
<option value="Nassarawa">Nassarawa</option>
<option value="Niger">Niger</option>
<option value="Ogun">Ogun</option>
<option value="Ondo">Ondo</option>
<option value="Osun">Osun</option>
<option value="Oyo">Oyo</option>
<option value="Plateau">Plateau</option>
<option value="Rivers">Rivers</option>
<option value="Sokoto">Sokoto</option>
<option value="Taraba">Taraba</option>
<option value="Yobe">Yobe</option>
<option value="Zamfara">Zamfara</option>
</select>
<h3>Waybill Date:</h3>
<input type="date" class="city" id="departureDate">
<button class="btnOpen1" onclick="handlerAvailability()">Waybill Item</button>
<section class="box1">
<div class="close1"><i class='bx bx-x'></i></div>
<div class="check-body">
<p class="check-text">Waybill Item</p>
<div class="check-content">
<div class="check-box">
<p>From</p>
<ul id="replaceFrom"></ul>
</div>
<div class="check-box">
<p>To</p>
<ul class="place" id="replaceTo"></ul>
</div>
<div class="check-box">
<p>Date</p>
<ul id="replaceDate2"></ul>
</div class="place">
</div>
<div class="detail-content">
<p>Recievers Info</p>
<div class="detail-box">
<p>Name</p>
<input type="text" id="">
</div>
<div class="detail-box">
<p>Phone Number</p>
<input type="number" id="">
</div>
<div class="detail-box">
<p>Address</p>
<input type="text" id="">
</div>
</div>
<div class="waybill-content">
<div class="waybill-box">
<p>Item Size</p>
<h3>Large</h3>
<a href="#">Select Size</a>
</div>
<div class="waybill-box">
<textarea name="" id="" cols="60" rows="5" placeholder="Write a Description of your Item"></textarea>
</div>
<div class="waybill-box">
<img src="images/profile-user-svgrepo-com.svg" id="photo" alt="">
<input type="file" id="file">
<label for="file" id="uploadbtn"><i class='bx bxs-camera'></i></label>
</div>
<div class="waybill-box">
<p>Price</p>
<h3>N2,000</h3>
<a href="#">Card Payment only</a>
</div>
<div class="btn-pay">
<button class="btnOpen2">Pay</button>
<section class="box2">
<div class="close2"><i class='bx bx-x'></i></div>
<p class="p">PAYMENT</p>
<div class="payment-content">
<div class="payment-box">
<p>Card NO</p>
<div>
<input type="number" placeholder="xxxx xxxx xxxx" required>
</div>
</div>
<div class="payment-box">
<p>CVV</p>
<div>
<input type="number" placeholder="xxx" required>
</div>
</div>
<div class="payment-box">
<p>Password</p>
<div>
<input type="password" placeholder=".........." required>
</div>
</div>
<div class="payment-box">
<p>Payment Amount</p>
<p class="amount">N5,000</p>
<button class="btnOpen3">Pay</button>
<section class="box3">
<div class="close3"><i class='bx bx-x'></i></div>
<img src="images/Property 1=Variant2.png" alt="">
</section>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
</div>
</form>
</div>
</section>
</ul>
<section class="about" id="about">
<h2>ABOUT US</h2>
<div class="p">
<p class="reduce">Welcome to Reach Transit, a revolutionary transport app that simplifies and enhances the way you travel. Founded in 2022, Reach Transit is dedicated to providing efficient, reliable, and affordable transportation solutions to commuters all over the world.
<br><br>
<p class="reduce">Our team of experienced developers and transportation experts have worked tirelessly to create a user-friendly and seamless platform that makes your daily commute stress-free and enjoyable. </p>
</div>
<h2>OUR SERVICES</h2>
<div class="about-contents">
<div class="about-box">
<ul><img src="images/Group 9041.png" alt=""></ul>
<h3>Book Vehicle</h3>
<p>You can book vehicles for your excursion, vacation, wedding events etc. at affordable prices.</p>
</div>
<div class="about-box">
<ul><img src="images/Group 9042.png" alt=""></ul>
<h3>Waybill Items</h3>
<p>Transport little items from one place to another securely and swiftly with our waybill service.</p>
</div>
<div class="about-box">
<ul><img src="images/Group 9043.png" alt=""></ul>
<h3>Mobile Ticketing</h3>
<p>Purchase and store tickets for your transportation directly within the app, eliminating the need for physical tickets.</p>
</div>
<div class="about-box">
<ul><img src="images/Group 9044.png" alt=""></ul>
<h3>24/7 Transport</h3>
<p>You can purchase and store tickets for your transportation options directly within the app, eliminating the need for physical tickets.</p>
</div>
</div>
</section>
<section class="fleet">
<h2>OUR FLEET</h2>
<p>Select a ride that matches your style and budget</p>
<div class="fleet-contents">
<div class="fleet-box">
<ul><img src="images/G7_DD-removebg-preview 1.png" alt=""></ul>
<h3>Marcopolo</h3>
<p>Capacity.36</p>
</div>
<div class="fleet-box">
<ul><img src="images/Free_Spirit_-_Past_Models-removebg-preview 1.png" alt=""></ul>
<h3>18 Seater Bus</h3>
<p>Capacity.18</p>
</div>
<div class="fleet-box">
<ul><img src="images/G7_DD-removebg-preview 1.png" alt=""></ul>
<h3>30 Seater Bus</h3>
<p>Capacity.30</p>
</div>
<div class="fleet-box">
<ul><img src="images/Free_Spirit_-_Past_Models-removebg-preview 1.png" alt=""></ul>
<h3>Marcopolo</h3>
<p>Capacity.36</p>
</div>
<div class="fleet-box">
<ul><img src="images/G7_DD-removebg-preview 1.png" alt=""></ul>
<h3>Marcopolo</h3>
<p>Capacity.36</p>
</div>
<div class="fleet-box">
<ul><img src="images/Free_Spirit_-_Past_Models-removebg-preview 1.png" alt=""></ul>
<h3>Marcopolo</h3>
<p>Capacity.36</p>
</div>
</div>
</section>
<section class="tools">
<div class="tool-content">
<div class="tool-box">
<img src="images/Vector.png" alt="">
<h3>128+</h3>
<a href="#">Buses Available</a>
</div>
<div class="tool-box">
<img src="images/Vector (1).png" alt="">
<h3>17+</h3>
<a href="#">Trained Technicians</a>
</div>
<div class="tool-box">
<img src="images/Vector.png" alt="">
<h3>62+</h3>
<a href="#">Personal Drivers</a>
</div>
<div class="tool-box" id="last">
<img src="images/Vector (3).png" alt="">
<h3>100+</h3>
<a href="#">Customers</a>
</div>
</div>
</section>
<section class="feedback">
<h3>TESTIMONIALS</h3>
<h2>Customers feedback</h2>
<div class="feedback-content">
<div class="feedback-box">
<p class="comment"><img src="images/Group.png" alt="" ></p>
<p>
I recently used transit services and I am
extremely pleased with the experience. The buses
were clean and well-maintained, and the drivers were
courteous and knowledgeable about the routes.
The schedules were accurate and reliable, making it
easy to plan my trips and arrive at my destination on time.
Overall, I would highly recommend Reach transit services to
anyone looking for a convenient and hassle-free way to travel.
</p>
<p class="image"><img src="images/Ellipse 24.png" alt=""><span>Derek Brown</span></p>
</div>
<div class="feedback-box">
<p class="comment"><img src="images/Group.png" alt="" ></p>
<p>
I recently took a long-distance trip using
Reach transit services and was pleasantly
surprised with the experience. The buses were
spacious and comfortable, with plenty of legroom
and reclining seats. The journey was smooth and
the driver made regular stops for rest and refreshments.
I would definitely use Reach
transit services for future long-distance trips.
</p>
<p id="image"><img src="images/Ellipse 24.png" alt=""><span>Derek Brown</span></p>
</div>
<div class="feedback-box">
<p class="comment"><img src="images/Group.png" alt="" ></p>
<p>
I've been using transit services for my
daily commute and I must say, I'm impressed
with the level of service they provide. The
buses are always on time, clean and comfortable,
making my journey to work stress-free. The drivers are
friendly and professional, and I appreciate their attention
to safety on the roads. I highly recommend Reach
transit services to anyone looking for
an affordable and reliable transportation option.
</p>
<p class="image"><img src="images/Ellipse 24.png" alt=""><span>Derek Brown</span></p>
</div>
</div>
</section>
<section class="convenience">
<div class="convenience-content">
<div class="front">
<img src="images/Group 9049.png" alt="">
</div>
<div class="convenience-text">
<h1><span>Convenience</span> wherever you are</h1>
<p>Download our user-friendly app present</p>
<p>on both ios and android platforms.</p>
</div>
</div>
<div class="store">
<span><img src="images/Layer 2.png" alt=""></span>
<span><img src="images/App Store Badge.png" alt=""></span>
</div>
</section>
</main>
<footer class="footer" id="footer">
<div class="footer-content">
<div class="footer-box">
<h3><span><img src="images/Group 1.png" alt=""></span>Reach Transit</h3>
<p><img src="images/V.png" alt="" class="icon">Old Airport Junction, 55 Amilo <br>Crescent, Jos Nigeria.</p>
<p><img src="images/V2.png" alt="" class="icon"><a href="#">Reachtransit@gmail.com</a></p>
<p><img src="images/V3.png" alt="" class="icon">+234 90 178 47 564</p>
</div>
<div class="footer-box">
<h3>Our Info</h3>
<p><a href="#">About Us</a></p>
<p><a href="#">Pur Services</a></p>
<p><a href="#">Blog</a></p>
<p><a href="#">Contact Us</a></p>
</div>
<div class="footer-box">
<h3>Quick Link</h3>
<p><a href="#">Finance</a></p>
<p><a href="#">Compare Prices</a></p>
<p><a href="#">General FAQ</a></p>
<p><a href="#">Testimonial</a></p>
<p><a href="#">Admin Logo</a></p>
</div>
<div class="footer-box">
<h3>Subscribe</h3>
<p class="input"><input type="email" name="" id="" placeholder="Your email" > <button><i class='bx bx-right-arrow-alt'></i></button></p>
<p>
<a href="#" class="links"><i class='bx bxl-facebook-circle'></i></i></a>
<a href="#" class="links"><i class='bx bxl-twitter'></i></a>
<a href="#" class="links"><i class='bx bxl-youtube' ></i></a>
<a href="#" class="links"><i class='bx bxl-linkedin' ></i></a>
</p>
</div>
</div>
<div class="copy-right">
<p>Copy-right reserved by <span>Reach Transit</span>. 2023</p>
<p>
<a href="#">Terms of use | </a>
<a href="#">Privacy Policy</a>
</p>
</div>
<footer>
<script defer src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
</body>
</html>