Page head
Page head
The page head is used on all pages of the main Oxfordshire County Council website.
<header class="occlss-page-head">
<div class="occlss-wrapper occlss-page-head__wraper ">
<!--START wrapper block-->
<div class="occlss-layout">
<!--START layout block-->
<div class="occlss-layout__col occlss-layout__col--sm-12 occlss-layout__col--bleed occlss-page-head__nav">
<nav class="occlss-site-nav">
<a href="https://www.oxfordshire.gov.uk" class="occlss-site-nav__logo-link"
title="Back to Oxfordshire County Council Home">
<img src="/assets/images/occlss/logo.svg" class="occlss-head-logo" alt="Oxfordshire County Council logo">
</a>
</nav>
</div>
</div>
<!--End layout block -->
<!--End layout block -->
</div>
<!--End wrapper block -->
</header>
Page head mobile menu
This is the page head to be used by all third-parties Oxfordshire County Council-branded websites.
<header class="occlss-page-head">
<div class="occlss-wrapper occlss-page-head__wraper">
<!--START wrapper block-->
<div class="occlss-layout">
<!--START layout block-->
<div class="occlss-layout__col occlss-layout__col--sm-12 occlss-layout__col--bleed occlss-page-head__nav">
<nav class="occlss-site-nav occlss-site-nav--mobile">
<a href="https://www.oxfordshire.gov.uk" class="occlss-site-nav__logo-link"
title="Back to Oxfordshire County Council Home">
<img src="/assets/images/occlss/logo.svg" class="occlss-head-logo" alt="Oxfordshire County Council logo">
</a>
<a href="javascript:void(0);" class="occlss-site-nav__toggler js-occlss-nav-toggler-button">
Menu
</a>
<ul class="occlss-site-nav__list">
<li class="occlss-site-nav__item">
<a href="https://service.oxfordshire.gov.uk/auth?returnurl=http://www.oxfordshire.gov.uk" class="occlss-site-nav__link">My account</a>
</li>
</ul>
</nav>
</div>
</div>
<!--End layout block -->
</div>
<!--End wrapper block -->
</header>
Page head mobile menu and secondary menu and search bar
This is the page head to be used by all third-parties Oxfordshire County Council-branded websites if secondary menu and search box required.
How to use this component
The page head should be used at the top of every webpage. The top-right of the page head can contain a link to the third-party log in in the format “Log into ‘service name’”.
Changelog
2.1.0
- Page head mobile menu and secondary menu and search bar Added
1.0.0
- Component added