Sha256: 8d758403baf713e458373fe1c897fb6467cbcc7aa490cde19906e78eff09db5b

Contents?: true

Size: 1.42 KB

Versions: 69

Compression:

Stored size: 1.42 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/placeholder_square.jpg"
                    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

69 entries across 69 versions & 2 rubygems

Version Path
kcc-gem-theme-2.19.4 _includes/card-section.html
kcc-gem-theme-2.19.3 _includes/card-section.html
kcc-gem-theme-2.19.2 _includes/card-section.html
kcc-gem-theme-2.19.1 _includes/card-section.html
kcc-gem-theme-2.19.0 _includes/card-section.html
kcc-gem-theme-2.18.0 _includes/card-section.html
kcc-gem-theme-2.17.0 _includes/card-section.html
kcc-gem-theme-2.16.3 _includes/card-section.html
kcc-gem-theme-2.16.2 _includes/card-section.html
kcc-gem-theme-2.16.1 _includes/card-section.html
kcc-gem-theme-2.16.0 _includes/card-section.html
kcc-gem-theme-core-0.0.3 _includes/card-section.html
kcc-gem-theme-core-0.0.2 _includes/card-section.html
kcc-gem-theme-core-0.0.1 _includes/card-section.html
kcc-gem-theme-2.15.0 _includes/card-section.html
kcc-gem-theme-2.14.4 _includes/card-section.html
kcc-gem-theme-2.14.3 _includes/card-section.html
kcc-gem-theme-2.14.2 _includes/card-section.html
kcc-gem-theme-2.14.1 _includes/card-section.html
kcc-gem-theme-2.14.0 _includes/card-section.html