diff options
author | Struan Donald <struan@exo.org.uk> | 2014-04-17 12:47:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-17 12:48:01 +0100 |
commit | 7b216839fa1d74045009bd06e6414f6c9f213a22 (patch) | |
tree | ab2b311285d552f1ebcbbe458a3f9d5ac7ec2106 /templates | |
parent | 59c56be1957b6c0605f8cdbe02f0f0c65682bdc8 (diff) |
tweak footer links to apps
include logos and change the header text
closes #751
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet/footer.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/web/fixmystreet/footer.html b/templates/web/fixmystreet/footer.html index dbf9235e0..cb39416f4 100644 --- a/templates/web/fixmystreet/footer.html +++ b/templates/web/fixmystreet/footer.html @@ -2,14 +2,16 @@ <footer role="content-info"> <div class="tablewrapper bordered"> <div id="footer-mobileapps"> - <h4>Mobile apps</h4> - <p> - <a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545">iPhone</a> - and - <a href="https://play.google.com/store/apps/details?id=org.mysociety.FixMyStreet">Android</a> - apps now available. - </p> - </div> + <h4>The FixMyStreet App</h4> + <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"> <ul> |