-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathfooter.html
33 lines (33 loc) · 1.5 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
<div class="container-fluid" id="footer-follow">
<div class="row">
<div class="col-xs-12">
<h4>Follow TravelYaari</h4>
<p style="text-align: center;">Follow us on social media for special offers.</p>
<a href="https://facebook.com" target="_blank" class="footer-logo">
<i class="fab fa-facebook fa-4x"></i>
</a>
<a href="https://twitter.com" target="_blank" class="footer-logo">
<i class="fab fa-twitter fa-4x"></i>
</a>
<a href="https://linkedin.com" target="_blank" class="footer-logo">
<i class="fab fa-linkedin fa-4x"></i>
</a>
<a href="https://googleplus.com" target="_blank" class="footer-logo">
<i class="fab fa-google-plus fa-4x"></i>
</a>
<a href="https://pinterest.com" target="_blank" class="footer-logo">
<i class="fab fa-pinterest fa-4x"></i>
</a>
<a href="https://instagram.com" target="_blank" class="footer-logo">
<i class="fab fa-instagram fa-4x"></i>
</a>
</div>
</div><br>
</div>
<nav class="footer-copyright">
<div class="container-fluid" id="footer-p-down">
<p style="text-align:center;">
Copyright © TravelYaari. All Rights Reserved | Contact Us: +91 8800000000 | Developed with ❤️ | <a id="footer-anchor" href="mailto:[email protected]"><b>[email protected]</b></a>
</p>
</div>
</nav>