-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
86 lines (83 loc) · 3.86 KB
/
footer.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
<div class="container-fluid footer">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<div class="container-fluid footer-links">
<div class="row">
<div class="col-md-4 col-sm-4">
<h7>Company</h7>
<a href="about-us.html">
<p>About Us</p>
</a>
<a href="http://b39-40g3.ntuentrepreneur.org" target="_blank">
<p>Corporate Blog</p>
</a>
<a href="legal.html">
<p>Legal</p>
</a>
</div>
<div class="col-md-4 col-sm-4">
<h7>Explore</h7>
<a href="view-all-trips.html">
<p>Our Trips</p>
</a>
<a href="view-all-hosts.html">
<p>Our Hosts</p>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//www.tripbuddy.sg" target="_blank">
<p>Invite Friends</p>
</a>
<a href="feedback.html">
<p>Feedback</p>
</a>
</div>
<div class="col-md-4 col-sm-4">
<h7>Hosting</h7>
<a href="why-host.html">
<p>Why Host?</p>
</a>
<a href="testimonials.html">
<p>Testimonials</p>
</a>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-md-offset-1 col-sm-2 col-sm-offset-1">
<a href="https://www.facebook.com/" target="_blank">
<button class="btn btn-info icon-button facebook"><span class="fa fa-facebook fa-1x"></span></button>
</a>
</div>
<div class="col-md-2 col-sm-2">
<a href="https://twitter.com/" target="_blank">
<button class="btn btn-info icon-button twitter"><span class="fa fa-twitter fa-1x"></span></button>
</a>
</div>
<div class="col-md-2 col-sm-2">
<a href="https://www.instagram.com/" target="_blank">
<button class="btn btn-info icon-button instagram"><span class="fa fa-instagram fa-1x"></span></button>
</a>
</div>
<div class="col-md-2 col-sm-2">
<a href="https://www.youtube.com/" target="_blank">
<button class="btn btn-info icon-button youtube"><span class="fa fa-youtube-play fa-1x"></span></button>
</a>
</div>
<div class="col-md-2 col-sm-2">
<a href="mailto:[email protected]">
<button class="btn btn-info icon-button email"><span class="fa fa-envelope fa-1x"></span></button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<p>TripBuddy.sg © 2016. All rights reserved.</p>
</div>