-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
executable file
·80 lines (66 loc) · 3.74 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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!-- ============================================================= FOOTER ============================================================= -->
<footer class="dark-bg">
<div class="container inner">
<div class="pull-left">
<h4>Get In Touch</h4>
<p>Find us in New Tinkeres Lab</p>
<ul class="contacts">
<li><i class="icon-location contact"></i> Behind Tree Labs near Mechanical Department, <br/> IIT Bombay, Powai, Mumbai</li>
<li><i class="icon-mobile contact"></i> 07738450101 , 09769486341 , 07738258332</li>
<li><a href="#"><i class="icon-mail-1 contact"></i> iitbtechnovation2k14@gmail.com</a></li>
</ul><!-- /.contacts -->
</div><!-- /.col -->
<div class="pull-right"style="width: 244px">
<h4>Site Maintained By</h4>
<h3>Akash Kishore <p>9967342805</p></h3>
<h3><a href="http://prateekchandan.me">Prateek Chandan</a></h3>
</div><!-- /.row -->
</div><!-- .container -->
<div class="footer-bottom">
<div class="container inner">
<p class="pull-left">© STAB-IITB. All rights reserved.</p>
<ul class="footer-menu pull-right">
<li><a href="index.php">About</a></li>
<li><a href="mentors1.php">Mentors</a></li>
<li><a href="contacts.php">Contact</a></li>
</ul><!-- .footer-menu -->
</div><!-- .container -->
</div><!-- .footer-bottom -->
</footer>
<!-- ============================================================= FOOTER : END ============================================================= -->
<!-- JavaScripts placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.easing.1.3.min.js"></script>
<script src="assets/js/jquery.form.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="assets/js/skrollr.stylesheets.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/jquery.easytabs.min.js"></script>
<script src="assets/js/google.maps.api.v3.js"></script>
<script src="assets/js/viewport-units-buggyfill.js"></script>
<script src="assets/js/scripts.js"></script>
<script src="assets/js/tooltip.js"></script>
<!-- For demo purposes – can be removed on production -->
<link href="assets/css/green.css" rel="alternate stylesheet" title="Green color">
<link href="assets/css/blue.css" rel="alternate stylesheet" title="Blue color">
<link href="assets/css/red.css" rel="alternate stylesheet" title="Red color">
<link href="assets/css/pink.css" rel="alternate stylesheet" title="Pink color">
<link href="assets/css/purple.css" rel="alternate stylesheet" title="Purple color">
<link href="assets/css/orange.css" rel="alternate stylesheet" title="Orange color">
<link href="assets/css/navy.css" rel="alternate stylesheet" title="Navy color">
<link href="assets/css/gray.css" rel="alternate stylesheet" title="Gray color">
<script src="switchstylesheet/switchstylesheet.js"></script>
<script>
$(document).ready(function(){
$(".changecolor").switchstylesheet( { seperator:"color"} );
});
</script>
<!-- For demo purposes – can be removed on production : End -->
</body>
</html>