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
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>
The featured story card component has several elements nested in this format:
.ucla-card__story-featured
- The main card container
.ucla-card__story-featured-image
- An image that spans half the width of the container
.ucla-card__story-featured-body
- A content container that overlaps the image
.ucla-card__story-featured-title
- Left-aligned bolded text linking to an article
.ucla-card__story-author
- Author of the article
.ucla-card__story-featured-summary
- Summary of the article
.ucla-card__story-featured-source
- Source of the article
By Joe Bruin
Hall of Famer Bill Walton '74 recently talked about his approach to life, what
he's learned and his love for his alma mater.
Source: UCLA Magazine
<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 href="#"><cite>UCLA Magazine</cite></a></p>
</div>
</article>