-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
95 lines (89 loc) · 4.63 KB
/
footer.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-5">
<h3 class="mb-4">Neurotech@Berkeley</h3>
<!-- <p class="mb-5">TBD</p> -->
<p class="mb-5">We are a student group acting independently of the University of California. We take
full responsibility for our organization and this web site.</p>
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin.svg"
alt="Hosted by the OCF" style="border: 0;" />
</a>
</div>
<div class="col-md-5 mb-5 pl-md-5">
<div class="mb-5">
<h3 class="mb-4">Contact Info</h3>
<ul class="list-unstyled footer-link">
<li class="d-block">
<span class="d-block">Social Media</span>
<a href="https://www.facebook.com/neurotechberkeley/">
<img src="images\facebookLogo.png" class="social-logo" />
</a>
<a href="https://twitter.com/calneurotech">
<img src="images\twitterLogo.png" class="social-logo" />
</a>
<a href="https://github.com/neurotech-berkeley">
<img src="images\githubLogo.png" class="social-logo" />
</a>
<a href="https://medium.com/@ucbneurotech">
<img src="images\mediumLogo.png" class="social-logo" />
</a>
<a href="https://www.youtube.com/channel/UC0X69hdu_1U_KBwSxZndswQ/featured">
<img src="images\youtube_logo2.png" class="social-logo" />
</a>
</li>
<li class="d-block">
<span class="d-block">Email</span><span
class="text-white">[email protected]</span>
</li>
</ul>
</div>
</div>
<div class="col-md-3 mb-5">
<h3 class="mb-4">Links</h3>
<ul class="list-unstyled footer-link">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="about.html">About</a></li>
<!-- <li class="nav-item"><a href="/about.html" class="nav-link">About</a></li> -->
<li><a href="divisions.html">Projects</a></li>
<li><a href="https://medium.com/neurotech-berkeley">Blog</a></li>
<!-- <li><a href="join.html">Apply</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All Rights Reserved | This template is made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#f4b214" />
</svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/main.js"></script>