Sha256: 7efa84d49c39145695c40c5b3d2ee0de2d665c4735a699afa41010371226ede7

Contents?: true

Size: 890 Bytes

Versions: 5

Compression:

Stored size: 890 Bytes

Contents

---
layout: default
---

{% assign strap = page.title %}


<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>

  <header class="hero__strap hero__strap--center image__filter--blur hero-65" aria-label="{{ strap }}">

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

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

  </header>

</div>

<div class="contact__wrapper" id="content">

  <div class="contact--left">
    {% include contact-form.html %}
  </div>

  <div class="contact--right">
    {% include gmap.html %}

    {% include contact-details.html %}
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slow-steps-0.4.6 _layouts/contact.html
slow-steps-0.4.5 _layouts/contact.html
slow-steps-0.4.4 _layouts/contact.html
slow-steps-0.4.3 _layouts/contact.html
slow-steps-0.4.2 _layouts/contact.html