diff options
Diffstat (limited to 'templates/web/eastherts/footer.html')
-rw-r--r-- | templates/web/eastherts/footer.html | 51 |
1 files changed, 38 insertions, 13 deletions
diff --git a/templates/web/eastherts/footer.html b/templates/web/eastherts/footer.html index fb39c29c2..59d998959 100644 --- a/templates/web/eastherts/footer.html +++ b/templates/web/eastherts/footer.html @@ -3,24 +3,49 @@ </div><!-- .table-cell --> <div class="nav-wrapper"> - <div class="nav-wrapper-2"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 %] + <div class="container"> + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area %] </div> </div> </div> <!-- .wrapper --> [% IF pagefooter %] - <footer role="contentinfo"> - <ul> - <li><a href="http://www.eastherts.gov.uk/article/10/A-to-Z">A to Z</a></li> - <li><a href="http://www.eastherts.gov.uk/article/3347/Accessibility" accesskey="0">Accessibility</a></li> - <li><a href="http://www.eastherts.gov.uk/article/3351/Disclaimer">Disclaimer</a></li> - <li><a href="http://www.eastherts.gov.uk/article/3352/Copyright-2016">Copyright 2016</a></li> - <li><a href="http://www.eastherts.gov.uk/privacy">Privacy, Data Protection and Fraud Prevention</a></li> - <li class="last"><a href="http://www.eastherts.gov.uk/article/6653/Neighbouring-Councils">Neighbouring Councils</a></li> - </ul> - <p>© 2016 East Herts Council , <strong>Telephone:</strong> +44 (0)1279 655261 <strong>Bishop's Stortford Office:</strong>- Charringtons House, Bishop's Stortford, Herts, CM23 2EN. <strong>Hertford Office:</strong>- Wallfields, Pegs Lane, Hertford, SG13 8EQ.</p> - </footer> + <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/about/professional">Powered by FixMyStreet</a> + </div> + </div> + </div> + </div> [% END %] [% INCLUDE 'common_footer_tags.html' %] |