aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/bathnes/footer_extra.html26
-rw-r--r--templates/web/bathnes/header_site.html36
2 files changed, 62 insertions, 0 deletions
diff --git a/templates/web/bathnes/footer_extra.html b/templates/web/bathnes/footer_extra.html
new file mode 100644
index 000000000..4651fdaa5
--- /dev/null
+++ b/templates/web/bathnes/footer_extra.html
@@ -0,0 +1,26 @@
+[%#
+* Taken from https://style.bathnes.gov.uk/02-components.html#footer
+* Image path changed
+* Footer links updated
+%]
+<footer class="global-footer">
+ <div class="footer-wrapper">
+ <div class="grid-row">
+ <div class="column-two-thirds">
+ <div class="footer-logo">
+ <img src="/cobrands/bathnes/bathnes-logo-mono.png" alt="Bath & North East Somerset Council" />
+ </div>
+
+ <ul class="footer-list">
+ <li><a href="http://www.bathnes.gov.uk/contact-us">Contact Us</a></li>
+ <li><a href="/privacy">Privacy and Cookies</a></li>
+ </ul>
+ </div>
+
+ <div class="column-one-thirds">
+
+ </div>
+
+ </div>
+ </div>
+</footer>
diff --git a/templates/web/bathnes/header_site.html b/templates/web/bathnes/header_site.html
new file mode 100644
index 000000000..e39882b58
--- /dev/null
+++ b/templates/web/bathnes/header_site.html
@@ -0,0 +1,36 @@
+[%#
+* Taken from https://style.bathnes.gov.uk/02-components.html#headers
+* Image path updated
+* Menu button changed to link, and other FMS Report link added
+* Seach box made functional
+* .visually-hidden to .visuallyhidden
+%]
+<header id="site-header" role="banner">
+ <div class="header-wrapper">
+ <div class="header-global">
+ <div class="header-logo">
+ <a href="https://www.bathnes.gov.uk/" id="logo">
+ <img src="/cobrands/bathnes/bathnes-logo-colour.png" alt="Bath & North East Somerset Council" />
+ </a>
+ </div>
+
+ <a href="[% c.cobrand.base_url IF admin %]/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a>
+ <a href="#main-nav" class="navigation-trigger">Menu</a>
+
+ <div class="header-search header-search--desktop">
+ <form id="search" class="site-search" action="http://www.bathnes.gov.uk/search/site/" method="post">
+ <label class="form-label visuallyhidden" for="search-site">Search across the site</label>
+ <input class="form-control" id="search-site" type="text" name="search_block_form" placeholder="Search bathnes.gov.uk">
+ <input type="hidden" name="form_id" value="search_block_form">
+ <input class="button" type="submit" value="Search">
+ </form>
+ </div>
+ </div>
+ </div>
+
+ <nav role="navigation" id="navigation-primary" class="navigation-primary">
+ [% INCLUDE 'main_nav.html' omit_wrapper=1 ul_class='navigation-primary-list' liattrs='class="navigation-primary-list__item"' %]
+ </nav>
+
+ <div class="header-marque"></div>
+</header>