Sha256: 42b03bb74c252bcfd4c2f1bf81cd7d3c9953ec7da3be8f6ef668cecb730f5b77
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
--- layout: default --- <section class="cf w-100"> {%- for project in site.projects -%} <a href="{{ project.url | relative_url}}" class="dim link"> <article class="fl w-100 w-50-m w-25-ns pa2-ns"> <div class="aspect-ratio aspect-ratio--1x1 z-1"> {%- assign thumbnail = project.thumbnail | default: "/assets/projects/no_thumbnail.png" -%} <img style="background-image:url({{thumbnail | relative_url}});" class="db bg-center cover aspect-ratio--object" /> </div> <div class="ph2 ph0-ns pb3 db dim"> <h3 class="f5 f4-ns mb0 black-90">{{project.title}}</h3> <h3 class="f6 f5 fw4 mt2 black-60">{{project.summary}}</h3> </div> </article> </a> {%- endfor -%} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll334-0.1.0 | _layouts/project_list.html |