Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Created May 20, 2014 21:33
Show Gist options
  • Save jaredphillips/8b943063a754a7c88335 to your computer and use it in GitHub Desktop.
Save jaredphillips/8b943063a754a7c88335 to your computer and use it in GitHub Desktop.
From wireframe to html
<header>
<h1></h1>
</header>
<div class="main">
<!-- background img full bleed -->
</div>
<div class="sidebar">
<ul class="links">
<li class="link"><a href="#">Link</a></li>
<li class="link"><a href="#">Link</a></li>
<li class="link"><a href="#">Link</a></li>
<li class="link"><a href="#">Link</a></li>
</ul>
</div>
<footer>
<p></p>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment