Hide menu

Europa Style Guide

develop 03 June 2021 - 14:45
  • 0Overview
  • 1Auto cols
  • 2Banner
  • 3Breadcrumb
  • 4Buttons
  • 5Card
  • 6Comment
  • 7Context navigation
  • 8Date Block
  • 9Datepicker
  • 10EC Footer
  • 11EC Hero links
  • 12EC Wrapper
  • 13Expandable
  • 14Featured item
    • 14.1Featured item
    • 14.2Featured item extended
  • 15Field
  • 16File
  • 17Filters
  • 18Form
  • 19Gallery
  • 20Hero links
  • 21Highlighted item
  • 22Horizontal line
  • 23Icon
  • 24Inpage navigation
  • 25Labels
  • 26Language select (Page)
  • 27Link block
  • 28Listing
  • 29Messages
  • 30Meta
  • 31More link
  • 32Bootstrap: Nav tabs
  • 33Outreach
  • 34Page header
  • 35Pager
  • 36Profile topbar
  • 37RSS Link
  • 38Search form
  • 39Section
  • 40Site user menu
  • 41Site header
  • 42Social Media
  • 43Spinner
  • 44Splash Page
  • 45Table responsive
  • 46Tags
  • 47Timeline
  • 48Top image
  • 49Typography

14 #featured-item Featured item

Component used to render featured/highlighted items.

14.1 #featured-item.1 Featured item

Example
Energy Union tour
announcement 21 December 2016

Energy Union tour

Vice-President Šefcovic is visiting EU countries to present the opportunities that the Energy Union offers for Europe. The list of countries below are those he will visit over the next few months. Each completed visit comes with a presentation of the benefits of the Energy Union for that particular country. More visits will be added over time.

<div class="featured-item">
  <a href="#" class="wrapping-link" title="Energy Union tour">
    <span class="sr-only">Energy Union tour</span>
  </a>
  <div class="featured-item__image">
    <img src="https://picsum.photos/590/450"/>
  </div>
  <div class="featured-item__content">
    <div class="meta meta--header">
      <span class="meta__item meta__item--type">announcement</span>
      <span class="meta__item"><span class="date-display-single">21 December 2016</span></span>
    </div>
    <h3 class="featured-item__title">Energy Union tour</h3>
    <p>
      Vice-President Šefcovic is visiting EU countries to present the opportunities that the Energy Union offers for
      Europe. The list of countries below are those he will visit over the next few months. Each completed visit comes
      with a presentation of the benefits of the Energy Union for that particular country. More visits will be added
      over time.
    </p>
  </div>
</div>

14.2 #featured-item.2 Featured item extended

Visual changes and link option

Example

Energy Union tour

Vice-President Šefcovic is visiting EU countries to present the opportunities that the Energy Union offers for Europe. The list of countries below are those he will visit over the next few months. Each completed visit comes with a presentation of the benefits of the Energy Union for that particular country. More visits will be added over time.

Link Button
<div class="featured-item featured-item__extended">
  <div class="featured-item__image">
    <img src="https://picsum.photos/590/450"/>
  </div>
  <div class="featured-item__content">
    <h3>Energy Union tour</h3>
    <p>
      Vice-President Šefcovic is visiting EU countries to present the opportunities that the Energy Union offers for Europe. The list of countries below are those he will visit over the next few months. Each completed visit comes with a presentation of the benefits of the Energy Union for that particular country. More visits will be added over time.
    </p>
    <a href="#" class="btn btn-ctn">Link Button</a>
  </div>
</div>