Featured Story Card

This card supports a leading or featured story. Use one per page. Headline, summary and image are required. Date and byline are optional.

When to use

To highlight a discrete piece of content outside of a row or series.

Anatomy

Featured Story Card Anatomy

1. Date

2. Title Link (required)

3. Byline

4. Supporting Text

5. Text Container (required)

6. Image Link (required)

Examples

<article class="ucla-card ucla-card__story-featured">
  <a href="#" tabindex="-1">
    <img
      class="ucla-card__story-featured-image"
      src="../../../theme-assets/img/examples/featured-story-bill-and-john.jpg"
      alt="Bill Walton with a drawing of Coach John Wooden."
    />
  </a>
  <div class="ucla-card__story-featured-body">
    <h3 class="ucla-card__story-featured-title"><a
        class="link"
        href="#"
      >Featured Story</a></h3>
    <p class="ucla-card__story-author">By Joe Bruin</p>
    <p class="ucla-card__story-featured-summary">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="ucla-card__story-featured-source">Source:
      <a class="link" href="#"><cite>UCLA Magazine</cite></a></p>
  </div>
</article>