Fix html, add link to letter spec

Fix html, add link to letter spec
This commit is contained in:
karlchillmaid
2019-04-04 16:34:25 +01:00
committed by Chris Hill-Scott
parent f85759b073
commit 15125e0dac

View File

@@ -3,7 +3,7 @@
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
Features
Letters
{% endblock %}
{% block maincolumn_content %}
@@ -15,9 +15,7 @@
<div class="column-two-thirds">
<h1 class="heading heading-large">Letters</h1>
<p>GOV.UK Notify will print, pack and post your letters for you.</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</p>
@@ -27,7 +25,6 @@
<li>personalise the content of your letter</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>Choose your postage</h3>
@@ -37,23 +34,20 @@
<h3 class="heading heading-small">Upload your own letters</h3>
<p>You can create reusable letter templates in Notify, or upload and send your own letters.</p>
<p>Use the letter specification document to set up your letter, save it as a PDF, then upload it to Notify.<p>
<p>Use the <a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-spec-v2.3.pdf">letter specification document</a> to help you set up your letter, save it as a PDF, then upload it to Notify.<p>
<h2 class="heading heading-medium">Pricing</h2>
<p>It costs between 30p and 76p to send a letter. Prices include:</p>
<ul class="list list-bullet">
<li>paper</li>
<li>double-sided colour printing</li>
<li>C5 size envelopes with an address window</li>
<li>first or second class postage</li>
</ul>
<p>Letters can be up to 10 pages long (5 double-sided sheets of paper).</p>
<p><a href="https://www.notifications.service.gov.uk/pricing">See pricing</a> for more details.</p>
</div>
</div>
{% endblock %}