Sha256: 658f35f54efc502e494870e0b030effa9a5dd29d7c51d6ae54e0db0f4005afb6

Contents?: true

Size: 1.59 KB

Versions: 18

Compression:

Stored size: 1.59 KB

Contents

---
layout: default
---

{% if page.hero %}
<header class="product__strap "  aria-label="{{ strap }}">
  <h1>
    {{ page.title }}
  </h1>
</header>

<div class="product__hero">
  {% picture {{ page.hero.file | prepend: 'content/' }}
    --img class=""
    --alt {{ page.hero.alt }} %}
</div>
{% endif %}

<div class="product__info">

  <h1 class="product__title" data-aos="fade-down">
    {{ site.data.copy.product[page.env].title }}
  </h1>

  {% for para in site.data.copy.product[page.env].overview %}
  <p data-aos="fade-up">
    {{ para.para }}
  </p>
  {% endfor %}
</div>


<div class="product__wrap">
  <div class="product__image" data-aos="zoom-in-right" data-aos-anchor-placement="top-center">

    {% include image.html image="device_1" alt="Describe the image" class="product--image" %}

  <div class="product__description">
    <p data-aos="fade-left">
      <span class="product__start">
        {{ site.data.copy.product[page.env].device[0].para | split: '\' | first }}
      </span> {{ site.data.copy.product[page.env].device[0].para | split: '\' | last }}
    </p>
  </div>
</div>


<div class="product__wrap">
  <div class="product__description txt-right">

    <p data-aos="fade-right">
      <span class="product__start">
        {{ site.data.copy.product[page.env].device[1].para | split: '\' | first }}
      </span> {{ site.data.copy.product[page.env].device[1].para | split: '\' | last }}
      </p>

  </div>

  <div class="product__image" data-aos="zoom-in-left" data-aos-anchor-placement="top-center">
    {% include image.html image="device_2" alt="Describe the image" class="product--image" %}

</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _layouts/product.html
slow-steps-1.0.6 _layouts/product.html
slow-steps-1.0.5 _layouts/product.html
slow-steps-1.0.4 _layouts/product.html
slow-steps-1.0.3 _layouts/product.html
slow-steps-1.0.2 _layouts/product.html
slow-steps-1.0.1 _layouts/product.html
slow-steps-1.0.0 _layouts/product.html
slow-steps-0.4.14 _layouts/product.html
slow-steps-0.4.13 _layouts/product.html
slow-steps-0.4.12 _layouts/product.html
slow-steps-0.4.11 _layouts/product.html
slow-steps-0.4.10 _layouts/product.html
slow-steps-0.4.9 _layouts/product.html
slow-steps-0.4.8 _layouts/product.html
slow-steps-0.4.7 _layouts/product.html
slow-steps-0.4.6 _layouts/product.html
slow-steps-0.4.5 _layouts/product.html