Skip to content

Instantly share code, notes, and snippets.

@melissacabral
Created May 4, 2013 00:27
Show Gist options
  • Save melissacabral/5515382 to your computer and use it in GitHub Desktop.
Save melissacabral/5515382 to your computer and use it in GitHub Desktop.
use for tiles with an image
<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