Created
June 3, 2014 16:14
-
-
Save jlebrech/920120a2bd2c5f150481 to your computer and use it in GitHub Desktop.
Just a mashup of a site layout using simple semantics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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