From a4e5c4a3bcf75fd0565e9480e899cb8465ed17c4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 14 Dec 2016 14:59:41 +0000 Subject: [PATCH 1/3] Add pricing to the product page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘How much does it cost’ is one of the user needs that we identifed for the product page. Cost is not the primary reason someone would use Notify (they’re more likely to cite ease, or that it’s ‘official’). However if you _don’t_ mention cost then it looks like we’re hiding something or that there’s a catch. So putting it on the page allays fears that people might have, rather than pushing them towards using it. Visually I’ve dropped the size of the `

`s on this page so that there’s enough difference between them and the big numbers. The idea of the big numbers being big is to catch people’s attention as they scroll down the page, by breaking up the rythmn. --- .../stylesheets/views/product-page.scss | 7 ++++- app/templates/views/signedout.html | 27 ++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index 76061619e..9db7456e4 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -81,7 +81,7 @@ margin-bottom: $gutter-half; h2 { - @include bold-36; + @include bold-27; margin: 0 0 $gutter; } @@ -97,4 +97,9 @@ } + &-big-number { + @include bold-48($tabular-numbers: true); + margin: 0 0 0 0; + } + } diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index cc97cc276..1e29fb68e 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -95,7 +95,32 @@ -
+
+
+

Pricing

+
+
+

Emails

+
Unlimited
+ free emails +
+
+

Text messages

+
250,000
+ free text messages a year, then + 1.65 pence per message +
+
+
+
+

+ There’s no monthly charge, no setup fee and no procurement process. +

+
+
+
+
+

From acdbba694ec8aea693b4b4f4a5c2088aac562376 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Dec 2016 11:42:39 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Use=20=E2=80=98pence=E2=80=99=20in=20full?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This matches what we now do on the product page. From the GOV.UK style guide: > Write out pence in full: calls will cost 4 pence per minute from a landline. – https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style#money --- app/templates/views/pricing.html | 2 +- app/templates/views/usage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index 367e4687e..103044f7e 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -26,7 +26,7 @@
  • Up to 306 characters = 2 text messages
  • Up to 459 characters = 3 text messages
  • -
  • Standard text message rate: 1.65p + VAT
  • +
  • Standard text message rate: 1.65 pence + VAT
  • diff --git a/app/templates/views/usage.html b/app/templates/views/usage.html index 37794f1b4..e5d5f64b1 100644 --- a/app/templates/views/usage.html +++ b/app/templates/views/usage.html @@ -37,7 +37,7 @@ {% if sms_chargeable %} {{ big_number( sms_chargeable, - 'at {:.2f}p per message'.format(sms_rate * 100), + 'at {:.2f} pence per message'.format(sms_rate * 100), smaller=True ) }} {% endif %} From ed1b7aad07138fdbc5b406b86d2ad6478f706c3d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Dec 2016 12:12:55 +0000 Subject: [PATCH 3/3] Add number of services to product page One of the user needs that we identified is not wanting to be the first to use it. It feels like a much less risky choice if there are already other people in government using it. The easiest way to communicate this is with counts of how many services. The count of departments is good because it shows breadth, where the count of services shows depth. Hard coded for now because we have no automatic way of splitting our test services from real live services. --- app/templates/views/signedout.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 1e29fb68e..9ef90bbd2 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -95,6 +95,23 @@

    +
    +
    +

    Who’s using GOV.UK Notify

    +
    +
    +

    Services

    +
    23
    + services +
    +
    +

    Departments

    +
    14
    + departments +
    +
    +
    +

    Pricing