Skip to content

Instantly share code, notes, and snippets.

View markuppatterns's full-sized avatar

markuppatterns

View GitHub Profile
@markuppatterns
markuppatterns / Navigation
Created December 20, 2012 20:13
Simple list of links for navigation.
<nav role="navigation">
<a href="#">This is a link</a>
<a href="#" class="active">Active Link</a>
<a href="#">Lorem link</a>
<a href="#">Dolor link two</a>
<a href="#">Here is a link</a>
</nav>