Skip to content

Commit 16f5de6

Browse files
authored
Merge pull request #131 from hathitrust/ETT-810-footer
ETT-810: update footer links, add footer tag
2 parents 2acc76b + 45c8102 commit 16f5de6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/js/components/Footer/index.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
<CookieSettingsModal bind:this={settingsModal} />
1515
{/if}
1616
<!-- svelte-ignore a11y_invalid_attribute -->
17-
<div class="sub-footer">
17+
<footer class="sub-footer">
1818
<div class="legal">
1919
<span class="copyright">&#169;{year} HathiTrust</span>
2020
<div>
21-
<a href="//{HT.www_domain}/privacy-policy">Privacy Policy</a><span>|</span><a
22-
href="//{HT.www_domain}/takedown-policy">Takedown Policy</a
21+
<a href="//{HT.www_domain}/the-collection/terms-conditions/privacy-policy">Privacy Policy</a><span>|</span><a
22+
href="//{HT.www_domain}/the-collection/search-access/copyright-access/#takedown-policy">Takedown Policy</a
2323
><span>|</span><a href="#" role="button" onclick={openSettings}>Cookie Settings</a>
2424
</div>
2525
</div>
2626
<ul>
27-
<li><a href="//{HT.www_domain}/careers">Careers</a></li>
27+
<li><a href="//{HT.www_domain}/about/careers">Careers</a></li>
2828
<li><a href="//{HT.www_domain}/accessibility">Accessibility</a></li>
2929
<li><a href="//{HT.www_domain}/contact">Contact</a></li>
3030
</ul>
31-
</div>
31+
</footer>
3232

3333
<style lang="scss">
3434
.sub-footer {

0 commit comments

Comments
 (0)