Skip to content

Instantly share code, notes, and snippets.

@hpainter
Created December 11, 2014 19:43
Show Gist options
  • Save hpainter/3b0d4e1c7364ec9198a5 to your computer and use it in GitHub Desktop.
Save hpainter/3b0d4e1c7364ec9198a5 to your computer and use it in GitHub Desktop.
!--// Feed item container //-->
<div class="parallax" id="feed">&nbsp;</div>
<!--// Feed item template //-->
<div id="item_template" class="layer">
<a href="#" class="item-href" target="_new">
<div class="item panel radius clearfix">
<span class="item-image">
<i class="fi-photo">&nbsp;</i>
</span>
<span class="item-title"></span>
</div>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment