<section class="teaser resource-inline">
    <a class="teaser-c stealthy-link col1" href="#">
        <header class="teaser-h">
            <h2>
                <span class="subtitle">Featured Resource</span>
                <span class="title">Easy Checks</span>
            </h2>
        </header>
        <p>
            Is accessibility addressed in even the most basic way on your site?
        </p>
        <div>
            <span class="button">Read More</span>
        </div>
    </a>
</section>
<section class="teaser resource-inline">
  <a class="teaser-c stealthy-link col1" href="#">
    <header class="teaser-h">
      <h2>
        <span class="subtitle">{{subtitle}}</span>
        <span class="title">{{title}}</span>
      </h2>
    </header>
    <p>
      {{description}}
    </p>
    <div>
      {%render "@button", name="fake", type="fake", label="Read More" %}
    </div>
  </a>
</section>
{
  "title": "Easy Checks",
  "subtitle": "Featured Resource",
  "description": "Is accessibility addressed in even the most basic way on your site?",
  "icon": "checkmark",
  "image": "/assets/images/teaser-image@1x.jpg",
  "image1x": "/assets/images/teaser-image@1x.jpg",
  "image2x": "/assets/images/teaser-image@2x.jpg"
}

There are no notes for this item.