diff options
Diffstat (limited to 'templates')
4 files changed, 24 insertions, 11 deletions
diff --git a/templates/email/fixmystreet.com/_submit_footer.html b/templates/email/fixmystreet.com/_submit_footer.html index 346ab8b66..acf14b285 100644 --- a/templates/email/fixmystreet.com/_submit_footer.html +++ b/templates/email/fixmystreet.com/_submit_footer.html @@ -10,12 +10,13 @@ submit_footer_link_style = "color: #9CD0EA;"; <tr> <th style="[% td_style %] padding: [% column_padding %]px; background-color: [% color_yellow %]; color: [% color_black %];"> <h2 style="[% h2_style %] margin-bottom: 15px;"> - Never retype another FixMyStreet report + In-depth stats from our new, exclusive dashboard </h2> <p style="margin: 0;"> - Good news: we can now send these reports from FixMyStreet - directly into your customer service queue. - <a href="https://www.fixmystreet.com/pro/">Find out how</a>. + What do people report most in your area? + How’s your response rate? + And how do you compare to other UK councils? + <a href="https://www.fixmystreet.com/about/council-dashboard/?utm_source=council_submit_email&utm_content=[% "View FixMyStreet stats for your area" | uri %]&utm_medium=email&utm_campaign=fms_stats_dashboard_promo">View FixMyStreet stats for your area.</a> </p> </th> </tr> diff --git a/templates/web/fixmystreet.com/about/council-dashboard.html b/templates/web/fixmystreet.com/about/council-dashboard.html index ab4aa2581..84b71480f 100644 --- a/templates/web/fixmystreet.com/about/council-dashboard.html +++ b/templates/web/fixmystreet.com/about/council-dashboard.html @@ -15,11 +15,11 @@ <form method="post"> - <h1>Statistics for councils</h1> + <h1>Council stats</h1> <p> - To access statistics on problems and categories in your area, - please provide your name and email, and we'll send you a link. + For council staff only. Access detailed statistics + on reports and performance in your area. </p> <div class="form-group"> diff --git a/templates/web/fixmystreet.com/front/footer-marketing.html b/templates/web/fixmystreet.com/front/footer-marketing.html index 2d1acc084..6ea1422d4 100644 --- a/templates/web/fixmystreet.com/front/footer-marketing.html +++ b/templates/web/fixmystreet.com/front/footer-marketing.html @@ -1,8 +1,16 @@ <div class="fms-pro-promo"> - <h2>FixMyStreet Pro</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="/pro/" class="btn">Learn more</a></p> + <div class="fms-pro-promo__pro"> + <h2>Go Pro</h2> + <p class="lead">Integrate FixMyStreet Pro with your council system for smooth, end-to-end report fullfilment.</p> + <p>How much could <em>you</em> save?</p> + <p><a href="/pro/" class="btn">Learn more</a></p> + </div> + <div class="fms-pro-promo__stats"> + <h2>Free statistics for councils</h2> + <p class="lead">Explore detailed stats on the FixMyStreet councils dashboard — for free.</p> + <p>What do people report most? How’s your response rate? And how do you compare to other UK councils?</p> + <p><a href="/about/council-dashboard/" class="btn">Log in now</a></p> + </div> </div> <div class="footer-marketing"> diff --git a/templates/web/fixmystreet.com/reports/cobrand_stats.html b/templates/web/fixmystreet.com/reports/cobrand_stats.html new file mode 100644 index 000000000..c5f03f617 --- /dev/null +++ b/templates/web/fixmystreet.com/reports/cobrand_stats.html @@ -0,0 +1,4 @@ +<div class="full-width area-reports-dashboard-cta"> + <strong>New for council staff</strong> + <p>Don’t miss our stats dashboard, only available to council staff. Access detailed reports and statistics — for free. <a href="/about/council-dashboard/">Log in here.</a></p> +</div> |