Sha256: 8f45e38f982902da41fd593e458426250cf0ae1fa5140e0060698d9c72db314a

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

---
layout: default
---
<section class="flex flex-wrap w-100">
  {%- for project in site.projects -%}
 
    <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">
        <a href="{{ project.url | relative_url}}" class="dim link">
          <h3 class="f5 f4-ns mb0 black-90">{{project.title}}</h3>
          <h3 class="f6 f5 fw4 mt2 black-60">{{project.subtitle}}</h3>
        </a>
      </div>
    </article>
  {%- endfor -%}
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll334-0.1.2 _layouts/project_list.html