Created
December 11, 2014 19:43
-
-
Save hpainter/3b0d4e1c7364ec9198a5 to your computer and use it in GitHub Desktop.
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
!--// Feed item container //--> | |
<div class="parallax" id="feed"> </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"> </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