-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
10 lines (10 loc) · 991 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
<footer class="footer animated bounceInUp">
<div class="footer-reach-us"><a target="_blank" href="https://www.google.co.in/maps/place/National+Institute+of+Technology+Karnataka/@13.0108387,74.7943104,15z/data=!4m2!3m1!1s0x0:0x6b1144ac2d5dadf3?sa=X&ved=0ahUKEwjWyYrzmb7WAhUZTI8KHdC6CH4Q_BIIejAN">Reach Us</a></div>
<div class="footer-text">Made with <span style="color: red;">♥</span> by the Web Team</div>
<div class="footer-social-media">
<a target="_blank" href="https://www.facebook.com/EngineerNITK/"><img class="social-media-logo" src="img/facebook.png"></a>
<a target="_blank" href="https://www.instagram.com/engineernitk/"><img class="social-media-logo" src="img/instagram.png"></a>
<a target="_blank" href="http://twitter.com/Engineer_NITK"><img class="social-media-logo" src="img/twitter.png"></a>
<a target="_blank" href="https://www.youtube.com/user/engineernitk"><img class="social-media-logo" src="img/youtube.png"></a>
</div>
</footer>