-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·29 lines (23 loc) · 1.37 KB
/
footer.php
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
<div id="page" class="container">
<div id="content">
<center><h2>Sponsors</h2>
<?php include("sponsors.php") ?>
</div>
<div id="sidebar">
<h2> Quick Links</h2>
<ul class="style1">
<p><a href="http://www.iitkgp.ac.in" target="blank "><strong>IIT Kharagpur</strong></a></br>
<p><a href="http://www.mentorship.iitkgp.ernet.in" target="blank"><strong>Mentorship Programme</strong></a></br>
<p><a href="http://www.iitkgp.org" target="blank"><strong>IIT Kharagpur Alumni</strong></a></br>
<p><a href="https://www.iitkgp.org/index.php/event/campus-events/973-11th-annual-alumni-meet" target="_blank"><strong>Meet Registration</strong></a></p></br></br>
<strong>Follow Us On</strong></font></br>
<a href="https://www.facebook.com/iitkgp.alumnicell" target="_blank"><img src="socialnet/fb_icon.png" width="24" /></a> <a href="http://www.linkedin.com/groups/IIT-Kharagpur-2803/about" target="_blank"><img src="socialnet/lkd.jpg" width="25"/></a> <a href="https://www.facebook.com/IIT.Kgp/app_116943498446376" target="_blank"><img src="socialnet/Twitter.png" width="26" /> </a>
</ul>
</div>
</div>
</div>
<div id="footer"></br>
<font color="black"><p><b><center>© Office of Alumni Affairs & International Relations, IIT Kharagpur</b></p></center></font>
</div>
</body>
</html>