updated content

This commit is contained in:
Beverly Nguyen
2025-06-03 15:33:10 -07:00
parent 3e5c194a11
commit 55a86bcebc
2 changed files with 5 additions and 106 deletions

View File

@@ -24,111 +24,12 @@ import usaButton %} {% block meta %}
Sunsetting Notify.gov
</h1>
<p class="font-sans-lg margin-0">
As of May 30, 2025, this service is no longer available.
This beta product is no longer in service as of June 9, 2025.
</p>
</div>
</div>
</div>
</section>
<section
class="grid-container usa-section usa-section__home border-top border-base-lighter usa-prose padding-bottom-4"
>
<div class="grid-row flex-justify-center">
<div class="grid-col-8">
<h2 class="text-center font-body-xl margin-top-0 margin-bottom-3">
Serving the public
</h2>
<p class="text-center usa-body">
The Notify.gov text messaging application helped federal, state, local, tribal and territorial governments more effectively communicate with the people they serve.
</p>
<p class="text-center usa-body margin-bottom-4">
From November 2023 to May 2025, Notify.gov partners sent more than 400,000 messages:
</p>
</div>
</div>
<div class="grid-row flex-justify-center">
<div class="grid-col-9">
<div class="grid-row grid-gap-4">
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-health-insurance.svg') }}"
alt="Health insurance icon"
width="80"
height="80"
class="flex-none margin-right-2"
/> <p class="margin-0">Helping people maintain access to health insurance</p>
</div>
</div>
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-snap-benefits.svg') }}"
alt="SNAP benefits icon"
width="80"
height="80"
class="flex-none margin-right-2"
/>
<p class="margin-0">Protecting SNAP benefits from fraud</p>
</div>
</div>
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-waiting-times.svg') }}"
alt="Clock icon"
width="80"
height="80"
class="flex-none margin-right-2"
/>
<p class="margin-0">Reducing the amount of time people spent waiting in line at government offices</p>
</div>
</div>
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-parent-resources.svg') }}"
alt="Mobile alert icon"
width="80"
height="80"
class="flex-none margin-right-2"
/>
<p class="margin-0">Alerting parents about resources available for their children</p>
</div>
</div>
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-passport-processing.svg') }}"
alt="Speedometer icon"
width="80"
height="80"
class="flex-none margin-right-2"
/>
<p class="margin-0">Speeding up passport processing</p>
</div>
</div>
<div class="tablet:grid-col-6 margin-bottom-3">
<div class="display-flex flex-align-center">
<img
src="{{ asset_url('images/icon-disaster-feedback.svg') }}"
alt="Feedback icon"
width="80"
height="80"
class="flex-none margin-right-2"
/>
<p class="margin-0">Giving residents opportunity to provide feedback on disaster response and recovery</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gray-cool usa-section usa-prose" aria-label="Introduction">
<div class="grid-container padding-y-4">
<div class="grid-row grid-gap display-flex flex-align-center">
@@ -137,9 +38,9 @@ import usaButton %} {% block meta %}
Text messaging reaches people
</h2>
<p class="usa-body">
Texting is one of the most effective ways to reach people. Though Notify.gov is winding down, government programs should explore ways to continue to meet people where they are.
Though the Notify.gov service is no longer available, government programs can continue to explore text messaging services.
</p>
<p class="usa-body">Agencies can fork and host their own notification platform using the opensource Notify.gov codebase, or a variety of commercial messaging services that support the same use cases that Notify covered.</p>
<p class="usa-body">Commercial messaging providers may support government use cases. For agencies with the resources to set up and support it, <a href="https://github.com/GSA/notifications-api" class="usa-link">the notifications service codebase</a> that runs Notify.gov is open source and can be reused.</p>
</div>
<div
class="desktop:grid-col-3 grid-offset-1 desktop:display-block display-none margin-x-5"
@@ -150,7 +51,6 @@ import usaButton %} {% block meta %}
width="305"
height="304"
/>
</div>
</div>
</div>
@@ -160,7 +60,7 @@ import usaButton %} {% block meta %}
<div class="grid-row flex-justify-center">
<div class="text-center grid-col-8">
<h2 class="font-body-xl text-primary margin-bottom-2">
A message for our partners
To our partners
</h2>
<p class="usa-body margin-0">
Thank you to our users and partners for their support, participation, and contributions in developing Notify.gov.

View File

@@ -32,9 +32,8 @@ def test_landing_page(end_to_end_context):
# Retrieve all other main content headers and check that they're
# visible.
content_headers = [
"Serving the public",
"Text messaging reaches people",
"A message for our partners",
"To our partners",
]
for content_header in content_headers: