Sha256: 483a151be2f86060c715782ed0f7cb5224fe97f4efeb8ba0fe0192df841a628d

Contents?: true

Size: 1.16 KB

Versions: 17

Compression:

Stored size: 1.16 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 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

17 entries across 17 versions & 1 rubygems

Version Path
kcc-gem-theme-1.0.1 _includes/card-section.html
kcc-gem-theme-1.0.0 _includes/card-section.html
kcc-gem-theme-0.7.73 _includes/card-section.html
kcc-gem-theme-0.7.72 _includes/card-section.html
kcc-gem-theme-0.7.71 _includes/card-section.html
kcc-gem-theme-0.7.70 _includes/card-section.html
kcc-gem-theme-0.7.69 _includes/card-section.html
kcc-gem-theme-0.7.68 _includes/card-section.html
kcc-gem-theme-0.7.67 _includes/card-section.html
kcc-gem-theme-0.7.66 _includes/card-section.html
kcc-gem-theme-0.7.65 _includes/card-section.html
kcc-gem-theme-0.7.64 _includes/card-section.html
kcc-gem-theme-0.7.63 _includes/card-section.html
kcc-gem-theme-0.7.62 _includes/card-section.html
kcc-gem-theme-0.7.61 _includes/card-section.html
kcc-gem-theme-0.7.60 _includes/card-section.html
kcc-gem-theme-0.7.59 _includes/card-section.html