Sha256: 3cbd31f7a2957b490941c20582e26785539cd39e4d3783961a33447fec7e055e

Contents?: true

Size: 774 Bytes

Versions: 21

Compression:

Stored size: 774 Bytes

Contents

---
layout: default
---

{% if page.hero %}

<div class="hero hero-65">

  <div class="hero__overlay h-100">
    {% picture {{ page.hero.file | prepend: 'content/' }}
      --img class="hero__image hero__image--fixed hero-65"
      --alt {{ page.hero.alt }} %}</div>

  {% if page.title %}
  <header class="hero__strap hero__strap--center image__filter--blur hero-65" aria-label="{{ strap }}">

      <h1 aria-hidden="true" >
      {% assign n = page.title.size | minus: 1 %}
      {%- for char in (0..n ) -%}

      <span style="animation-delay: {{ char | times: 40 | plus: 200 }}ms;">{{ page.title | slice: char }}</span>
      {%- endfor -%}</h1>

  </header>
  {% endif %}
</div>

{% endif %}

<section class="fullwidth__wrap" id="content">

  {{ content }}

</section>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _layouts/full-width.html
slow-steps-1.0.6 _layouts/full-width.html
slow-steps-1.0.5 _layouts/full-width.html
slow-steps-1.0.4 _layouts/full-width.html
slow-steps-1.0.3 _layouts/full-width.html
slow-steps-1.0.2 _layouts/full-width.html
slow-steps-1.0.1 _layouts/full-width.html
slow-steps-1.0.0 _layouts/full-width.html
slow-steps-0.4.14 _layouts/full-width.html
slow-steps-0.4.13 _layouts/full-width.html
slow-steps-0.4.12 _layouts/full-width.html
slow-steps-0.4.11 _layouts/full-width.html
slow-steps-0.4.10 _layouts/full-width.html
slow-steps-0.4.9 _layouts/full-width.html
slow-steps-0.4.8 _layouts/full-width.html
slow-steps-0.4.7 _layouts/full-width.html
slow-steps-0.4.6 _layouts/full-width.html
slow-steps-0.4.5 _layouts/full-width.html
slow-steps-0.4.4 _layouts/full-width.html
slow-steps-0.4.3 _layouts/full-width.html