Skip to content

Commit 2b98f48

Browse files
update footer to vocab v1.7
1 parent dc87e48 commit 2b98f48

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h1>Choose a License for Your Work</h1>
322322
<footer>
323323
<a class="identity-logo" href="#">Creative Commons</a>
324324

325-
<nav class="footer-menu">
325+
<nav class="footer-menu" aria-label="Footer menu">
326326
<ul>
327327
<li><a href="/about/contact">Contact</a></li>
328328
<li><a href="https://mail.creativecommons.org/subscribe" target="_blank">Newsletter</a></li>
@@ -335,14 +335,13 @@ <h1>Choose a License for Your Work</h1>
335335
<div class="contact">
336336
<!-- this area lacks a heading? -->
337337
<h2>Contact Us</h2>
338-
<p>Creative Commons </br> PO Box 1866, Mountain View, CA 94042</p>
338+
<p>Creative Commons <br /> PO Box 1866, Mountain View, CA 94042</p>
339339
<p><a href="mailto:info@creativecommons.org">info@creativecommons.org</a></p>
340-
<p><a href="tel:+14154296753">+1-415-429-6753</a></p>
341340

342-
<nav class="social-menu">
341+
<nav class="social-menu" aria-label="Social menu">
343342
<ul>
344343
<!-- <li><a class="icon-replace fa-instagram" href="#">Instagram</a></li> -->
345-
<li><a class="icon-replace fa-twitter" href="https://twitter.com/creativecommons" target="_blank">Twitter</a></li>
344+
<li><a class="icon-replace fa-bluesky" href="https://bsky.app/profile/creativecommons.bsky.social" target="_blank">Bluesky</a></li>
346345
<li><a class="icon-replace fa-mastodon" href="https://mastodon.social/@creativecommons" target="_blank">Mastodon</a></li>
347346
<li><a class="icon-replace fa-facebook" href="https://www.facebook.com/creativecommons" target="_blank">Facebook</a></li>
348347
<li><a class="icon-replace fa-linkedin" href="https://www.linkedin.com/company/creative-commons/" target="_blank">LinkedIn</a></li>
@@ -352,8 +351,8 @@ <h2>Contact Us</h2>
352351

353352
<div class="subscribe">
354353
<h2>Subscribe to our Newsletter</h2>
355-
<form action="https://creativecommons.us4.list-manage.com/subscribe/post?u=fd30364b6577b471373d6076c&amp;id=4603fe102a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate newsletter" target="_blank" novalidate="">
356-
<input type="email" value="" name="EMAIL" class="email input" id="mce-EMAIL" placeholder="Your email" required="">
354+
<form action="https://creativecommons.us4.list-manage.com/subscribe/post?u=fd30364b6577b471373d6076c&amp;id=4603fe102a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate newsletter" target="_blank">
355+
<input type="email" value="" name="EMAIL" class="email input" id="mce-EMAIL" placeholder="Your email" required>
357356
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
358357
<div style="position: absolute; left: -5000px" aria-hidden="true">
359358
<input type="text" name="b_fd30364b6577b471373d6076c_4603fe102a" tabindex="-1" value="">
@@ -373,10 +372,10 @@ <h2>Support Our Work</h2>
373372
<p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p>
374373

375374
<svg>
376-
<use href="vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
375+
<use href="../../src/svg/cc/icons/cc-icons.svg#cc-logo"></use>
377376
</svg>
378377
<svg>
379-
<use href="vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
378+
<use href="../../src/svg/cc/icons/cc-icons.svg#cc-by"></use>
380379
</svg>
381380
</div>
382381

@@ -386,4 +385,4 @@ <h2>Support Our Work</h2>
386385
<script src="scripts.js"></script>
387386

388387
</body>
389-
</html>
388+
</html>

0 commit comments

Comments
 (0)