diff options
-rwxr-xr-x | templates/web/default/faq/faq-en-gb.html | 2 | ||||
-rwxr-xr-x | templates/web/default/reports/council.html | 7 | ||||
-rw-r--r-- | web/css/_main.scss | 8 | ||||
-rw-r--r-- | web/css/main.css | 7 |
4 files changed, 24 insertions, 0 deletions
diff --git a/templates/web/default/faq/faq-en-gb.html b/templates/web/default/faq/faq-en-gb.html index 0907d6275..930a4c045 100755 --- a/templates/web/default/faq/faq-en-gb.html +++ b/templates/web/default/faq/faq-en-gb.html @@ -90,6 +90,8 @@ href="https://secure.mysociety.org/donate/">please do</a>.</dd> <dd>You can either leave a test report or <a href="/contact">contact us</a> to find out where reports go at the moment. Also <a href="/contact">contact us</a> to update the address or addresses we use.</dd> + <dt>I’m from a council, can we have FixMyStreet on our website?</dt> + <dd>Yes you can! We offer branded, hosted versions of FixMyStreet for local council websites. <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">Full details</a>.</dd> <dt>Do you remove silly or illegal content?</dt> <dd>FixMyStreet is not responsible for the content and accuracy of material submitted by its users. We reserve the right to edit or remove any diff --git a/templates/web/default/reports/council.html b/templates/web/default/reports/council.html index e33fa1bc9..2b004cf50 100755 --- a/templates/web/default/reports/council.html +++ b/templates/web/default/reports/council.html @@ -75,6 +75,13 @@ Its area is now covered by <a href="/reports/Bedford">Bedford Borough Council</a <h2>[% name %]</h2> +[% IF c.cobrand.moniker == '' %] +<p class="promo"> + FixMyStreet is now available for local council websites. + <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">Find out more</a>. +</p> +[% END %] + [% INCLUDE 'pagination.html', param = 'p' %] [% INCLUDE column diff --git a/web/css/_main.scss b/web/css/_main.scss index 0b9cf33ab..9063f1484 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -41,6 +41,14 @@ select, input, textarea { #front_stats div { background-color: $header_back; } + + p.promo { + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + background-color: #eee; + text-align: center; + padding: 0 0.5em; + } } diff --git a/web/css/main.css b/web/css/main.css index 686b74d40..5b4be5ebc 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -43,6 +43,13 @@ select, input, textarea { #mysociety #front_stats div { background-color: #e3d595; } +#mysociety p.promo { + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + background-color: #eee; + text-align: center; + padding: 0 0.5em; +} #header { font-size: 200%; |