Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created June 3, 2014 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlebrech/920120a2bd2c5f150481 to your computer and use it in GitHub Desktop.
Save jlebrech/920120a2bd2c5f150481 to your computer and use it in GitHub Desktop.
Just a mashup of a site layout using simple semantics
<main>
<nav>
<link to="">somewhere</link>
link to="">somewhere</link>
link to="">somewhere</link>
</nav>
<section type="blog">
<post author="" date="">
Lorem ipsum
</post>
<post author="" date="">
Lorem ipsum
</post>
</section>
<section type="sitemap">
<map>
<page location="/">Home</page>
<page location="/contact-us">Contact Us</page>
</map>
</section>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment