-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter-links.html
84 lines (77 loc) · 3.67 KB
/
footer-links.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
<!-- FOOTER -->
<div class="hl__footer">
<div class="hl__footer__container">
<div class="hl__footer__logo">
<a class="hl__icon-list__link" href="https://library.harvard.edu/" title="Harvard Library"><img class="hl__logo__vertical" src="https://beta.projects.iq.harvard.edu/files/styles/os_files_large/public/hl-vertical-logo-white.png" style="width: 180px; height: 133px;"></a>
</div>
<div class="hl__footer__links">
<div class="hl__footer__column">
<nav class="hl__footer-nav">
<ul class="hl__footer-nav__items">
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="">Contact Us</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="https://library.harvard.edu/staff">Staff Directory</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="">Work Here</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="https://library.harvard.edu/support-library">Giving to the Library</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="https://provost.harvard.edu/">Office of the Provost</a>
</li>
</ul>
</nav>
</div>
<div class="hl__footer__column">
<nav class="hl__footer-nav">
<ul class="hl__footer-nav__items">
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="https://hollis.harvard.edu/">HOLLIS</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="">HOLLIS Images</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="">Databases</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="">Staff Portal</a>
</li>
<li class="hl__footer-nav__item">
<a class="hl__link-tag" href="https://beta.projects.iq.harvard.edu/dsi-test/cp/build/layout">Admin Login</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="hl__footer__content">
<div class="hl__footer__top-links">
<div class="hl__footer__social">
[[{"fid":3776045,"view_mode":"default","type":"media","attributes":{"height":"35","width":"35","class":"wysiwyg-placeholder media-element file-default"}}]] [[{"fid":3776046,"view_mode":"default","type":"media","attributes":{"height":"35","width":"35","class":"wysiwyg-placeholder media-element file-default"}}]]
</div>
<div class="hl__footer__quick-links">
<a data-url="https://library.harvard.edu/accessibility" href="https://library.harvard.edu/accessibility">Accessibility</a> <a data-url="https://library.harvard.edu/privacy-terms-use-copyright-information" href="https://www.harvard.edu/privacy-statement" title="">Privacy</a>
</div>
</div>
<div class="hl__footer__license">
<div class="hl__footer__cc-icon">
<img src="https://beta.projects.iq.harvard.edu/files/harvardlibraryux/files/cc-icon.png">
</div>
<div class="hl__footer__cc-text">
<p>
Creative Commons Attribution 4.0 International License
</p>
</div>
</div>
<div class="hl__footer__message">
<p>
Except where otherwise noted, this work is subject to a <a href="https://creativecommons.org/licenses/by/4.0/" title="Creative Commons Attribution 4.0 International License">Creative Commons Attribution 4.0 International License</a>, which allows anyone to share and adapt our material as long as proper attribution is given. For details and exceptions, see the <a href="https://osc.hul.harvard.edu/programs/copyright/ccby/" title="Harvard Library Copyright Policy">Harvard Library Copyright Policy</a> ©2018 Presidents and Fellows of Harvard College.
</p>
</div>
</div>
</div>
</div>