<h2 class="mt-24">Featured Story</h2>
<section class="story">
    <div class="story__featured">
        <article class="story__featured-card">
            <a href="#" tabindex="-1">
                <img class="story__featured-image" src="../../img/examples/featured-story-bill-and-john.jpg" alt="Bill Walton with a drawing of Coach John Wooden.">
            </a>
            <div class="story__featured-content">
                <h3 class="story__featured-title"><a class="link" href="#">Featured Story</a></h3>
                <p class="story__featured-blurb">Hall of Famer Bill Walton '74 recently talked about his approach to life, what he's learned and his love for his alma mater.</p>
                <p class="story__featured-source">Source: <a class="link" href="#">UCLA Magazine</a></p>
            </div>
        </article>
    </div>
</section>
<h2 class="mt-24">Featured Story</h2>
<section class="story">
  <div class="story__featured">
    <article class="story__featured-card">
      <a href="#" tabindex="-1">
        <img class="story__featured-image" src="{{path '/img/examples/featured-story-bill-and-john.jpg'}}" alt="Bill Walton with a drawing of Coach John Wooden.">
      </a>
      <div class="story__featured-content">
        <h3 class="story__featured-title"><a class="link" href="#">Featured Story</a></h3>
        <p class="story__featured-blurb">Hall of Famer Bill Walton '74 recently talked about his approach to life, what he's learned and his love for his alma mater.</p>
        <p class="story__featured-source">Source: <a class="link" href="#">UCLA Magazine</a></p>
      </div>
    </article>
  </div>
</section>
{
  "title": "How do parents embrace technology for kids, but prevent it from ruling the household?",
  "description": "With schools closed and remote learning the norm, how many hours of digital technology are acceptable for kids, and how much is too much? Can parents control when kids use tec…",
  "button": [
    {
      "link": "#",
      "cta-title": "CTA 1"
    },
    {
      "link": "#",
      "cta-title": "CTA 2"
    }
  ],
  "order": 3
}
  • Handle: @cards--featured-story
  • Preview:
  • Filesystem Path: src/components/03-components/05-cards/04-cards--featured-story.hbs

No notes defined.