-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
807 lines (733 loc) · 28.4 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
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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
<!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" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="shortcut icon" href="./svgs/logo.svg" type="image/x-icon" />
<link rel="stylesheet" href="./styles/styles.css" />
<script defer src="//code.jivosite.com/widget/RsrSubRb06" async></script>
<script defer src="./index.js"></script>
<title>Driving School</title>
</head>
<body>
<!-- Loader -->
<div id="preloader_sec" class="preloader">
<div class="preloader_inner">
<img src="./gifs/cardriving.gif" alt="cardriving-gif" />
</div>
</div>
<!-- POP-UP SECTION -->
<div id="pop" class="pop_up_sec">
<div class="pop_up_sec_inner">
<div class="pop_up_box1">
<p>Obey Traffic Signals</p>
<div class="clip"></div>
</div>
<!-- -->
<div class="pop_up_box2">
<p>Watch for Pedestrians</p>
<div class="clip"></div>
</div>
<!-- -->
<div class="pop_up_box3">
<p>Use Seat Belts</p>
<div class="clip"></div>
</div>
<!-- -->
<div class="pop_up_box4">
<p>Respect Speed Limits</p>
<div class="clip"></div>
</div>
<!-- -->
<div class="pop_up_box5">
<p>Avoid Distracted Driving</p>
<div class="clip"></div>
</div>
<!-- -->
</div>
</div>
<div class="hero_nav_sec">
<div class="hero_nav_sec_inner">
<!-- NAV-SECTION -->
<header id="nav_sec">
<div class="navbar">
<div class="navbar_inner">
<div class="menu_items">
<ul class="menu_lists text_white">
<a href="#nav_sec">
<li class="active">Home</li>
</a>
<a href="#get_id">
<li>driving lessons</li>
</a>
<a href="#test_id">
<li>our services</li>
</a>
</ul>
</div>
<!-- LOGO -->
<a href="#!">
<img class="nav_logo" src="./svgs/logo.svg" alt="logo" />
</a>
<!-- LOGO -->
<div class="menu_items">
<ul class="menu_lists text_white">
<a href="#team_id">
<li>Our Team</li>
</a>
<a href="#footer_id">
<li>Contact</li>
</a>
<!-- add animations -->
<button class="nav_btn btn_main">Book now</button>
<!-- add animations -->
</ul>
</div>
<div class="toogle_btn">
<i class="fa fa-bars"></i>
</div>
</div>
</div>
<!-- DROPDOWN MENU -->
<div class="dropdown_menu">
<ul class="menu_lists">
<a href="#nav_sec">
<li class="active">Home</li>
</a>
<a href="#get_id">
<li>driving lessons</li>
</a>
<a href="#test_id">
<li>our services</li>
</a>
<a href="#team_id">
<li>Our Team</li>
</a>
<a href="#footer_id">
<li>Contact</li>
</a>
<!-- add animations -->
<a href="#!">
<button class="nav_btn btn_main mobile">Book now</button>
</a>
<!-- add animations -->
</ul>
</div>
</header>
<!-- HERO SECTION -->
<section class="main animations_left">
<div class="main_inner main_container">
<div class="main_right text_white">
<h2 class="large_text max animations_up">
Find driving instructor
</h2>
<p class="small_text">
Welcome to <strong> First Pass </strong>
<br />
where learners become drivers
</p>
<div class="main_right_input_sec">
<div class="auto_manual_sec">
<div class="auto_manual_btn active">
<span>auto</span>
</div>
<div class="auto_manual_btn">
<span>manual</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- ----------------------GET YOU SECTION---------------------- -->
<section id="get_id" class="get_you_sec main_container">
<div class="get_you_sec_inner">
<div class="get_you_header">
<h3 class="medium_text text_primary animations_left">
Let's Get You On The Road
</h3>
<p class="small_text max text_light animations_down">
From the first time behind the wheel, to test day, we'll guide you
to success. All trainings are 1hr/day 30mins practical and 30mins
dialogue
</p>
</div>
<div class="get_you_flexbox">
<div class="get_you_flexbox_inner">
<div class="get_you_box animations_up">
<div class="get_you_box_inner">
<div class="get_you_box_top">
<img
src="./svgs/flex1_svg.svg"
alt="get you on the road illustration"
/>
</div>
<div class="get_you_box_bottom text_light">
<h5 class="box_header text_primary">AUTO CAR</h5>
<ul>
<li>
<span><img src="./svgs/icon1.svg" alt="icon" /></span>
1week- 1hr/day - <strong>₦10,000</strong>
</li>
<li>
<span><img src="./svgs/icon1.svg" alt="icon" /></span>
2weeks - 1hr/day - <strong> ₦15,000 </strong>
</li>
<li>
<span><img src="./svgs/icon1.svg" alt="icon" /></span>
3weeks - 1hr/day - <strong> ₦20,000 </strong>
</li>
<li>
<span><img src="./svgs/icon1.svg" alt="icon" /></span>
4weeks - 1hr/day - <strong> ₦30,000 </strong>
</li>
</ul>
</div>
</div>
</div>
<!-- -->
<div class="get_you_box animations_down">
<div class="get_you_box_inner">
<div class="get_you_box_top">
<img
src="./svgs/flex2_svg.svg"
alt="get you on the road illustration"
/>
</div>
<div class="get_you_box_bottom text_light">
<h5 class="box_header text_primary">MANUAL CAR</h5>
<ul>
<li>
<span><img src="./svgs/icon2.svg" alt="icon" /></span>
1week - 1hr/day - <strong> ₦10,000 </strong>
</li>
<li>
<span><img src="./svgs/icon2.svg" alt="icon" /></span>
2weeks - 1hr/day <strong> ₦18,000 </strong>
</li>
<li>
<span><img src="./svgs/icon2.svg" alt="icon" /></span>
3weeks - 1hr/day - <strong> ₦25,000 </strong>
</li>
<li>
<span><img src="./svgs/icon2.svg" alt="icon" /></span>
4weeks - 1hr/day - <strong> ₦30,000 </strong>
</li>
</ul>
</div>
</div>
</div>
<!-- -->
<div class="get_you_box animations_up">
<div class="get_you_box_inner">
<div class="get_you_box_top">
<img
src="./svgs/flex3_svg.svg"
alt="get you on the road illustration"
/>
</div>
<div class="get_you_box_bottom text_light">
<h5 class="box_header text_primary">BOTH AUTO/MANUAL CARS</h5>
<ul>
<li>
<span><img src="./svgs/icon3.svg" alt="icon" /></span>
2weeks - 1hr/day - <strong> ₦20,000 </strong>
</li>
<li>
<span><img src="./svgs/icon3.svg" alt="icon" /></span>
3wks - <strong> ₦35,000 </strong>
</li>
<li>
<span><img src="./svgs/icon3.svg" alt="icon" /></span>
4wks - <strong> ₦45,000 </strong>
</li>
</ul>
</div>
</div>
</div>
<!-- -->
</div>
</div>
</div>
</section>
<!-- ----------------------DRIVING-TEST SECTION---------------------- -->
<section id="test_id" class="driving_test main_container">
<div class="driving_test_inner">
<div class="driving_test_left animations_left">
<div class="driving_test_left_inner">
<img src="./svgs/driving_test_bg.svg" alt="driving test bg" />
</div>
</div>
<!-- -->
<div class="driving_test_right">
<div class="driving_test_right_inner">
<h3 class="flex_header text_primary animations_left">
Our Services:
</h3>
<ul class="animations_left">
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Map Reading
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span> 45
Basic Driving Course
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Instructor car use for test
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Proficiency Driver Course
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Executive Driver Course
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Road Traffic Regulation
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Car hire Service
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Power-bike Training
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Group/Company Driving Training
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Process of Driver License
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
Process of number plate.
</li>
<li>
<span><img src="./svgs/icon4.svg" alt="arrow-icon" /></span>
City tours
</li>
</ul>
<button class="btn_main margin fw_900 w_fit animations_up">
Book Our Service Now
</button>
<p class="small_text tiny max_small text_light animations_down">
Driver's license;
<br />
<span> 3yrs- <strong> ₦30,000 </strong> </span>
<br />
<span> 5yrs- <strong> ₦35,000 </strong> </span>
</p>
</div>
</div>
</div>
</section>
<!-- -----------------------WHY-CHOOSE SECTION---------------------- -->
<section class="why_choose main_container">
<div class="why_choose_inner">
<div class="why_choose_left">
<div class="why_choose_left_inner">
<h3 class="flex_header small text_primary fw_900 animations_up">
why Choose first Pass ?
</h3>
<span class="medium_header_text text_primary fw_500 animations_left"
>We make it fast & easy!</span
>
<span class="text_secondary small_header_text animations_left"
>At First Pass , Our priority is YOU!</span
>
<p class="small_text text_light animations_down">
Finding a quality driving instructor in your area can be a
difficult and consuming task, that's why we have built a
comprehensive database of instructors for you to choose from.
<br />
<br />
Our reliable and trustworthy driving instructors will have you
driving in no time.
<br />
<br />
First Pass offers the best quality services, with experienced
instructors, well-maintained vehicles and flexible payment options
to help you pass your test the first time.
</p>
<button class="btn_main w_fit margin animations_up">
Book Now
</button>
</div>
</div>
<div class="why_choose_right animations_left">
<div class="why_choose_right_inner">
<img src="./svgs/why_choose_bg.svg" alt="why choose us" />
</div>
</div>
<!-- -->
</div>
</section>
<!-- -----------------------READY-FOR SECTION---------------------- -->
<section class="ready_for main_container">
<div class="ready_for_inner">
<div class="ready_for_header">
<h3 class="medium_text text_primary animations_down">
Ready For A Safe, Fun Driving Experience?
</h3>
<p class="small_text text_light animations_up">
At First Pass , we connect you with the best driving instructors
</p>
</div>
<!-- BOX-1 -->
<div class="ready_for_flexbox animations_left">
<div class="ready_for_flexbox_inner">
<div class="ready_for_box">
<div class="ready_for_box_inner">
<div class="ready_for_box_top">
<img src="./svgs/ex_icon4.svg" alt="ready for icon" />
</div>
<div class="ready_for_box_bottom text_light">
<h5 class="box_header text_primary">
1 hour = 3 logbook hours
</h5>
<p>
Every one hour of your daytime driving with a licensed
driving instructor counts for 3 hours in your logbook. A
maximum of 10 hours will be recorded as 30 hours in your
logbook.
<br />
<br />
Driving lessons at night (between sunset and sunrise) will
only count 1 hour of night driving. The other 2 hours will
be added to daytime driving hours.
</p>
</div>
</div>
</div>
<!-- BOX-2 -->
<div class="ready_for_box animations_left">
<div class="ready_for_box_inner">
<div class="ready_for_box_top">
<img src="./svgs/ex_icon3.svg" alt="ready for icon" />
</div>
<div class="ready_for_box_bottom text_light">
<h5 class="box_header text_primary">Learn in your car</h5>
<p>
You may learn in your own car if it is registered,
roadworthy and are comprehensively insured.
<br />
<br />
You should be a confident learner driver and ready for the
driving test.
<br />
<br />
We suggest you have one or more driving lessons in the
instructor car prior.
</p>
</div>
</div>
</div>
<!-- BOX-3 -->
<div class="ready_for_box animations_left">
<div class="ready_for_box_inner">
<div class="ready_for_box_top">
<img src="./svgs/ex_icon2.svg" alt="ready for icon" />
</div>
<div class="ready_for_box_bottom text_light">
<h5 class="box_header text_primary">
International drivers license
</h5>
<p>
To easily convert your overseas drivers license, simply book
either a driving lesson or driving test package.
<br />
<br />
There are no extra charges applied. Lessons will be charged
at the normal rate.
</p>
</div>
</div>
</div>
<!-- BOX-4 -->
<div class="ready_for_box animations_left">
<div class="ready_for_box_inner">
<div class="ready_for_box_top">
<img src="./svgs/ex_icon4.svg" alt="ready for icon" />
</div>
<div class="ready_for_box_bottom text_light">
<h5 class="box_header text_primary">Book With Confidence</h5>
<p>
Our mission at First Pass is to help you find the best
driving instructors near you offering the best quality of
service and value for money.
<br />
<br />
Choose an instructor that suits your needs based on rating,
gender, availability, car and transmission.
<br />
<br />
Only verified and approved instructors make it onto First
Pass - no trainees.
</p>
</div>
</div>
</div>
<!-- -->
</div>
</div>
</div>
</section>
<!-- -----------------------TEAM SECTION---------------------- -->
<section id="team_id" class="team_sec main_container">
<div class="team_sec_inner">
<h5 class="box_header margin text_center text_primary">team</h5>
<div class="teams_box_container">
<div class="teams_box_inner">
<div class="team_box">
<div class="team_pic">
<img src="./images/default_team.png" alt="team" />
</div>
<div class="team_name">
<p>Dominic Torrento</p>
</div>
<div class="team_role">
<p>Manager</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -----------------------TESTIMONIALS SECTION---------------------- -->
<section id="testimonials_id" class="testimonials_sec main_container">
<div class="testimonials_sec_inner">
<h5 class="box_header margin text_center text_primary">testimonials</h5>
<div class="testimonials_box">
<div class="testimonials_box_inner">
<div class="testimonials_slides">
<!--TESTIMONIAL SLIDE 1 -->
<div class="slides fade">
<div class="slides_inner">
<div class="slides_top">
<img src="./images/default_user.png" alt="testimonial" />
</div>
<div class="slides_bottom">
<div class="slides_bottom_header animations_up">
<h4
class="testimonials_name medium_header_text text_primary fw_500"
>
Parker Philips
</h4>
<div class="testimonials_role">Analyst</div>
</div>
<div class="slides_bottom_quotes">
<p class="animations_left">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptate enim atque nobis pariatur iure error optio
quod aliquid, at quo praesentium cumque rerum officia
natus, deleniti tempore esse! Reprehenderit sapiente
tempora iure alias laboriosam facere assumenda, corrupti
quam dolorem esse minus veniam necessitatibus a tenetur
consequatur ipsam unde molestias sequi.
</p>
</div>
</div>
</div>
</div>
<!-- -->
<!--TESTIMONIAL SLIDE 2 -->
<div class="slides fade">
<div class="slides_inner">
<div class="slides_top">
<img src="./images/default_user.png" alt="testimonial" />
</div>
<div class="slides_bottom">
<div class="slides_bottom_header animations_up">
<h4
class="testimonials_name medium_header_text text_primary fw_500"
>
Thunder Man
</h4>
<div class="testimonials_role">Electrician</div>
</div>
<div class="slides_bottom_quotes">
<p class="animations_left">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptate enim atque nobis pariatur iure error optio
quod aliquid, at quo praesentium cumque rerum officia
natus, deleniti tempore esse! Reprehenderit sapiente
tempora iure alias laboriosam facere assumenda, corrupti
quam dolorem esse minus veniam necessitatibus a tenetur
consequatur ipsam unde molestias sequi.
</p>
</div>
</div>
</div>
</div>
<!-- -->
<!--TESTIMONIAL SLIDE 3 -->
<div class="slides fade">
<div class="slides_inner">
<div class="slides_top">
<img src="./images/default_user.png" alt="testimonial" />
</div>
<div class="slides_bottom">
<div class="slides_bottom_header animations_up">
<h4
class="testimonials_name medium_header_text text_primary fw_500"
>
Paul Walker
</h4>
<div class="testimonials_role">Trainer</div>
</div>
<div class="slides_bottom_quotes">
<p class="animations_left">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptate enim atque nobis pariatur iure error optio
quod aliquid, at quo praesentium cumque rerum officia
natus, deleniti tempore esse! Reprehenderit sapiente
tempora iure alias laboriosam facere assumenda, corrupti
quam dolorem esse minus veniam necessitatibus a tenetur
consequatur ipsam unde molestias sequi.
</p>
</div>
</div>
</div>
</div>
<!-- -->
<!-- next and prev button -->
<div class="testimonials_navigation">
<span
class="testimonials_navigation_icon"
onclick="plusSlides(-1)"
>
<i class="fa fa-chevron-left"></i>
</span>
<div class="testimonials_navigation_dot">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<span
class="testimonials_navigation_icon"
onclick="plusSlides(1)"
>
<i class="fa fa-chevron-right"></i
></span>
</div>
</div>
</div>
</div>
<!-- -->
</div>
</section>
<!-- -----------------------SPONSORS SECTION---------------------- -->
<section class="sponsors_sec main_container">
<div class="sponsors_sec_inner">
<img
class="animations_up"
src="./svgs/banks_icon1.svg"
alt="sponsors-logo"
/>
<img
class="animations_down"
src="./svgs/banks_icon2.svg"
alt="sponsors-logo"
/>
<img
class="animations_up"
src="./svgs/banks_icon3.svg"
alt="sponsors-logo"
/>
<img
class="animations_down"
src="./svgs/banks_icon4.svg"
alt="sponsors-logo"
/>
</div>
</section>
<!-- -----------------------FOOTER SECTION---------------------- -->
<footer id="footer_id" class="main_container animations_left">
<div class="footer_inner">
<div class="contact_us animations_left">
<h3 class="medium_text footer text_primary">contact us</h3>
<ul>
<li>
<span
><img src="./svgs/footer_icon1.svg" alt="footer-icon"
/></span>
<a href="tel:+234123456789"> +(123) 123456789 </a>
</li>
<li>
<span
><img src="./svgs/footer_icon2.svg" alt="footer-icon"
/></span>
<a class="link_text" href="mailto:[email protected]">
</a>
</li>
<li>
<span
><img src="./svgs/footer_icon3.svg" alt="footer-icon"
/></span>
along the streets island area, kunuks water-ways
</li>
<div class="social_logos">
<ul class="socials_sec">
<li style="--clr: #3b5998">
<i class="fa fa-facebook" aria-hidden="true"></i>
</li>
<li style="--clr: #dd2a7b">
<i class="fa fa-instagram" aria-hidden="true"></i>
</li>
<li style="--clr: #25d366">
<i class="fa fa-whatsapp" aria-hidden="true"></i>
</li>
<li style="--clr: #00acee">
<i class="fa fa-twitter" aria-hidden="true"></i>
</li>
</ul>
</div>
</ul>
</div>
<div class="quick_links animations_left">
<h3 class="medium_text footer text_primary">Quick Links</h3>
<ul class="menu_lists">
<a class="link_text" href="#nav_sec">
<li>Home</li>
</a>
<a class="link_text" href="#get_id">
<li>Driving Lessons</li>
</a>
<a class="link_text" href="#test_id">
<li>Test Packages</li>
</a>
<a class="link_text" href="#team_id">
<li>Our Team</li>
</a>
<a class="link_text" href="#footer_id">
<li>Contact</li>
</a>
</ul>
</div>
</div>
<!-- DESIGNER -->
<div class="designer_text">
<!-- Designed by Abdullah Mamun. <br /> -->
All rights reserved
</div>
</footer>
</body>
</html>