Sha256: 1e4ed23b621a975ff5e41f6e318f04d4a658aa0f9da59b4d9e5ba7832bcd940a

Contents?: true

Size: 1.17 KB

Versions: 122

Compression:

Stored size: 1.17 KB

Contents

<section>
  <div class="container">
    <div class="row">
      <div class="col margins__col--top section__heading-underline">
        <h3 class="typography__section--heading margins__heading--btm">{{ page.card_section }}</h3>
      </div>
    </div>
    <div class="row">
      {% for card in page.cards %}
      <div class="col-md-6 col-lg-4 text-center mx-auto card-section__col--margin-btm">
        <div class="mb-3">
          <a href="{{ card.link }}" class="links__block"><img alt="{{ card.thumb_alt_text }}" class="img-fluid rounded-circle w-50 img__shadow--border" src="{{ page.baseurl }}assets/img/kcc-placeholder-square.png" data-src="{{ page.baseurl }}{{ card.thumb }}" /></a>
        </div>
        <a class="links__no-underline" href="{{ card.link }}">
          <h4 class="typography__orange-h4">{{ card.name }}</h4>
        </a>
        <div class="row card-section__text-wrapper">
          <div class="col align-self-start">
            <p class="typography__p--bold">{{ card.description }}</p>
          </div>
        </div>
          <a href="{{ card.link }}" class="btn btn-primary">{{ card.button_text }}</a>
      </div>
      {% endfor %}
    </div>
  </div>
</section>

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
kcc-gem-theme-1.44.22 _includes/card-section.html
kcc-gem-theme-1.43.22 _includes/card-section.html
kcc-gem-theme-1.43.21 _includes/card-section.html
kcc-gem-theme-1.42.21 _includes/card-section.html
kcc-gem-theme-1.42.20 _includes/card-section.html
kcc-gem-theme-1.41.20 _includes/card-section.html
kcc-gem-theme-1.41.19 _includes/card-section.html
kcc-gem-theme-1.41.18 _includes/card-section.html
kcc-gem-theme-1.40.18 _includes/card-section.html
kcc-gem-theme-1.39.18 _includes/card-section.html
kcc-gem-theme-1.38.18 _includes/card-section.html
kcc-gem-theme-1.38.17 _includes/card-section.html
kcc-gem-theme-1.38.16 _includes/card-section.html
kcc-gem-theme-1.37.16 _includes/card-section.html
kcc-gem-theme-1.36.16 _includes/card-section.html
kcc-gem-theme-1.35.16 _includes/card-section.html
kcc-gem-theme-1.35.15 _includes/card-section.html
kcc-gem-theme-1.34.15 _includes/card-section.html
kcc-gem-theme-1.33.15 _includes/card-section.html
kcc-gem-theme-1.33.14 _includes/card-section.html