aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-12 17:25:07 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-14 20:30:52 +0000
commita9fd58d9985497cb85a162dc11c89c680b0a9c77 (patch)
tree86a15ea51cff441bc9dbdfdc1bd6025dd48e848c
parentab0066aa56615baa20b26d7b35cc9361f171183a (diff)
Generalise footer-marketing template.
Move UK specific text to fixmystreet.com template.
-rw-r--r--templates/web/fixmystreet.com/front/footer-marketing.html29
-rw-r--r--templates/web/fixmystreet/front/footer-marketing.html14
2 files changed, 31 insertions, 12 deletions
diff --git a/templates/web/fixmystreet.com/front/footer-marketing.html b/templates/web/fixmystreet.com/front/footer-marketing.html
new file mode 100644
index 000000000..717cc0bc9
--- /dev/null
+++ b/templates/web/fixmystreet.com/front/footer-marketing.html
@@ -0,0 +1,29 @@
+ <div class="tablewrapper bordered">
+ <div id="footer-mobileapps">
+ <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">
+ <p>
+ Powered by <a class="platform-logo" href="http://fixmystreet.org/">FixMyStreet Platform</a>
+ </p>
+ <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="https://www.fixmystreet.com/council">Find out about FixMyStreet for councils</a>.') %]</p>
+ </li>
+ </ul>
+ </div>
+ </div>
diff --git a/templates/web/fixmystreet/front/footer-marketing.html b/templates/web/fixmystreet/front/footer-marketing.html
index 717cc0bc9..011f55706 100644
--- a/templates/web/fixmystreet/front/footer-marketing.html
+++ b/templates/web/fixmystreet/front/footer-marketing.html
@@ -2,14 +2,8 @@
<div id="footer-mobileapps">
<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>
+ </p>
+ </div>
<div id="footer-help">
<p>
@@ -20,10 +14,6 @@
<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="https://www.fixmystreet.com/council">Find out about FixMyStreet for councils</a>.') %]</p>
- </li>
</ul>
</div>
</div>