This repository has been archived by the owner on May 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
61 lines (59 loc) · 3.37 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
<footer id="footer">
<div class="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<h2>Discover</h2>
<ul class="discover triangle hover row">
<li class="active col-xs-6"><a href="#">Safety</a></li>
<li class="col-xs-6"><a href="aboutus.php">About</a></li>
<li class="col-xs-6"><a href="#">Careers</a></li>
<li class="col-xs-6"><a href="#">FAQ</a></li>
<li class="col-xs-6"><a href="policy.php">Policies</a></li>
<li class="col-xs-6"><a href="contactus.php">Contact Us</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-4">
<h2>Mailing List</h2>
<p>Sign up for our mailing list to get latest updates and offers.</p>
<br />
<div class="icon-check">
<input type="text" class="input-text full-width" placeholder="your email" />
</div>
<br />
<span>We respect your privacy</span>
</div>
<div class="col-sm-6 col-md-4">
<h2>About Mile High Club</h2>
<p>Your one-stop flight booking portal for cheap and available flights globally.</p>
<br />
<address class="contact-details">
<span class="contact-phone"><i class="soap-icon-phone"></i> 6123 4567</span>
<br />
<a href="#" class="contact-email">help@milehighclub.com</a>
</address>
<ul class="social-icons clearfix">
<li class="twitter"><a title="twitter" href="#" data-toggle="tooltip"><i class="soap-icon-twitter"></i></a></li>
<li class="googleplus"><a title="googleplus" href="#" data-toggle="tooltip"><i class="soap-icon-googleplus"></i></a></li>
<li class="facebook"><a title="facebook" href="#" data-toggle="tooltip"><i class="soap-icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom gray-area">
<div class="container">
<div class="logo pull-left">
<a href="index.html" title="Travelo - Home">
<img src="images/logo.png"/>
</a>
</div>
<div class="pull-right">
<a id="back-to-top" href="#" class="animated" data-animation-type="bounce"><i class="soap-icon-longarrow-up circle"></i></a>
</div>
<div class="copyright pull-right">
<p>© 2015 Mile High Club</p>
</div>
</div>
</div>
</footer>