Skip to content

Instantly share code, notes, and snippets.

@knwang
Created May 17, 2012 15:39
Show Gist options
  • Save knwang/2719697 to your computer and use it in GitHub Desktop.
Save knwang/2719697 to your computer and use it in GitHub Desktop.
hugarocketeer markup 1
<body>
<div id="hug_a_rocketeer">
<ul id="rocketeers">
<li>
<div id='pic_and_name'>
<img src='http://dummyimage.com/50x50/574b57/bcbfeb.png'/>
<span> Marian Phalen </span>
</div>
<ul id="props">
<li> 3 Hugs </li>
</ul>
</li>
<li>
<div id='pic_and_name'>
<img src='http://dummyimage.com/50x50/574b57/bcbfeb.png'/>
<span> Micah Cooper </span>
</div>
<ul id="props">
<li> 4 Hugs </li>
</ul>
</li>
</ul>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment