diff options
Diffstat (limited to 'templates/web/greenwich/front/footer-marketing.html')
-rw-r--r-- | templates/web/greenwich/front/footer-marketing.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/web/greenwich/front/footer-marketing.html b/templates/web/greenwich/front/footer-marketing.html new file mode 100644 index 000000000..66a75b5cc --- /dev/null +++ b/templates/web/greenwich/front/footer-marketing.html @@ -0,0 +1,31 @@ +<hr /> +<div class="tablewrapper"> + <div id="footer-mobileapps"> + <p> + <a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545"> + <img alt="FixMyStreet app on the App Store" src="/cobrands/fixmystreet/images/itunes_store_logo.png" /> + </a> + <a href="https://play.google.com/store/apps/details?id=org.mysociety.FixMyStreet"> + <img alt="FixMyStreet Android app on Google Play" src="/cobrands/fixmystreet/images/google_play_logo.png" /> + </a> + </p> + </div> + + <div id="footer-help"> + <p> + Powered by <a class="platform-logo" href="https://fixmystreet.com/council">FixMyStreet Platform</a> + </p> + </div> +</div> + +<div class="footer-nav"> + <ul> + <li><a href="http://www.royalgreenwich.gov.uk/contact" rel="nofollow">Contact us</a></li> + <li><a href="http://www.royalgreenwich.gov.uk/location" rel="nofollow">Location map</a></li> + <li><a href="http://www.royalgreenwich.gov.uk/terms" rel="nofollow">Terms & disclaimer</a></li> + <li><a href="http://www.royalgreenwich.gov.uk/accessibility" rel="nofollow">Accessibility statement</a></li> + <li><a href="http://www.royalgreenwich.gov.uk/statistics" rel="nofollow">Website statistics</a></li> + <li>© 2015 Royal Borough of Greenwich</li> + <li class="last"><a href="http://www.royalgreenwich.gov.uk/cookies">Cookies</a></li> + </ul> +</div> |