diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/eastherts/footer_extra.html | 29 | ||||
-rw-r--r-- | templates/web/eastherts/header_site.html | 10 |
2 files changed, 39 insertions, 0 deletions
diff --git a/templates/web/eastherts/footer_extra.html b/templates/web/eastherts/footer_extra.html new file mode 100644 index 000000000..3722ea99f --- /dev/null +++ b/templates/web/eastherts/footer_extra.html @@ -0,0 +1,29 @@ +<footer class="eh-footer"> + <div class="container"> + + <p class="eh-footer__copyright">© East Herts District Council</p> + + <nav role="navigation" aria-labelledby="block-eastherts-footer-menu" class="eh-footer__nav"> + <h2 class="visuallyhidden" id="block-eastherts-footer-menu">Footer menu</h2> + <ul> + <li> + <a href="https://www.eastherts.gov.uk/accessibility">Accessibility</a> + </li> + <li> + <a href="https://www.eastherts.gov.uk/contactus">Contact Us</a> + </li> + <li> + <a href="https://www.eastherts.gov.uk/information-requests/data-protection">Data Protection</a> + </li> + <li> + <a href="https://www.eastherts.gov.uk/information-requests/data-protection/privacy-cookies">Privacy & Cookies</a> + </li> + </ul> + </nav> + + <a href="https://www.eastherts.gov.uk" title="Home" rel="home" class="eh-footer__logo"> + <img src="https://www.eastherts.gov.uk/themes/custom/eastherts/logo.svg" alt="Home"> + </a> + + </div> +</footer> diff --git a/templates/web/eastherts/header_site.html b/templates/web/eastherts/header_site.html new file mode 100644 index 000000000..2271dc259 --- /dev/null +++ b/templates/web/eastherts/header_site.html @@ -0,0 +1,10 @@ +<header class="eh-header"> + <div class="container"> + <a href="https://www.eastherts.gov.uk/" class="eh-header__logo">East Herts District Council</a> + <a href="#main-nav" class="eh-header__nav-link">Main Navigation</a> + <form class="eh-header__form" action="https://www.eastherts.gov.uk/search/content" method="get"> + <input class="eh-header__search" type="text" placeholder="Search and discover help, advice and information" name="search" size="30" maxlength="128"> + <button class="eh-header__button" type="submit" value="Search"><i></i> <span>Search</span></button> + </form> + </div> +</header> |