The big news card is a series of independent areas designed to give newsrooms control of the volume depending on what they have. Each zone is managed separately and nothing is required. Because the card needs to be so flexible, yet stable, it’s set up with the CSS Grid instead of Flexbox. By also including the number of children for each grid item in a data-children=X attribute, we can use the Grid to iterate the design more easily as we see how newsrooms use it.

EXAMPLE

HURRICANE FLORENCE
LATEST NEWS
Officers carry June Loch to dry land after she was rescued from her home in the Pine Glen subdivision of Columbia, S.C. on Oct. 5, 2015. Record rainfall that October triggered floods that killed at least 19 people in South Carolina and caused extensive damage to neighborhoods that had never flooded before. Despite that disaster, only 9 percent of South Carolina households had purchased flood insurance by May of last year.

HTML

<section class="big-news paper">
  <a href="#" class="label"><h5 class="impact">HURRICANE FLORENCE</h5></a>
  <h5 class="latest">LATEST NEWS</h5>
  <div class="grid" data-children="3">
    <article class="package">
      <h3><a href="#">Looking for water or gas? Here are some places that have them </a></h3>
      <time>February 23, 2018 2PM</time>
    </article>
    <article class="package">
      <h3><a href="#">Hurrican Irma makes landfall in the Carribean: where's she headed next</a></h3>
      <time>February 23, 2018 2PM</time>
    </article>
    <article class="package">
      <h3><a href="#">Hurricane Irma's menacing eye strenghens</a></h3>
      <time>February 23, 2018 2PM</time>
    </article>
  </div>
  <div class="package">
    <h1 class="h1"><a href="#">Hurricane Florence now a Category 4 &mdash; state of emergency declared</a></h1>
  </div>
  <figure>
    <a href="#"><img src="https://www.mcclatchydc.com/latest-news/2dp7ij/picture218293685/alternates/LANDSCAPE_1140/Flood_td_103_LEDE.JPG"></a>
    <figcaption>Officers carry June Loch to dry land after she was rescued from her home in the Pine Glen subdivision of Columbia, S.C. on Oct. 5, 2015. Record rainfall that October triggered floods that killed at least 19 people in South Carolina and caused extensive damage to neighborhoods that had never flooded before. Despite that disaster, only 9 percent of South Carolina households had purchased flood insurance by May of last year. <span class="byline"><a href="#">Tim Dominick</a></span></figcaption>
  </figure>
  <div class="grid featured" data-children="3">
    <article class="card">
      <figure>
        <a href="#"><img src="https://www.mcclatchydc.com/news/nation-world/national/7g1ahc/picture174166396/alternates/LANDSCAPE_640/Hurricane%20Irma%202"></a>
      </figure>
      <div class="package">
        <h3><a href="#">Looking for water or gas? Here are some places that have them </a></h3>
        <time>February 23, 2018 2PM</time>
      </div>
    </article>
    <article class="card">
      <figure>
        <a href="#"><img src="https://www.miamiherald.com/news/weather/hurricane/c3x8sb/picture172257337/alternates/LANDSCAPE_640/Coconut%20Grove%20Irma%2004%20EKM%20(1)"></a>
      </figure>
      <div class="package">
        <h3><a href="#">Hurrican Irma makes landfall in the Carribean: where's she headed next</a></h3>
        <time>February 23, 2018 2PM</time>
      </div>
    </article>
    <article class="card">
      <figure>
        <a href="#"><img src="https://www.mcclatchydc.com/news/nation-world/national/w763tv/picture172700996/alternates/LANDSCAPE_640/AP_17254522905028"></a>
      </figure>
      <div class="package">
        <h3><a href="#">Hurrican Irma makes landfall in the Carribean: where's she headed next</a></h3>
        <time>February 23, 2018 2PM</time>
      </div>
    </article>
  </div>
</section>
CARDS

author-card

Author information at the bottom of articles

big-news

Goes on the top of the homepage during large news events.

correction

A correction disclaimer for the top of a story.

digest

Headline stacks for section content.

flag

The top banner of the sites including the search panel and account popout

flex-columns

A flexbox version of the grid using the same rules.

footer

Standard footer for the bottom of all pages

form (DSP)

DSP form layout

gallery

Photo gallery to be used in all occasions.

grid

A very basic starter grid

header

An expanded package for article headers.

immersive

Immersive card to match the layout option.

in-depth

In depth module for section pages

inline-cta

Inline call to action for story display.

menu

Side menu panel tied to the hamburger.

modal

Simple overlay containers to maintain consistency.

paywall (DSP)

DSP paywall offer card

read-next

The custom read next card under story bodies.

related-stories

Display for stories related in CUE.

review-order (DSP)

DSP review-order card

section-nav

Top navigation for section fronts where applied in CUE

series-nav

Series nav for article pages.

sponsor

Grant/Sponsorship card for article pages.

swg-promo

Promo card for story and section pages

timeline

Used in live updates and for static timelines.

transparency

Provides story background information.

upper-nav

Top tab navigation used in niche verticals.

vendor-flag

A basic flag that can be used on 3rd-party sites in an iframe.

vendor-footer

A basic footer that can be used on 3rd-party sites in an iframe.

DECKS

author bio

A sample of the author bio page.

contests

An alternative grid and card arrangement for contests.

eEdition

A portal page with recent eEditions.

gallery

A CSS Grid version using the experimental rail code.

homepage

A sample homepage.

immersive

A sample story page.

Impact 2020

Priority vertical product page.

my account (DSP)

A sample account profile page.

paywall (DSP)

A sample paywall overlay page.

purchase flow (DSP)

A sample purchase flow sign up page.

search

Search results page.

section

A sample section page.

story

A sample story page.

subscription offers page (DSP)

DSP subscription offers page

topic

The topic layout.