Created
October 26, 2011 03:52
-
-
Save joshkehn/1315382 to your computer and use it in GitHub Desktop.
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
<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