-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
16 lines (16 loc) · 1.02 KB
/
footer.html
File metadata and controls
16 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="conatiner-fluid">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<p class="msg"> ©VS SOLUTIONS</strong></p>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-8">
<a href="https://www.facebook.com/divyajaindj6/" class="fab fa-facebook-f faa" target="_blank"></a>
<a href="https://divyajain27.wordpress.com/" class="fab fa-wordpress-simple faa" target="_blank"></a>
<a href="https://www.linkedin.com/in/divya-jain-9a2305104" class="fab fa-linkedin-in faa" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCTb1-atnOKFc8gcEgNz8dWw" class="fab fa-youtube faa" target="_blank"></a>
<a href="https://www.instagram.com/divyajaindj6/" class="fab fa-instagram faa" target="_blank"></a>
<a href="https://anchor.fm/divyajaindj6" class="fas fa-anchor faa" target="_blank"></a>
</div>
<!-- <h5 id="foot"> All Right © Reserved VS SOLUTIONS </h5>-->
</div>
</div>