Created
September 20, 2012 15:26
-
-
Save dleatherman/3756587 to your computer and use it in GitHub Desktop.
This file contains 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="reviews"> | |
<ul class="link-list avatars"> | |
<li> | |
<a href="#" class="selected single"></a> | |
<div class="heart"> | |
<img src="images/layout/heart-red.png" alt="heart"> | |
</div><img src="http://placehold.it/50x50" alt=""> | |
</li> | |
<li> | |
<a href="#" class="single"></a> | |
<div class="heart"> | |
<img src="images/layout/heart-red.png" alt="heart"> | |
</div><img src="http://placehold.it/50x50" alt=""> | |
</li> | |
<li> | |
<a href="#" class="single"></a> | |
<div class="heart"> | |
<img src="images/layout/heart-red.png" alt="heart"> | |
</div><img src="http://placehold.it/50x50" alt=""> | |
</li> | |
<li> | |
<a href="#" class="single"></a> | |
<div class="heart"> | |
<img src="images/layout/heart-red.png" alt="heart"> | |
</div><img src="http://placehold.it/50x50" alt=""> | |
</li> | |
<li> | |
<a href="#" class="single"></a> | |
<div class="heart"> | |
<img src="images/layout/heart-red.png" alt="heart"> | |
</div><img src="http://placehold.it/50x50" alt=""> | |
</li> | |
</ul> | |
<div class="review"> | |
<h4> | |
First Lastname | |
</h4> | |
<blockquote> | |
Curabitur blandit tempus porttitor. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. | |
</blockquote> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment