Sha256: fea253addde732c620bfa645679a405bde1e2d3deac874d882e4182e342abb7b

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

---
layout: default
---

{% if site.data.copy.contact[page.env].title %}
{% assign strap = site.data.copy.contact[page.env].title %}
{% else %}
{% assign strap = site.description %}
{% endif %}

<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

6 entries across 6 versions & 1 rubygems

Version Path
slow-steps-0.4.12 _layouts/contact.html
slow-steps-0.4.11 _layouts/contact.html
slow-steps-0.4.10 _layouts/contact.html
slow-steps-0.4.9 _layouts/contact.html
slow-steps-0.4.8 _layouts/contact.html
slow-steps-0.4.7 _layouts/contact.html