Sha256: 784354db743236519b62ec0f5ca6dc58778a38fe7a1b7c073a723472ff15e7e5

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 KB

Contents

<div data-component="product-cards/product-details">

  <section id="product-details-header">
    {% for resource in page.resources.spec-sheets.header %}
      <img src="{{ site.amazon-s3 }}{{ resource }}" alt="{{ page.title }}" class="img-center">
    {% endfor %}
  </section>

  {% if page.resources.spec-sheets.text %}
    <section id="product-details-parragraph" class="marketing-theme clean-view">
      {% for resource in page.resources.spec-sheets.text %}
        {% assign i18n-resource-text = page.i18n[site.lang].resources.spec-sheets.text.[forloop.index0] %}
        <p class="footer-font justify">{% if i18n-resource-text %}{{ i18n-resource-text }}{% else %}{{ resource }}{% endif %}</p>
      {% endfor %}
    </section>
  {% endif %}

  {% if page.resources.spec-sheets.specs %}
    <section id="product-details-specs" class="marketing-theme clean-view">
      <div class="title-box">
        <h3>{{ site.data.i18n.components.product-cards[site.lang].product-details.features.title | default: 'Features' }}</h3>
      </div>
      <div class="row">
        {% for resource in page.resources.spec-sheets.specs %}
          {% assign i18n-resource-text = page.i18n[site.lang].resources.spec-sheets.specs.[forloop.index0] %}
          {% include components/bullets/fontawesome.html %}
        {% endfor %}
      </div>
    </section>
  {% endif %}

  {{ content }}

  <div class="row">
    <p id="product-details-footer" class="mx-auto">
      {% for resource in page.resources.spec-sheets.catalog %}
        <img src="{{ site.amazon-s3 }}{{ resource }}" alt="{{ page.title }}" class="img-center">
      {% endfor %}
    </p>
  </div>

  <section id="product-details-pricelists-notice" class="marketing-theme clean-view">
    <article>
      <p class="text-muted text-center">{{ site.data.i18n.components.product-cards[site.lang].product-details.pricelists-notice.title }}</p>
    </article>
  </section>

</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-marketing-1.0.1 _includes/components/product-cards/product-details.html
jekyll-theme-marketing-1.0.0 _includes/components/product-cards/product-details.html