Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created October 26, 2011 03:52
Show Gist options
  • Save joshkehn/1315382 to your computer and use it in GitHub Desktop.
Save joshkehn/1315382 to your computer and use it in GitHub Desktop.
<div class="notice-box">
<img id="picture" class="small box" src="/josh.jpg">
<span id="name" class="push-2">Joshua Kehn</span>
<ul id="notifications">
<li class="notification">Someone commented</li><li class="notification">A server went down</li><li class="notification">The grilled cheese is ready</li><li class="notification">Downtime scheduled</li></ul>
</div>
<div id="settings box">
<li><input class="input-email" id="email" value="[email protected]"></li>
<li><input class="input-number" id="age" value="24"></li>
</div>
<hr>
<div id="services box">
<li><input class="input-text" id="twitter" value="@joshkehn"></li>
<li><input class="input-text" id="github" value="joshkehn"></li>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment