Sha256: debb15b18db38dcab88cb0bc90fa4d3b587fba3a2ca4d510f05e5fa3a8213eec

Contents?: true

Size: 484 Bytes

Versions: 2

Compression:

Stored size: 484 Bytes

Contents

<h5 class="post pt-4">{{ page.brand-panel.title }}</h5>
<p class="footer-font text-right">{{ page.brand-panel.text }}</p>
<hr>
<div class="row justify-content-center">
  {% for brand in page.brand-panel.brands %}
    <article class="col-4 col-md-3 col-lg-2 py-3">
      <a href="{{ brand.href }}">
        <img src="{{ site.amazon-s3 }}/components/panels/brands/img/{{ brand.img }}.png" alt="{{ brand.name }}" title="{{ brand.name }}">
      </a>
    </article>
  {% endfor %}
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-marketing-1.0.1 _includes/components/panels/brands.html
jekyll-theme-marketing-1.0.0 _includes/components/panels/brands.html