aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2017-05-31 16:19:51 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-06-15 17:29:21 +0100
commitf4a7250eccdc70e3413c18f80b01aec7042a17da (patch)
treef44a67f78726464bf6a1d72fef0338ba83b12831 /templates
parentce350cc13134bdbbbf50af2689fbc63a04b3773b (diff)
[Borsetshire] New cobrand for fictional council
Diffstat (limited to 'templates')
-rw-r--r--templates/web/borsetshire/header_site.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/borsetshire/header_site.html b/templates/web/borsetshire/header_site.html
new file mode 100644
index 000000000..51f42881b
--- /dev/null
+++ b/templates/web/borsetshire/header_site.html
@@ -0,0 +1,20 @@
+<header id="site-header" role="banner">
+ <div class="container">
+ [% INCLUDE 'header_logo.html' %]
+ <a href="#main-nav" id="nav-link">Main Navigation</a>
+
+ <!-- hide this on mobile and on map page -->
+ <ul class="site-header__fake-nav">
+ <li>Residents</li>
+ <li>Businesses</li>
+ <li><input type="text"><span class="button">Search</span></li>
+ </ul>
+ </div>
+</header>
+
+<!-- hide this on mobile and on map page -->
+<div id="site-subheader">
+ <div class="container">
+ <h2>Report a problem</h2>
+ </div>
+</div>