-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
185 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,71 @@ | ||
<header class="header header--census has-js"> | ||
<div class="header__help is-closed js-help-body"> | ||
<div class="header__container container"> | ||
<div class="header__title ">Help and support –</div> | ||
<ul class="header__nav nav nav--horizontal"> | ||
<li class="nav__item"> | ||
<span class="mars" role="presentation">Call </span> <a class="venus nav__link" href="tel:03000683001"><span class="u-vh">For help call </span>0300 068 3001</a> | ||
</li> | ||
<li class="nav__item"> | ||
<a class="venus nav__link external--white" href="http://www.ons.gov.uk/census/help" target="_blank" rel="noopener noreferrer">Online Help</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="header__container container"> | ||
<div class="header__logo"> | ||
<img src="{{site.baseurl}}/s/img/census-logo.svg?q=afe0c3fc5f881be5a231a218296436c68cc7fa26" alt="2017 Census"" alt="2017 Census"> | ||
</div> | ||
<button class="header__btn btn btn--light btn--border js-help-btn" data-ga-action="Help and support" data-ga="click" data-ga-category="Help"> | ||
Help and support | ||
</button> | ||
</div> | ||
</header> | ||
<header class="header"> | ||
<div class="header__top" role="banner"> | ||
<div class="container"> | ||
<div class="header__grid-top grid grid--gutterless grid--flex grid--between grid--vertical-center grid--no-wrap"> | ||
<div class="logo"> | ||
{% unless page.noONSLogoLink %}<a href="{{ site.baseurl }}/">{% endunless %} | ||
<picture> | ||
<source media="(max-width: 550px)" srcset="/s/img/ons-logo-stacked.svg"> | ||
<img class="logo__img header__logo print__hidden" src="https://deploy-preview-129--sdc-global-design-patterns.netlify.com/assets/img/ons-logo-pos.svg" alt=""> | ||
</picture> | ||
{% unless page.noONSLogoLink %}</a>{% endunless %} | ||
</div> | ||
<div class="header__links grid__col col-auto"> | ||
<div class="grid__col col-auto"> | ||
<ul class="language-links"> | ||
<li class="language-links__item"><a href="#" lang="cy" data-ga-element="language">Cymraeg</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="header__main "> | ||
<div class="container"> | ||
<div class="grid grid--gutterless grid--align-mid u-cf"> | ||
<div class="grid__col "> | ||
{% if page.logoUrl %}<a href="{{ page.logoUrl }}">{% endif %} | ||
<h1 | ||
class="header__title header__title--nav-adj"> | ||
<span class="js-header-title"> | ||
{% if page.title %} | ||
{{ page.title }} | ||
{% else %} | ||
{{ site.title }} | ||
{% endif %} | ||
</span> | ||
{% unless page.hideSaveLater %} | ||
{% if page.exit %} | ||
<button class="btn btn--ghost u-fr u-d-no@xs@m exit">Exit</button> | ||
{% else %} | ||
<button class="btn btn--ghost u-fr u-d-no@xs@m complete-later">Save and sign out</button> | ||
{% endif %} | ||
<!--<button class="btn btn--ghost u-fr">Cadw a chwblhau'n ddiweddarach</button>--> | ||
{% endunless %} | ||
</h1> | ||
{% if page.logoUrl %}</a>{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="header__bottom"> | ||
<div class="container container--gutterless@xs@m"> | ||
<nav class="header-nav js-header-nav" id="main-nav" aria-label="Main menu" data-analytics="header-navigation"> | ||
<ul class="header-nav__list" aria-label="" role="menubar"> | ||
<li class="header-nav__item "> | ||
<a href="" class="header-nav__link" role="menuitem">Home</a> | ||
</li> | ||
<li class="header-nav__item "> | ||
<a href="" class="header-nav__link" role="menuitem">About the census</a> | ||
</li> | ||
<li class="header-nav__item "> | ||
<a href="" class="header-nav__link" role="menuitem">Help with your census</a> | ||
</li> | ||
<li class="header-nav__item "> | ||
<a href="" class="header-nav__link" role="menuitem">Contact us</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.