The Web Should Just Work for Everyone - code samples from my Edge Web Summit talk
<nav class="global-navigation" role="navigation" | |
aria-label="main navigation"> | |
… | |
</nav> |
<footer class="contentinfo" role="contentinfo"> | |
<p class="contentinfo_copyright"> | |
<small>© 2005-2016 24 ways and our authors. <a href="/about/#colophon">Colophon</a></small> | |
</p> | |
<p class="contentinfo_social"> | |
<a href="http://feeds.feedburner.com/24ways" rel="alternate">Grab our RSS feed</a> | |
<a href="https://twitter.com/24ways" rel="me">Follow us on Twitter</a> | |
<a href="/newsletter">Subscribe to our newsletter</a> | |
</p> | |
</footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment