-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter-wrapper.shtm
45 lines (45 loc) · 1.51 KB
/
footer-wrapper.shtm
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
<div id="footer-wrapper">
<footer class="container">
<div class="row">
<div class="col-md-12">
<div id="footer-breadcrumbs"></div>
</div>
</div>
<div class="row">
<div class="col-md-5">
<section class="hours">
<header><h2>Hours</h2></header>
<script src="https://libcal.caltech.edu/js/hours_today.js"></script>
<div id="s_lc_tdh_3271_0"></div>
<footer>
<div><a href="https://library.caltech.edu/hours">View All Hours</a></div>
<div>
<div>* Caltech ID Required</div>
</div>
</footer>
</section>
</div>
<div class="col-md-3 col-md-offset-1">
<section class="contact">
<h2>Contact Us</h2>
<!--#include file='footer--contact-GROUP.html' -->
</section>
</div>
<div class="col-md-3">
<section class="links">
<!--#include file='footer--links-GROUP.html' -->
</section>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<ul class="list-inline pull-right">
<li><a href="https://library.caltech.edu/privacy">Privacy</a></li>
<li><a href="https://www.caltech.edu/claimed-copyright-infringement">Copyright</a></li>
<li><a href="https://library.caltech.edu/accessibility">Accessibility</a></li>
<li id="footer-login" class="libanswers-js libguides-js"></li>
</ul>
</div>
</div>
</footer>
</div><!-- /#footer-wrapper -->