Created
September 20, 2012 15:12
-
-
Save dleatherman/3756512 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="row result"> | |
<div class="one column number"> | |
<h3> | |
<!--Result #--> | |
</h3> | |
</div> | |
<div class="six columns"> | |
<div class="row"> | |
<div class="three columns mobile-one"> | |
<div class="avatar"> | |
<img src="http://placehold.it/150x150" alt=""> | |
</div> | |
</div> | |
<div class="nine columns mobile-three"> | |
<div class="row"> | |
<div class="twelve columns"> | |
<h3> | |
First Lastname | |
</h3> | |
</div> | |
<div class="twelve columns"> | |
<div class="services"> | |
<img src="images/layout/phixer-keyexchange.png" alt="" class="service"> <img src="images/layout/phixer-bagcheck.png" alt="" class="service"> <img src="images/layout/phixer-translator.png" alt="" class="service"> <img src="images/layout/phixer-helper.png" alt="" class="service"> | |
</div> | |
</div> | |
</div><!--.row--> | |
</div> | |
</div><!--.row--> | |
</div> | |
<div class="five columns"> | |
<ul class="link-list result"> | |
<li class="likes"> | |
<img src="images/layout/heart-red.png" alt="heart"> 3 | |
</li> | |
<li> | |
<a href="/profile.php" class="toggle">More Info »</a> | |
</li> | |
<li> | |
<a href="#" class="button primary small radius contact" data-contact-popout="">Contact</a> | |
<!-- Include the contact pop-out--> | |
</li> | |
</ul> | |
</div> | |
<div class="twelve columns"> | |
<hr> | |
</div> | |
</div><!--.row.result--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment