Components

Each div has class .cardItem, within the parent container div assigned class .two-column-grid.

A YAML array contains data about each card, for instance:

  infoCards:
    - id: card-01
      name: Card 01
      linkTitle: Card 01's Link Title
      linkURL: #
      info: The respective card's information, usually a short paragraph or explanation of its material.

Each card is another item in the infoCards YAML array. This array's data is passed to the template:

<div class="tcg">    
    {% for card in infoCards %}
      <div class="cardItem grow img-centertext-container" id="button-line">
        <div id="underline"></div>
        <h3>
          {{ card.name }}
        </h3>
        <a href="{{ card.linkURL }}" alt="{{ card.linkTitle }}">{{ card.linkTitle }}</a>
        <p>{{ card.info }}</p>
      </div>
    {% endfor %}
</div>

Info Cards

Card 01

Card 01's Link Title

The respective card's information, usually a short paragraph or explanation of its material.

Card 02

Card 02's Link Title

The respective card's information, usually a short paragraph or explanation of its material.

Card 03

Card 03's Link Title

The respective card's information, usually a short paragraph or explanation of its material.

Card-04

Card 04's Link Title

The respective card's information, usually a short paragraph or explanation of its material.


Image Cards

Stocking Stuffers

Stocking Stuffers

Gifts for Pets

Gifts for Pets

Western Fashion

Western Fashion

Winter Fun

Winter Fun

For the Angler

For the Angler

For the Hard Worker

For the Hard Worker

For the Adventurer

For the Adventurer

For the Traveler

For the Traveler

For the Gardener

For the Gardener

Home for the Holidays

Home for the Holidays