Skip to content

Instantly share code, notes, and snippets.

@joeydsmith
Created March 20, 2015 19:20
Show Gist options
  • Save joeydsmith/b7fb50eb366a9e90671f to your computer and use it in GitHub Desktop.
Save joeydsmith/b7fb50eb366a9e90671f to your computer and use it in GitHub Desktop.
<header id="header">
<div>
<div>
<a href="/" id="logo">
<img src="logo.svg">
</a>
<h1>Page Title</h1>
</div>
<div>
<a href="#header-dropdown">MENU</a>
</div>
</div>
</div>
<div id="header-dropdown">
<div>
<nav id="main-mav">
<ul>
<li>
<a href="/home">Home</a>
</li>
</ul>
</nav>
</div>
<div>
<div id="main-nav-infopanel">
Pictures and shit
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment