diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-05-22 10:47:56 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-05-23 13:03:09 +0100 |
commit | cd48d6c7469eb7523cc8868cc97e9971a28fd880 (patch) | |
tree | 49cd9728950c75afd7223bcc8a3c54bc617f3aa3 /templates | |
parent | 8946fca0cbb9bb5c3c19603f7f609b99e61e0ff2 (diff) |
[fixmystreet.com] FMS Pro banner on homepage
Includes a new, brighter tile.jpg, to improve text contrast and
to match the $primary colour of #FFD000.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/front/footer-marketing.html | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/templates/web/fixmystreet.com/front/footer-marketing.html b/templates/web/fixmystreet.com/front/footer-marketing.html index 2095b51c5..21363d914 100644 --- a/templates/web/fixmystreet.com/front/footer-marketing.html +++ b/templates/web/fixmystreet.com/front/footer-marketing.html @@ -1,14 +1,10 @@ - <div class="tablewrapper bordered"> - <div id="footer-help"> - <ul> - <li> - <h4>[% loc('Are you a developer?') %]</h4> - <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://fixmystreet.org">available at fixmystreet.org</a>.') %]</p> - </li> - <li> - <h4>[% loc('Are you from a council?') %]</h4> - <p>[% loc('Would you like better integration with FixMyStreet? <a href="/about/council">Find out about FixMyStreet for councils</a>.') %]</p> - </li> - </ul> - </div> - </div> +<div class="fms-pro-promo"> + <h2>FixMyStreet Professional</h2> + <p class="lead">The one-stop street reporting service for councils.</p> + <p>Integrate FixMyStreet with your council system for smooth, end-to-end report fullfilment.</p> + <p><a href="/about/council" class="btn">Learn more</a></p> +</div> + +<div class="footer-marketing"> + <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://fixmystreet.org">available at fixmystreet.org</a>.') %]</p> +</div> |