This commit is contained in:
James Moffet
2022-07-20 15:23:54 -07:00
parent c1cf7be104
commit e53d12733a
50 changed files with 10251 additions and 330 deletions

View File

@@ -8,7 +8,7 @@
{% block content_column_content %}
<h1 class="heading heading-large">Emails</h1>
<p class="govuk-body">Send an unlimited number of emails for free with GOV.UK Notify.</p>
<p class="govuk-body">Send an unlimited number of emails for free with US Notify.</p>
{% if not current_user.is_authenticated %}
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
{% endif %}

View File

@@ -8,7 +8,7 @@
{% block content_column_content %}
<h1 class="heading heading-large">Letters</h1>
<p class="govuk-body">GOV.UK Notify will print, pack and post your letters for you.</p>
<p class="govuk-body">US Notify will print, pack and post your letters for you.</p>
{% if not current_user.is_authenticated %}
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
{% endif %}

View File

@@ -8,7 +8,7 @@
{% block content_column_content %}
<h1 class="heading heading-large">Text messages</h1>
<p class="govuk-body">Send thousands of free text messages to UK and international numbers with GOV.UK Notify.</p>
<p class="govuk-body">Send thousands of free text messages to UK and international numbers with US Notify.</p>
{% if not current_user.is_authenticated %}
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
{% endif %}