Addressing most of the low-lift items from the Notify content audit (#491)

This commit is contained in:
Jonathan Bobel
2023-05-08 10:49:30 -04:00
committed by GitHub
parent 8f76a9bb17
commit 68e94dd650
32 changed files with 441 additions and 231 deletions

View File

@@ -2,7 +2,7 @@
{% from "components/uk_components/button/macro.njk" import govukButton %}
{% block meta %}
<meta name="description" content="U.S. Notify lets you send text messages and email to your users. Try it now if you work in federal, state or local government.">
<meta name="description" content="U.S. Notify lets you send text messages to your users. Try it now if you work in federal, state, or local government.">
{% endblock %}
{% block pageTitle %}
@@ -19,10 +19,10 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1>
Send text messages and email to your users
Send text messages to your users
</h1>
<p class="govuk-body">
Try U.S. Notify now if you work in federal, state or local government.
Try U.S. Notify now if you work in federal, state, or local government.
</p>
<div class="button-container">
{{ govukButton({
@@ -87,8 +87,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-one-half">
<p class="govuk-body">
Upload a spreadsheet of email&nbsp;addresses or
phone&nbsp;numbers and Notify sends the messages.
Upload a spreadsheet of phone&nbsp;numbers and Notify sends the messages.
</p>
<img
src="{{ asset_url('images/product/03-spreadsheet.svg') }}"