Created
May 4, 2013 00:27
-
-
Save melissacabral/5515382 to your computer and use it in GitHub Desktop.
use for tiles with an image
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
<article class="tile cf graphic-design @TODO PUT WORDPRESS POST_CLASS HERE"> | |
<div class="resource-image thumbnail"> | |
<a href="PERMALINK"> | |
<img src="http://placekitten.com/352/198" alt="TITLE" /> | |
</a> | |
<div class="popularity"><a href="#"><i class="icon-heart"></i></a> 9999</div> | |
<div class="category-icon"> <a href="CATEGORY ARCHIVE"><i class="icon-magic"></i></a> </div> | |
</div> | |
<h3 class="entry-title"><a href="PERMALINK">TITLE OF RESOURCE</a></h3> | |
<div class="postmeta"> | |
<span class="username"><a href="#">AUTHOR</a></span> | | |
<time datetime="2012-02-17" class="time-ago">a long time ago</time> | |
</div> | |
</article> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment