-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_footer.html.erb
35 lines (33 loc) · 1.25 KB
/
_footer.html.erb
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
<footer>
<div class="container">
<div class="row">
<div class="footer col-md-12 text-center text-muted">
<div class="spc-footer">
<div class="footLeft">
<p>Open to the public Monday-Friday, 9am-5pm</p>
<p>Closed for some state holidays and winter intersession</p>
<p>Located on the top floor of the Science Library on the Uptown Campus</p>
<p><a href="https://archives.albany.edu/web/directions">Hours and Directions</a></p>
<p class="arclightLogo">An Instance of <a href="https://github.com/sul-dlss/arclight">
<%= image_tag("arclight/logo.png", alt: "Arclight logo") %>
</a>
</p>
</div>
<div class="footRight">
<a href="https://library.albany.edu">
<img src="https://apps.library.albany.edu/dbfinder/images/ulib-logo.png">
</a>
<p>M. E. Grenander Department of Special Collections & Archives</p>
<p>Science Library 350</p>
<p>1400 Washington Avenue</p>
<p>Albany, NY 12222</p>
<p>(518) 437-3935</p>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
</div>
</footer>
<!-- loads Contact modal -->
<script src="https://apps.library.albany.edu/host/archives/contact-archives.js"></script>