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
  • 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

10 #Ec footer EC Footer

Site-wide footer component

Example

European Commission website

This site is managed by the Directorate-General for Communication
  • Strategy
  • About the European Commission
  • Business, Economy, Euro
  • Live, work, travel in the EU
  • Law
  • Funding, Tenders
  • Research and innovation
  • Energy, Climate change, Environment
  • Education
  • Aid, Development cooperation, Fundamental rights
  • Food, Farming, Fisheries
  • EU regional and urban development
  • Jobs at the European Commission
  • Statistics
  • News
  • Events
  • Publications
  • Contact the European Commission
  • Follow the European Commission on social media
  • Resources for partners
  • Language policy
  • Cookies
  • Privacy policy
  • Legal notice
<div class="ec-footer">
  <div class="container-fluid">
    <div class="ec-footer__top">
      <div class="row">
        <div class="col-md-4 ec-footer__identity">
          <h4 class="ec-footer-heading"><a href="https://ec.europa.eu/info/index_en">European Commission website</a></h4>
          <span>This site is managed by the Directorate-General for Communication</span>
        </div>
        <div class="col-md-4 ec-footer__menu">
          <ul>
            <li><a href="#" title="">Strategy</a></li>
            <li><a href="#" title="">About the European Commission</a></li>
            <li><a href="#" title="">Business, Economy, Euro</a></li>
            <li><a href="#" title="">Live, work, travel in the EU</a></li>
            <li><a href="#" title="">Law</a></li>
            <li><a href="#" title="">Funding, Tenders</a></li>
            <li><a href="#" title="">Research and innovation</a></li>
            <li><a href="#" title="">Energy, Climate change, Environment</a></li>
            <li><a href="#" title="">Education</a></li>
          </ul>
        </div>
        <div class="col-md-4 ec-footer__menu">
          <ul>
            <li><a href="#" title="">Aid, Development cooperation, Fundamental rights</a></li>
            <li><a href="#" title="">Food, Farming, Fisheries</a></li>
            <li><a href="#" title="">EU regional and urban development</a></li>
            <li><a href="#" title="">Jobs at the European Commission</a></li>
            <li><a href="#" title="">Statistics</a></li>
            <li><a href="#" title="">News</a></li>
            <li><a href="#" title="">Events</a></li>
            <li><a href="#" title="">Publications</a></li>
          </ul>
        </div>
      </div>
      <div class="row">
        <div class="col-md-8 col-md-offset-4">
          <div class="ec-footer__divider"></div>
        </div>
      </div>
    </div>
    <div class="ec-footer__bottom">
      <div class="row">
        <div class="col-md-4 col-md-offset-4 ec-footer__menu">
          <ul>
            <li><a href="#" title="">Contact the European Commission</a></li>
            <li><a class="is-external" href="#" title="">Follow the European Commission on social media</a></li>
            <li><a href="#" title="">Resources for partners</a></li>
          </ul>
        </div>
        <div class="col-md-4 ec-footer__menu">
          <ul>
            <li><a href="#" title="">Language policy</a></li>
            <li><a href="#" title="">Cookies</a></li>
            <li><a href="#" title="">Privacy policy</a></li>
            <li><a href="#" title="">Legal notice</a></li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>