-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathfooter.php
62 lines (62 loc) · 3.26 KB
/
footer.php
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
<!--Facts-->
<div class="modal fade" id="ModalforFacts" >
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style='color:#079d49'>Important Fact</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body" id="route_map">
<div class="container">
<p>
</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class='container-fluid' style='margin:0;padding:0;background-image:url(icon/foot2.png);background-color:#079d49;
color:white;height:auto;margin-top:8%;padding-top:4%;background-repeat:no-repeat;
background-size:100%;background-attachment:;margin-top:4%'>
<div class='row' style='margin:0;padding:0;margin-top:18%'>
<div class='col-lg-3' style='padding-left:4%;'>
<h5 style="margin-left:0px;">About us</h5>
<p style="margin-left:0px;text-align:justify">
BUSTICKET is an online bus ticket booking system. One can easily buy bus ticket of various bus operators.
</p>
</div>
<div class='col-lg-3' style='padding-left:5%;list-style:none;'>
<h5 style="margin-left:0px;margin-top:0px;">Important facts</h5>
<small>
<li><a class='btn-sm btn-link' style="color:white;padding:0" href="" data-toggle='modal' data-target='#ModalforFacts'>TERMS OF USE</a></li>
<li><a class='btn-sm btn-link' style="color:white;padding:0" href="" data-toggle='modal' data-target='#ModalforFacts'>PRIVACY POLICY</a></li>
<li><a class='btn-sm btn-link' style="color:white;padding:0" href="" data-toggle='modal' data-target='#ModalforFacts'>CANCELLATION POLICY</a></li>
</small>
</div>
<div class='col-lg-3' style='padding-left:4%;list-style:none;'>
<h5 style="margin-left:0px;margin-top:0px;">Download our app</h5>
<li><a href=""><img src='icon/playstore.png' style='width:200px;height:70px;background-color:#079d49' /></a></li>
<li><a style="color:white;"href=""></a></li>
<li><a style="color:white;"href=""></a></li>
</div>
<div class='col-lg-2' style='padding-left:4%;'>
<h5 style="margin-left:0px;margin-top:0px;">Follow us on</h5>
<a href='#' class='fa fa-facebook' style="font-size:25px;color:white;text-decoration:none;margin-right:3%"></a>
<a href='#' class='fa fa-twitter' style="font-size:25px;color:white;text-decoration:none;margin-right:3%"></a>
<a href='#' class='fa fa-youtube' style="font-size:25px;color:white;text-decoration:none;margin-right:3%"></a>
<a href='#' class='fa fa-instagram' style="font-size:25px;color:white;text-decoration:none;margin-right:3%"></a>
<a href='#' class='fa fa-google-plus' style="font-size:25px;color:white;text-decoration:none;margin-right:3%"></a>
</div>
</div>
<div class='container-fluid' style='list-style:none;color:white;width:100%;margin-top:4%;padding-bottom:1%'>
<hr style='background-color:white;height:px'></hr>
<small style='text-align:center;'>
<li>Copyright © 2018 BUSTICKET Bangladesh<li>
<li>Developer: <a style="color:white;"href="https://www.facebook.com/NurAlam.x39">Nur Alam</a>
Dept.of CSE,BSMRSTU,Gopalganj</li>
</small>
</div>
</div>