Sha256: d63f228066aa65d101ca88ee86187e722a1b7f8b226fbed2ff9ad0036d5d6821

Contents?: true

Size: 877 Bytes

Versions: 8

Compression:

Stored size: 877 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">

  <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

8 entries across 8 versions & 1 rubygems

Version Path
slow-steps-0.4.1 _layouts/contact.html
slow-steps-0.4.0 _layouts/contact.html
slow-steps-0.3.3 _layouts/contact.html
slow-steps-0.3.2 _layouts/contact.html
slow-steps-0.3.1 _layouts/contact.html
slow-steps-0.3.0 _layouts/contact.html
slow-steps-0.2.1 _layouts/contact.html
slow-steps-0.2.0 _layouts/contact.html