mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Split Help page into Trial Mode and Pricing pages
- Add routes - Add footer links - Make heading size consistent on Cookies page
This commit is contained in:
committed by
Chris Hill-Scott
parent
dc5c552f5f
commit
ac576c6529
@@ -23,9 +23,14 @@ def cookies():
|
||||
return render_template('views/cookies.html')
|
||||
|
||||
|
||||
@main.route('/help')
|
||||
def help():
|
||||
return render_template('views/help.html')
|
||||
@main.route('/trial-mode')
|
||||
def trial_mode():
|
||||
return render_template('views/trial-mode.html')
|
||||
|
||||
|
||||
@main.route('/pricing')
|
||||
def pricing():
|
||||
return render_template('views/pricing.html')
|
||||
|
||||
|
||||
@main.route('/terms')
|
||||
|
||||
@@ -84,7 +84,8 @@
|
||||
<div class="column-one-third">
|
||||
<h2>About</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for("main.help") }}">Help</a></li>
|
||||
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
|
||||
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
|
||||
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
||||
<li><a href="{{ url_for("main.cookies") }}">Cookies</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Cookies</h1>
|
||||
<h1 class="heading-large">Cookies</h1>
|
||||
<p class="summary">
|
||||
GOV.UK Notify puts small files (known as ‘cookies’)
|
||||
on to your computer.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
Your service is in trial mode
|
||||
</div>
|
||||
<div class="column-one-half">
|
||||
<a href="{{ url_for(".help", _anchor="trial-mode") }}" class="banner-mode-action">Find out more</a>
|
||||
<a href="{{ url_for(".trial_mode") }}" class="banner-mode-action">Find out more</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
@@ -1,123 +0,0 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
Help – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Help</h1>
|
||||
|
||||
<h2 class="heading-large" id="trial-mode">Trial mode</h2>
|
||||
|
||||
<p>
|
||||
When you create a service on GOV.UK Notify, you start off in trial
|
||||
mode. This means:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
you can only send messages to yourself and your team members
|
||||
</li>
|
||||
<li>
|
||||
you can only send 50 messages per day
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Anyone working in central government can create an account on
|
||||
GOV.UK Notify and try it out. So it’s important that you start off
|
||||
with some restrictions in place.
|
||||
</p>
|
||||
|
||||
<h3 class="heading-medium">To remove these restrictions</h3>
|
||||
|
||||
<p>
|
||||
You need to request to go live:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
You’ll need to agree to our terms of use
|
||||
</li>
|
||||
<li>
|
||||
If you plan to send more than 250,000 text messages per year, you’ll
|
||||
need to agree to pay for what you use – take a look at our <a href="#pricing">pricing</a>
|
||||
</li>
|
||||
<li>
|
||||
We’ll check your templates to make sure they’re consistent with our
|
||||
design patterns, style guide and information security principles
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-medium">
|
||||
All other aspects of GOV.UK Notify are exactly the same
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
You can still:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
upload a batch of recipients
|
||||
</li>
|
||||
<li>
|
||||
do an API integration
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
We’ll send the messages you have permission to send. The messages you
|
||||
don’t have permission to send will still be listed on your
|
||||
GOV.UK Notify dashboard but won’t actually get sent. This means you
|
||||
can check that everything is fully working without accidentally sending
|
||||
hundreds of text messages or emails.
|
||||
</p>
|
||||
|
||||
<h2 class="heading-large" id="pricing">Pricing</h2>
|
||||
|
||||
<h3 class="heading-medium">Emails</h3>
|
||||
|
||||
<p>
|
||||
Sending email through GOV.UK Notify is completely free.
|
||||
</p>
|
||||
|
||||
<h3 class="heading-medium">Text messages</h3>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Free allowance: 250,000 SMS per service, per financial year</li>
|
||||
<li>Standard rate: 1.8 pence per SMS</li>
|
||||
<li>Fail-over rate: 2.5 pence per SMS</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
You only pay the fail-over rate if we can’t deliver your text message
|
||||
through our primary SMS provider.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We simply charge you the costs we pay to our delivery partners.
|
||||
We don’t mark these costs up in any way.
|
||||
</p>
|
||||
|
||||
<h4 class="heading-small">SMS and text message length</h4>
|
||||
<ul class="list list-bullet">
|
||||
<li>Up to 160 characters = 1 SMS</li>
|
||||
<li>Up to 306 characters = 2 SMS</li>
|
||||
<li>Up to 459 characters = 3 SMS</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-medium">No monthly charge or setup fee</h3>
|
||||
<p>
|
||||
There are no other charges for using Notify. There’s no monthly charge
|
||||
or setup fee.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Government Digital Service is funding the development and running
|
||||
of Notify. We’re also covering the cost of the free emails and text messages.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
58
app/templates/views/pricing.html
Normal file
58
app/templates/views/pricing.html
Normal file
@@ -0,0 +1,58 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
Pricing – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">Pricing</h1>
|
||||
|
||||
<h2 class="heading-medium">Emails</h2>
|
||||
|
||||
<p>
|
||||
Sending email through GOV.UK Notify is completely free.
|
||||
</p>
|
||||
|
||||
<h2 class="heading-medium">Text messages</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Free allowance: 250,000 SMS per service, per financial year</li>
|
||||
<li>Standard rate: 1.8 pence per SMS</li>
|
||||
<li>Fail-over rate: 2.5 pence per SMS</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
You only pay the fail-over rate if we can’t deliver your text message
|
||||
through our primary SMS provider.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We simply charge you the costs we pay to our delivery partners.
|
||||
We don’t mark these costs up in any way.
|
||||
</p>
|
||||
|
||||
<h4 class="heading-small">SMS and text message length</h4>
|
||||
<ul class="list list-bullet">
|
||||
<li>Up to 160 characters = 1 SMS</li>
|
||||
<li>Up to 306 characters = 2 SMS</li>
|
||||
<li>Up to 459 characters = 3 SMS</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">No monthly charge or setup fee</h2>
|
||||
<p>
|
||||
There are no other charges for using Notify. There’s no monthly charge
|
||||
or setup fee.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Government Digital Service is funding the development and running
|
||||
of Notify. We’re also covering the cost of the free emails and text messages.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>You’ll need to agree to our terms of use</li>
|
||||
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.help") }}#pricing">pricing</a></li>
|
||||
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.pricing") }}">pricing</a></li>
|
||||
<li>We’ll check your templates to make sure they’re consistent with our design patterns, style guide and information security principles</li>
|
||||
</ul>
|
||||
|
||||
|
||||
80
app/templates/views/trial-mode.html
Normal file
80
app/templates/views/trial-mode.html
Normal file
@@ -0,0 +1,80 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
Trial mode – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">Trial mode</h1>
|
||||
|
||||
<p>
|
||||
All new accounts on Notify start off in trial mode.
|
||||
</p>
|
||||
<p>
|
||||
This means:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
you can only send messages to yourself
|
||||
</li>
|
||||
<li>
|
||||
you can add people to your team, then you can send messages to them too
|
||||
</li>
|
||||
<li>
|
||||
you can only send 50 messages per day
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
When you’re ready we can remove these restrictions.
|
||||
</p>
|
||||
|
||||
<!-- <h2 class="heading-medium">To remove these restrictions</h2>
|
||||
|
||||
<p>
|
||||
You need to request to go live:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
You’ll need to agree to our terms of use
|
||||
</li>
|
||||
<li>
|
||||
If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.pricing") }}">pricing</a>
|
||||
</li>
|
||||
<li>
|
||||
We’ll check your templates to make sure they’re consistent with our
|
||||
design patterns, style guide and information security principles
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">
|
||||
All other aspects of GOV.UK Notify are exactly the same
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
You can still:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
upload a batch of recipients
|
||||
</li>
|
||||
<li>
|
||||
do an API integration
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
We’ll send the messages you have permission to send. The messages you
|
||||
don’t have permission to send will still be listed on your
|
||||
GOV.UK Notify dashboard but won’t actually get sent. This means you
|
||||
can check that everything is fully working without accidentally sending
|
||||
hundreds of text messages or emails.
|
||||
</p> -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user