Skip to content

Instantly share code, notes, and snippets.

@pjanf
Created June 23, 2018 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjanf/cb8f112555c9e5346db40a878de40f2f to your computer and use it in GitHub Desktop.
Save pjanf/cb8f112555c9e5346db40a878de40f2f to your computer and use it in GitHub Desktop.
<div class="cf">
{% for post in site.tags.design %}
<div class="imgWrapper fl w-25-ns tc pv5">
<a href="{{post.url}}" style="background-image: url(/assets/portfolio/{{post.image}});"
class="type mw5 dt hide-child br2 cover bg-center center" >
<span class="white dtc v-mid w-100 h-100 child bg-black-40 pa5">
{{post.title}}
</span>
</a>
</div>
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment