Created
October 25, 2011 22:12
-
-
Save joshkehn/1314516 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 id="profile"> | |
<div class="notice-box"> | |
<img id="picture" class="small box" src="/nopicture.jpg" /> | |
<span id="name" class="push-2">Username</span> | |
<ul id="notifications"> | |
<li class="notification">No notifications</li> | |
</ul> | |
</div> | |
<div id="settings box"> | |
<li><input class="input-email" id="email" value="no email address" /></li> | |
<li><input class="input-number" id="age" value="no age" /></li> | |
</div> | |
<hr /> | |
<div id="services box"> | |
<li><input class="input-text" id="twitter" value="@twitter" /></li> | |
<li><input class="input-text" id="github" value="github" /></li> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment