Created
May 17, 2012 15:39
-
-
Save knwang/2719697 to your computer and use it in GitHub Desktop.
hugarocketeer markup 1
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
| <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