diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/eastherts/footer_extra.html | 36 | ||||
-rw-r--r-- | templates/web/eastherts/header_site.html | 37 |
2 files changed, 0 insertions, 73 deletions
diff --git a/templates/web/eastherts/footer_extra.html b/templates/web/eastherts/footer_extra.html deleted file mode 100644 index de0a9fab0..000000000 --- a/templates/web/eastherts/footer_extra.html +++ /dev/null @@ -1,36 +0,0 @@ -<div class="footer clearfix"> - <div class="container"> - <div class="footer__left"><img src="https://www.eastherts.gov.uk/image/29958/EastHertsLogo-Footer/original.png" width="250" height="75" alt="EastHertsLogo-Footer" title="EastHertsLogo-Footer" class="footer__logo" /> - <div class="footer__socialmedia"> - - <a href="https://www.facebook.com" rel="external" title="Facebook"><img src="https://www.eastherts.gov.uk/image/29956/Facebook/original.png" width="40" height="40" alt="Facebook" title="Facebook" /> - </a> - - <a href="https://www.twitter.com" rel="external" title="Twitter"><img src="https://www.eastherts.gov.uk/image/29959/Twitter/original.png" width="40" height="40" alt="Twitter" title="Twitter" /> - </a><img src="https://www.eastherts.gov.uk/image/29957/RSS/original.png" width="40" height="40" alt="RSS" title="RSS" /> - </div> - </div> - <div class="footer__right"> - <div class="footer__navigation"> - <ul> - <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34224/Site-map" class="footer__navlink">Site map</a> - </li> - <li class="footer__navitem"><a href="/article/34226/Terms--Conditions" class="footer__navlink">Terms & Conditions</a> - </li> - <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34230/Privacy--Cookies" class="footer__navlink">Privacy & Cookies</a> - </li> - <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34378/Privacy-Data-Protection-and-Fraud-Prevention" class="footer__navlink">Privacy, Data Protection and Fraud Prevention</a> - </li> - <li class="footer__navitem"><a href="https://www.eastherts.gov.uk/article/34376/Comments-Compliments-and-Complaints" class="footer__navlink" accesskey="7">Comments, Compliments and Complaints</a> - </li> - </ul> - </div> - <div class="footer__copyright"> - <p>© 2017 mySociety</p> - </div> - <div class="footer__goss"> - <a href="https://www.fixmystreet.com/pro/">Powered by FixMyStreet</a> - </div> - </div> - </div> -</div> diff --git a/templates/web/eastherts/header_site.html b/templates/web/eastherts/header_site.html deleted file mode 100644 index 5f1f4965e..000000000 --- a/templates/web/eastherts/header_site.html +++ /dev/null @@ -1,37 +0,0 @@ -<div class="toputils"> - <div class="container"> - <a href="[% c.cobrand.base_url IF admin %]/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a> - <a href="#main-nav" id="nav-link">Main Navigation</a> - <!-- <a href="https://www.eastherts.gov.uk/article/34246/Search">Search</a> --> - - <div class="toputils__right desk-only"> - <div class="toputils__nav"> - <ul class="toputils__navlist"> - <li><a href="/article/34210/Accessibility" class="toputils__navitem">Accessibility</a> - </li> - <li><a href="/article/34212/A-Z-of-Services" class="toputils__navitem">A-Z of Services</a> - </li> - <li><a href="/article/34377/Contact-us" class="toputils__navitem">Contact us</a> - </li> - </ul> - </div> - </div> - </div> -</div> - -<header id="site-header" role="banner"> - <div class="container"> - <a href="[% c.cobrand.base_url IF admin %]/" id="site-logo">[% site_name %]</a> - <div class="mainmenu desk-only"> - <ul class="mainmenu__list"> - <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/residents" class="mainmenu__item">Residents</a></li> - <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/business" class="mainmenu__item">Business</a></li> - <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/council" class="mainmenu__item">Your Council</a></li> - <li class="footer__navitem"><a href="http://www.eastherts.gov.uk/news" class="mainmenu__item">News</a></li> - </ul> - </div> - <div class="searchcontrol desk-only"> - <a href="https://www.eastherts.gov.uk/article/34246/Search" class="searchcontrol__expandtoggle">Search</a> - </div> - </div> -</header> |