Sha256: b87dbfef157010ef16573ae60b293e72af860e3d9599e5c8d78c0386d75fc60a

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 KB

Contents

---
layout: default
---
<article class="helvetica pb5">
  <header class="vh-100 bg-light-pink dt w-100">
    <div 
      style="background:url({{ page.largeBackground | relative_url }}) no-repeat center right;background-size: cover;" 
      class="dtc v-mid cover ph3 ph4-m ph5-l">
      <h1 class="f2 pa3 f-subheadline-l measure lh-title fw9 bg-black-40 white">{{ page.title }}</h1>
      <h2 class="f6 pa3 fw6 bg-black-40 white">{{ page.subtitle }}</h2>
    </div>
  </header>
  <div class="serif ph3 ph4-m ph5-l">
    <p class="lh-copy f5 f3-m f1-l measure center pv4">
      {{ page.summary }} </p>
    <div class="f5 f3-m lh-copy">
      <div class="cf dt-l w-100 bt b--black-10 pv4">
        {%- assign featured =  page.images | first -%}
        {%- if featured -%}
        <div class="dtc-l v-mid mw6 pr3-l">
          <img class="w-100" src="{{ featured | relative_url }}" alt=""/>
        </div>
        {%- endif -%}
        <div class="dtc-l v-mid f6 f5-m f4-l measure-l">
          <p class="measure pv4-l center">
            {{ page.description }}
          </p>
        </div>
      </div>
      <div class="cf">
        {%- for img in page.images -%}
          {%- if forloop.index > 1 -%}
          <div class="fl w-100 w-50-l pr2-l pb3">
            <img class="db w-100" src="{{ img | relative_url}}" alt="">
          </div>
          {%- endif -%}
        {%- endfor -%}
      </div>
    </div>
    <div class="f5-m f4-l">
     {{ content }}
    </div>
  </div>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll334-0.1.0 _layouts/project.html