Sha256: e26d1b9c565bc9913c78e0ba03d73d8f48e090e83e7c857a21a3ca78e5cf3ac0

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 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">
    <div class="contact-form">
      <h4 class="form-instruction blue">Get in touch using the form below</h4>
      {% include forms/kwes-contact.html %}
    </div>
  </div>

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _layouts/contact.html
slow-steps-1.0.6 _layouts/contact.html
slow-steps-1.0.5 _layouts/contact.html
slow-steps-1.0.4 _layouts/contact.html
slow-steps-1.0.3 _layouts/contact.html
slow-steps-1.0.2 _layouts/contact.html
slow-steps-1.0.1 _layouts/contact.html
slow-steps-1.0.0 _layouts/contact.html
slow-steps-0.4.14 _layouts/contact.html
slow-steps-0.4.13 _layouts/contact.html