Sha256: 8cc38b5e6d4ed94e6d7667f48559b18523661c4ef9bfe8e4703fb9d9020d3d32

Contents?: true

Size: 878 Bytes

Versions: 7

Compression:

Stored size: 878 Bytes

Contents

---
layout: default
---

{% assign strap = page.title %}


<div class="hero hero-65">

  <div class="hero__overlay h-100">
    {% picture {{ page.hero.image | 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

7 entries across 7 versions & 1 rubygems

Version Path
slow-steps-0.1.13 _layouts/contact.html
slow-steps-0.1.12 _layouts/contact.html
slow-steps-0.1.11 _layouts/contact.html
slow-steps-0.1.10 _layouts/contact.html
slow-steps-0.1.9 _layouts/contact.html
slow-steps-0.1.8 _layouts/contact.html
slow-steps-0.1.7 _layouts/contact.html