-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
34 lines (23 loc) · 1.71 KB
/
footer.php
File metadata and controls
34 lines (23 loc) · 1.71 KB
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
<footer class="android-footer mdl-mega-footer">
<div class="mdl-mega-footer--top-section">
<div class="mdl-mega-footer--left-section">
<div class="mdl-typography--font-light">CRYPTEX 2016</div>
<div class="mdl-typography--font-light">Copyright © 2016 CSI DTU</div>
<div class="mdl-typography--font-light">Made by CSI Web Development Team</div>
</div>
<div class="mdl-mega-footer--right-section">
<a class="mdl-typography--font-light" href="#top">
Back to Top
<i class="material-icons">expand_less</i>
</a>
</div>
<div class="mdl-mega-footer--center-section">
<center><img src="images/csilogo.png"><center>
</div>
</div>
<div class="mdl-mega-footer--bottom-section">
<a class="android-link mdl-typography--font-light" target="_blank" href="http://csidtu.co.in/index.php">Visit CSI DTU Site</a>
<a class="android-link mdl-typography--font-light" target="_blank" href="http://cogenesis.dtu.ac.in/">Visit Cogenesis Site</a>
<a class="android-link mdl-typography--font-light" href="webteam.php">View Team</a>
</div>
</footer>