Sha256: a0b4dca38d43be17fedef3610a5b9c168a6217f61548739cb4883f18e76e683b

Contents?: true

Size: 1.31 KB

Versions: 117

Compression:

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

117 entries across 117 versions & 3 rubygems

Version Path
kcc-gem-theme-2.0.1 _includes/card-section.html
kcc-gem-theme-2.0.0 _includes/card-section.html
kcc-gem-theme-slim-0.1.0 _includes/card-section.html
kcc-gem-theme-slim-0.0.1 _includes/card-section.html
kcc-gem-theme-1.84.96 _includes/card-section.html
kcc-gem-theme-1.84.95 _includes/card-section.html
kcc-gem-theme-1.83.95 _includes/card-section.html
kcc-gem-theme-1.83.94 _includes/card-section.html
kcc-gem-theme-1.83.93 _includes/card-section.html
kcc-gem-theme-1.82.93 _includes/card-section.html
kcc-gem-theme-1.81.93 _includes/card-section.html
kcc-gem-theme-1.81.92 _includes/card-section.html
kcc-gem-theme-1.80.92 _includes/card-section.html
kcc-gem-theme-1.79.92 _includes/card-section.html
kcc-gem-theme-1.79.91 _includes/card-section.html
kcc-gem-theme-1.79.90 _includes/card-section.html
kcc-gem-theme-1.78.90 _includes/card-section.html
kcc-gem-theme-1.78.89 _includes/card-section.html
kcc-gem-theme-1.78.88 _includes/card-section.html
kcc-gem-theme-1.78.87 _includes/card-section.html