mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Merge pull request #1000 from GSA/Update-tagline-on-beta.notify.gov-#998
Update tagline on beta.notify.gov #998
This commit is contained in:
@@ -16,9 +16,8 @@ Notify.gov
|
|||||||
<div class="grid-container padding-y-4">
|
<div class="grid-container padding-y-4">
|
||||||
<div class="grid-row grid-gap display-flex flex-align-center">
|
<div class="grid-row grid-gap display-flex flex-align-center">
|
||||||
<div class="desktop:grid-col-7 tablet:grid-col-12">
|
<div class="desktop:grid-col-7 tablet:grid-col-12">
|
||||||
<h1 class="font-serif-2xl usa-hero__heading">Send text messages to your participants</h1>
|
<h1 class="font-serif-2xl usa-hero__heading">Reach people where they are with government-powered text messages</h1>
|
||||||
<p class="font-sans-lg">Notify.gov is a text messaging service that helps federal, state, local, tribal, and territorial governments more
|
<p class="font-sans-lg">Notify.gov is a text message service that helps federal, state, local, tribal and territorial governments more effectively communicate with the people they serve.</p>
|
||||||
effectively communicate with their program participants.</p>
|
|
||||||
<div class="usa-button-group margin-bottom-5">
|
<div class="usa-button-group margin-bottom-5">
|
||||||
<a class="usa-button usa-button--big margin-right-2" href="{{ url_for('main.sign_in' )}}">Sign in</a>
|
<a class="usa-button usa-button--big margin-right-2" href="{{ url_for('main.sign_in' )}}">Sign in</a>
|
||||||
if you are an existing pilot partner
|
if you are an existing pilot partner
|
||||||
@@ -304,4 +303,4 @@ Notify.gov
|
|||||||
</div>-->
|
</div>-->
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ def test_non_logged_in_user_can_see_homepage(
|
|||||||
client_request.logout()
|
client_request.logout()
|
||||||
page = client_request.get("main.index", _test_page_title=False)
|
page = client_request.get("main.index", _test_page_title=False)
|
||||||
|
|
||||||
assert page.h1.text.strip() == ("Send text messages to your participants")
|
assert page.h1.text.strip() == ("Reach people where they are with government-powered text messages")
|
||||||
|
|
||||||
assert page.select_one("a.usa-button.usa-button--big")["href"] == url_for(
|
assert page.select_one("a.usa-button.usa-button--big")["href"] == url_for(
|
||||||
"main.sign_in",
|
"main.sign_in",
|
||||||
|
|||||||
Reference in New Issue
Block a user