-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfooter.html
More file actions
25 lines (24 loc) · 1.02 KB
/
footer.html
File metadata and controls
25 lines (24 loc) · 1.02 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
<footer class="footer" >
<div class="footercontent">
<div id="quicklinks">
<ul>
<h2>Quick Links</h2>
<li><a href="#">Institute Website</a></li>
<li><a href="">School of Computer Science and Engineering</a></li>
<li><a href="">School of Electrical Engineering</a></li>
<li><a href="">School of Mechanical Engineering</a></li>
<li><a href="">School of Psychology</a></li>
<li><a href="#">Training and Placement Cell</a></li>
<li><a href="#">Student Gymkhana</a></li>
<li><a href="#">Webmail</a></li>
</ul>
</div>
<div id="connect">
<h2>Connect With Us</h2>
<img id="fblogo" src="images/Logos/fb_logo.png" height="64px" />
<img id="gpluslogo" src="images/Logos/gplus_logo.png" height="64px" />
<img id="youtubelogo" src="images/Logos/youtube_logo.png" height="64px" />
</div>
<p style="font-family:Signika; font-size:14px;color:#666;">Designed By Cascade | Creative Media Labs | IIT Indore </p>
</div>
</footer>