Footer

In progress

Footer ends each page and contains easy access to importanat information and helps users in navigation.

Footer consists of 3 different components. <footer-action>, <footer-info> and <footer-base>

The footer has two areas (similar to the current footer): info-footer with campus links and the bottom footer a mix of links (eg. data protection, accessibility, feedback etc.). See individual device pages for more detailed breakdown.

P.O. Box 4
(Yliopistonkatu 3)
00014 University of Helsinki

Switchboard:
+358 (0) 2941 911
<hy-footer>
  <hy-footer-action
    updated-text="Updated on 14.10.2020"
    up-button-label="Up"
  ></hy-footer-action>
  <hy-footer-info
    text-title="Campuses"
    text-description="University operates on four campuses in Helsinki and nine other locations."
    link-text="See all"
    link-url="www.google.com"
    data-footer-info-links='[
      {"label": "City Centre Campus", "url": "#", "mainlink": true,
        "items": [
          {"label": "Faculti of Educational Sciences", "url": "#"},
          {"label": "Faculti of Educational Theology", "url": "#"},
          {"label": "Faculti of Educational Arts", "url": "#"},
          {"label": "Faculti of Educational Sociology", "url": "#"},
          {"label": "Faculti of Educational Medicine", "url": "#"},
          {"label": "Faculti of Educational Law", "url": "#"}
        ]
      },
      {"label": "Kumpula Campus", "url": "#", "mainlink": true,
        "items": [
          {"label": "Faculti of Educational Sciences", "url": "#"}
        ]
      },
      {"label": "Meilahti Campus", "url": "#", "mainlink": true,
        "items": [
          {"label": "Faculti of Educational Sciences", "url": "#"}
        ]
      },
      {"label": "Viikki Campus", "url": "#", "mainlink": true,
        "items": [
          {"label": "Faculti of Educational Sciences", "url": "#"},
          {"label": "Faculti of Educational Arts", "url": "#"},
          {"label": "Faculti of Educational Medicine", "url": "#"},
          {"label": "Faculti of Educational Social theory", "url": "#"}
        ]
      }
    ]'
  ></hy-footer-info>
  <hy-footer-base
    logo-label="University of Helsinki"
    logo-url="/"
    some-label="Follow us"
    copyright-text="© University of Helsinki 2020"
    data-footer-base-links='[
      {"label": "People finder", "url": "#"},
      {"label": "Press and media", "url": "#"},
      {"label": "Opening hours", "url": "#"},
      {"label": "Flamma", "url": "#"},
      {"label": "Library", "url": "#"},
      {"label": "Webshop", "url": "#"},
      {"label": "About website", "url": "#"},
      {"label": "Data protection", "url": "#"},
      {"label": "More Data protection", "url": "#"},
      {"label": "Accessibility", "url": "#"},
      {"label": "Give feedback", "url": "#"}
    ]'
    data-footer-base-some='[
    {"label": "Follow us on Facebook", "url": "#", "type": "facebook"},
      {"label": "Follow us on Twitter", "url": "#", "type": "twitter"},
      {"label": "Follow us on Youtube", "url": "#", "type": "youtube"},
      {"label": "Follow us on LinkedIn", "url": "#", "type": "linkedin"},
      {"label": "Follow us on Instagram", "url": "#", "type": "instagram"}
    ]'
  
  >
    <div slot="content">
      P.O. Box 4<br>
      (Yliopistonkatu 3)<br>
      00014 University of Helsinki<br>
      <br>
      Switchboard:<br>
      +358 (0) 2941 911
    </div>
  </hy-footer-base>
</hy-footer>