Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created October 25, 2011 22:12
Show Gist options
  • Save joshkehn/1314516 to your computer and use it in GitHub Desktop.
Save joshkehn/1314516 to your computer and use it in GitHub Desktop.
<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