-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.html
69 lines (62 loc) · 2.7 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<footer class="page-footer center-on-small-only blue-grey darken-4">
<!--Footer Links-->
<div class="container-fluid">
<div class="row">
<!--First column-->
<div class="col-md-5 offset-md-2">
<h5 class="title">CS - IITJ</h5>
<p>IIT Jodhpur Counselling Service team will be happy to help you anytime.</p>
<p>Join our freshers' forum:</p>
<a class="btn btn-lg btn-fb" role="button"
href="https://www.facebook.com/profile.php?id=534300236607966" target="_blank"><i
class="fa fa-facebook left"></i> Freshers' Forum</a>
<a href="general_faqs.php" class="btn btn-lg btn-mdb" role="button">Your Questions</a>
</div>
<!--/.First column-->
<hr class="hidden-md-up">
<!--Second column-->
<div class="col-md-3 offset-md-1">
<h5 class="title">Quick Links</h5>
<ul>
<li><a target="_blank" href="http://iitj.ac.in/">IIT Jodhpur</a></li>
<li><a target="_blank" href="http://students.iitj.ac.in/">Students' Gymkhana</a></li>
<li><a target="_blank" href="http://ignus.org/">Ignus</a></li>
</ul>
</div>
<!--/.Second column-->
</div>
</div>
<!--/.Footer Links-->
<hr>
<!--Social buttons-->
<div class="social-section">
<ul>
<li><a target="_blank" class="btn-floating btn-small btn-fb"
href="https://www.facebook.com/CounsellingService.IITJodhpur/"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a class="btn-floating btn-small btn-ins"
href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a>
</li>
<li>
<a target="_blank" class="btn-floating btn-small btn-comm direction-link"
title="Direction toward us"
href="https://www.google.com/maps/dir//Indian+Institute+of+Technology+Jodhpur,
+NH+65,+Nagaur+Road,+Dist+Jodhpur,+Karwar,+Rajasthan+342037/@23.6259304,70.4746297"
><i class="fa fa-location-arrow"></i></a>
</li>
</ul>
</div>
<!--/.Social buttons-->
<!--Copyright-->
<div class="footer-copyright">
<div class="container-fluid">
© 2018 Copyright: <a href="index.php">Counselling Service - IIT Jodhpur </a>
</div>
</div>
<!--/.Copyright-->
<script src="js/direction.js"></script>
</footer>
<!--/.Footer-->
</body>
</html>