Skip to content

Instantly share code, notes, and snippets.

Created August 9, 2010 18:36
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 anonymous/076fbf047a23cbfd6c2e to your computer and use it in GitHub Desktop.
Save anonymous/076fbf047a23cbfd6c2e to your computer and use it in GitHub Desktop.
<footer>
<small><a href="http://comways.dk" target="_blank">Copyright 2010 - All rights reserved - Comways I/S</a></small>
<nav class="col4">
<h1>A category 1</h1>
<ul>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
</ul>
</nav>
<nav class="col4">
<h1>A category 2</h1>
<ul>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
<li><a href="#">Lorem dolor sit amet..</a></li>
</ul>
</nav>
<section>
<h1>Headline 3</h1>
<p>This represents some text</p>
</section>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment