-
Notifications
You must be signed in to change notification settings - Fork 33
/
footer.html
22 lines (22 loc) · 1.16 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
<div class="footer border-top border-dark">
<div class="container foot">
<div class="fleft">
<h2>Aerial Robotics, Kharagpur</h2>
<p>
We are an enthusiastic group of students working
towards building autonomous aerial vehicles, based
at Indian Institute of Technology, Kharagpur.
</p>
<p>Aerial Robotics Kharagpur © 2020</p>
</div>
<div class="fright">
<h3>Get Social</h3>
<a href="https://www.facebook.com/aerialroboticskgp/"><i class="fa fa-facebook" aria-hidden="True"></i></a>
<a href="https://github.com/arl-kgp"><i class="fa fa-github" aria-hidden="True"></i></a>
<!-- <a href="#"><i class="fa fa-twitter" aria-hidden="True"></i></a> -->
<!-- <a href="#"><i class="fa fa-instagram" aria-hidden="True"></i></a> -->
<a href="https://www.youtube.com/channel/UCkEnllRgweDTNePStFnY3BQ"><i class="fa fa-youtube-play" aria-hidden="True"></i></a>
<a href="mailto:aerialroboticskharagpur@gmail.com"><i class="fa fa-envelope-o" aria-hidden="True"></i></a>
</div>
</div>
</div>