-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_footer.html.erb
More file actions
28 lines (28 loc) · 1.39 KB
/
_footer.html.erb
File metadata and controls
28 lines (28 loc) · 1.39 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
26
27
28
<footer>
<section id="copyright-info">
<p>
Copyright © <%= Date.current.year %> The Regents of the University of California.
All rights reserved.
</p>
<p>
Except where otherwise noted, this work is subject to a
<a href="http://www.lib.berkeley.edu/about/creative-commons">Creative Commons Attribution-Noncommercial 4.0
License</a>.
</p>
</section>
<section id="social-media">
<a href="https://www.facebook.com/ucberkeleylibrary/"><%= image_tag('icons/facebook-square.svg', class: 'social-media-icon', alt: 'Facebook') %></a>
<a href="https://www.youtube.com/channel/UCrwP3Cw1FHwqslSAG5JkLTQ"><%= image_tag('icons/youtube-square.svg', class: 'social-media-icon', alt: 'YouTube') %></a>
<a href="https://www.instagram.com/ucberkeleylibrary/"><%= image_tag('icons/instagram.svg', class: 'social-media-icon', alt: 'Instagram') %></a>
</section>
<section id="footer-links">
<ul>
<li><a href="https://lib.berkeley.edu/about/privacy-policy">Privacy</a></li>
<li><a href="https://dac.berkeley.edu/web-accessibility">Accessibility</a></li>
<li><a href="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement">Nondiscrimination</a></li>
</ul>
</section>
<section id="footer-logo">
<%= image_tag('logo-berkeley-white.svg', class: 'footer-logo', alt: 'UC Berkeley') %>
</section>
</footer>