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

@@ -2,11 +2,11 @@
{% from "components/button/macro.njk" import govukButton %}
{% block meta %}
<meta name="description" content="GOV.UK Notify lets you send emails, text messages and letters to your users. Try it now if you work in central government, a local authority, or the NHS.">
<meta name="description" content="US Notify lets you send emails, text messages and letters to your users. Try it now if you work in federal, state or local government.">
{% endblock %}
{% block pageTitle %}
GOV.UK Notify
US Notify
{% endblock %}
{% block content %}
@@ -16,10 +16,10 @@
<nav class="breadcrumbs breadcrumbs--inverse" aria-label="Breadcrumbs">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="govuk-link govuk-link--no-visited-state" href="https://www.gov.uk/service-toolkit#gov-uk-services" itemprop="item"><span itemprop="name">GOV.UK services</span></a>
<a class="govuk-link govuk-link--no-visited-state" href="https://www.gsa.gov/about-us/organization/federal-acquisition-service/technology-transformation-services/tts-solutions" itemprop="item"><span itemprop="name">TTS Solutions</span></a>
</li>
<li class="breadcrumbs__item breadcrumbs__item--active" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="govuk-link govuk-link--no-visited-state" href="#main" itemprop="item"><span itemprop="name">GOV.UK Notify</span></a>
<a class="govuk-link govuk-link--no-visited-state" href="#main" itemprop="item"><span itemprop="name">US Notify</span></a>
</li>
</ol>
</nav>
@@ -29,7 +29,7 @@
Send emails, text messages and letters to your users
</h1>
<p class="govuk-body">
Try GOV.UK Notify now if you work in central government, a&nbsp;local authority, or the NHS.
Try US Notify now if you work in federal, state or local government.
</p>
<div class="button-container">
{{ govukButton({
@@ -76,7 +76,7 @@
<div class="govuk-grid-column-one-half">
<img
src="{{ asset_url('images/product/02-reporting.svg') }}"
alt="A screenshot of GOV.UK Notify showing counts of emails and text messages sent"
alt="A screenshot of US Notify showing counts of emails and text messages sent"
>
</div>
</div>
@@ -98,7 +98,7 @@
</div>
<div class="govuk-grid-column-one-half">
<p class="govuk-body">
Integrate the GOV.UK Notify API with your web&nbsp;application or
Integrate the US Notify API with your web&nbsp;application or
back office system.
</p>
<img
@@ -110,7 +110,7 @@
</div>
<div class="product-page-section">
<h2 class="with-keyline">
Introducing GOV.UK Notify
Introducing US Notify
</h2>
<div class="responsive-embed responsive-embed--16by9 responsive-embed--bordered bottom-gutter-2">
<div class="responsive-embed__wrapper">
@@ -120,7 +120,7 @@
</div>
<div class="product-page-section">
<div class="with-keyline bottom-gutter-2" id="whos-using-notify">
<h2>Whos using GOV.UK Notify</h2>
<h2>Whos using US Notify</h2>
<div class="govuk-grid-row bottom-gutter">
<div class="govuk-grid-column-one-half">
<span class="govuk-visually-hidden">There are</span>
@@ -177,7 +177,7 @@
The team
</h2>
<p class="govuk-body">
GOV.UK Notify is built by the Government Digital Service
US Notify is built by the Government Digital Service
and is supported 24 hours a day, 7 days a week.
</p>
<p class="govuk-body">
@@ -188,7 +188,7 @@
<div class="govuk-grid-column-one-half">
<img
src="{{ asset_url('images/product/team.jpg') }}"
alt="A photo of the GOV.UK Notify team gathered around a big screen. One team member is pointing at a graph on the screen."
alt="A photo of the US Notify team gathered around a big screen. One team member is pointing at a graph on the screen."
>
</div>
</div>