-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
23 lines (20 loc) · 1016 Bytes
/
footer.php
File metadata and controls
23 lines (20 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Footer -->
<footer class="text-center">
<a class="up-arrow" href="#myPage" data-toggle="tooltip" title="TO TOP">
<span class="glyphicon glyphicon-chevron-up"></span>
</a>
<div class="container-2">
<div class="text-center -block">
<p class="txt-railway">Our Social Links</p>
<a href="https://www.facebook.com"><i class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://twitter.com/__aman_7"><i class="fa fa-twitter-square fa-3x social"></i></a>
<a href="https://plus.google.com"><i class="fa fa-google-plus-square fa-3x social"></i></a>
<a href="mailto:16202@iiitu.ac.in"><i class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
<div class="img-container"><a href="index.html"><img src="image/logo.png" class="mx-auto d-block" alt="" height="60px" width="60px"/></a></div>
<p style="text-align:center">
© IIIT Una - All Rights Reserved
</p>
</div>
</footer>