Fix html
This commit is contained in:
karlchillmaid
2019-04-04 16:39:55 +01:00
committed by Chris Hill-Scott
parent 15125e0dac
commit 04dce301f2

View File

@@ -3,7 +3,7 @@
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
Features
Text messages
{% endblock %}
{% block maincolumn_content %}
@@ -16,41 +16,35 @@
<h1 class="heading heading-large">Text messages</h1>
<p>With GOV.UK Notify you can send thousands of free text messages to UK and international numbers.</p>
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
<h2 class="heading heading-medium">Features</h2>
<p>Notify makes it easy to:</p>
<ul class="list list-bullet">
<li>create reusable text message templates</li>
<li>personalise the content of your texts</li>
<li>send and schedule bulk messages</li></ul>
<p>You can also <a href="https://www.notifications.service.gov.uk/documentation">integrate with our API</a> to send text messages automatically.<p>
<h3 class="heading heading-small">Receive text messages</h3>
<p>Let people send messages to your service or reply to your texts.</p>
<p>You can see and reply to the messages you receive, or set up your own automated processes to manage replies.</p>
<p>You can see and reply to the messages you receive, or set up your own automated processes to manage replies.</p>
<p><a href="https://www.notifications.service.gov.uk/support/ask-question-give-feedback">Contact the team</a> to request a unique number for text message replies.</p>
<h3 class="heading heading-small">Show people who your texts are from</h3>
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
<p>You can change the text message sender name from the default of 'GOVUK' in your service settings.</p>
<h2 class="heading heading-medium">Pricing<h2>
<p>Each service you set up has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.</p>
<p>The free allowance is:</p>
<ul class="list list-bullet">
<li>250,000 free text messages for central government services</li>
<li>25,000 free text messages for other public sector services</li></ul>
<p><a href="https://www.notifications.service.gov.uk/pricing">See pricing</a> for more details.</p>
</div>
</div>
{% endblock %}