-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
67 lines (61 loc) · 3.53 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
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
<footer>
<div class="footer" id="footer">
<div class="container" id="contact">
<div class="row" style="align-content: center;">
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs">
</div>
<div class="col-lg-3 col-md-2 col-sm-4 col-xs-6 indexContactUs" >
<h3> Portals </h3>
<ul>
<li> <a href="https://www.iitr.ac.in/Main/pages/_en_Indian_Institute_of_Technology_Roorkee__en_.html"> IIT Roorkee Official Website </a> </li>
<li> <a href="https://www.iitr.ac.in/institute/pages/The_Institute.html"> About IIT Roorkee </a> </li>
<li> <a href="https://www.iitr.ac.in/campus_life/pages/index.html"> Campus Life @ IIT Roorkee </a> </li>
<li> <a href="https://www.iitr.ac.in/institute/pages/How_to_reach_IIT_Roorkee.html"> Reach IIT Roorkee </a> </li>
<li><a href="<?php echo base_url; ?>logout.php">Logout</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-6 col-sm-offset-1 indexContactUs footerSeconddDiv">
<h3> Academics </h3>
<ul>
<li> <a href="https://www.iitr.ac.in/administration/pages/Institute_Central_Administration.html"> Administration IIT Roorkee </a> </li>
<li> <a href="https://www.iitr.ac.in/Main/pages/_en_Departments__en_.html"> Departments of IIT Roorkee </a> </li>
<li> <a href="https://www.iitr.ac.in/Main/pages/_en_Centers__en_.html"> Centres @ IIT Roorkee </a> </li>
<li> <a href="https://www.iitr.ac.in/administration/pages/Administration+DOFA+DOFA.html"> Faculty @ IIT Roorkee </a> </li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-8 col-sm-offset-1 indexContactUs indexContactUs1 footerThirdDiv">
<h3 style=""> Contact Us </h3>
<ul>
<li>
<div class="input-append text-left indexContactUs1Details" style="color: #000">
<p><strong>For Programme related issues:</strong></p>
<ul style="margin-top: 0px">
<li>Email at : [email protected]</li>
</ul>
</div>
</li>
</ul>
<ul class="social" >
<li class="socialIcon1">
<a href="https://www.facebook.com/SPARK-IIT-Roorkee-1938628919796672/" > <i class="fa fa-facebook"></i></a>
</li>
</ul>
<ul class="social socialIcon2" >
<li class="socialIcon2" >
<a href="#"> <i class="fa fa-google-plus"></i></a>
</li>
</ul>
</div>
<div class="">
<div class="pull-right">
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p style="font-size: 11px;text-align: center;"> Copyright © 2017, All Rights Reserved, IIT Roorkee </p>
</div>
</div>
</footer>