-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.php
43 lines (43 loc) · 1.92 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
<div id="footer" class="section">
<div class="container">
<div class="title">
<h2>Quick Links</h2>
</div>
<div class="contents">
<div class="row">
<div class="col s12 m4">
<ul>
<li><a title="Moodle" href="http://172.17.0.50/moodle">Moodle@cek</a></li>
<li><a href="http://ce-kgr.org/bog-members/">BOG Members-TEQIP</a></li>
<li><a href="studentcorner.php">Student Corner</a></li>
<li><a href="http://ce-kgr.org/nss/">Tequip</a></li>
<li><a href="http://ce-kgr.org/category/tender/">Tender Notices</a></li>
</ul>
</div>
<div class="col s12 m4">
<ul>
<li><a title="Moodle" href="pta.php">PTA</a></li>
<li><a href="alumini.php">Alumini</a></li>
<li><a href="antiragging.php">Anti-Ragging</a></li>
<li><a href="#">Mandatory Disclosure</a></li>
<li><a href="ria.php">Right to Information Act</a></li>
</ul>
</div>
<div class="col s12 m4">
<ul>
<li><a title="Moodle" href="http://172.17.0.50/moodle">Contact Us</a></li>
<li><a href="http://ce-kgr.org/bog-members/">Faculty Login</a></li>
<li><a href="http://ce-kgr.org/student-corner/">Downloads</a></li>
<li><a href="http://ce-kgr.org/nss/">Campus Management System</a></li>
<li><a href="http://ce-kgr.org/category/tender/">Webmail</a></li>
</ul>
</div>
</div>
<div class="row">
</div>
</div>
</div>
</div>
<div id="copyright">
<p>Copyright © ce-kgr.org</p>
</div>