Skip to content

Commit

Permalink
Merge pull request #2225 from GSA/2224-fix-links-in-about-us-page
Browse files Browse the repository at this point in the history
Quick fix: Links on the about us and join-notify needs to be updated
  • Loading branch information
heyitsmebev authored Jan 7, 2025
2 parents 98e4334 + 5a437c9 commit 1aa589b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/templates/views/about/why-text-messaging.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="improve-customer-experience">Improve customer experience</h2>
</p>
<p>
Texting not only helps programs reach people using a nearly-universal communication method, it is a cost effective
way to do so. With Notify.gov <a href="#">you can get started for free</a>, allowing you to try out
way to do so. With Notify.gov <a href="/join-notify">you can get started for free</a>, allowing you to try out
texting to complement your existing communications and outreach strategies.
</p>
<h2 id="what-texting-is-best-for">What texting is best for</h2>
Expand Down
8 changes: 4 additions & 4 deletions app/templates/views/join-notify.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ <h3 class="padding-bottom-3">Getting Started FAQs</h3>
{
"heading": "What if I need more than 250,000 messages?",
"p_text": "Plans that include additional messages for a fee will be available soon. We want to design these plans
based on our partners’ needs, so please <a href='mailto:[email protected]'>contact us</a> if you hope to be able to
based on our partners’ needs, so please <a class='use-link usa-link--external' href='mailto:[email protected]'>contact us</a> if you hope to be able to
send more messages. We’d like to talk with you.",
"position": "b-a1"
},
{
"heading": "What phone numbers can my agency send to?",
"p_text": "Right now, Notify.gov supports sending messages to North American numbers (+1). If you’d like to send to
international numbers, we want to <u>hear from you</u>.",
international numbers, we want to <a href='/contact'>hear from you</a>.",
"position": "b-a2",
},
{
Expand All @@ -146,7 +146,7 @@ <h3 class="padding-bottom-3">Getting Started FAQs</h3>
{
"heading": "Can we use API integrations with Notify?",
"p_text": "While public API integrations are not yet available, we are working on enabling these. If you're looking
for this feature <a href='/about/contact'>we want to hear from you</a>.",
for this feature <a href='/contact'>we want to hear from you</a>.",
"position": "b-a4",
},
{
Expand All @@ -164,7 +164,7 @@ <h3 class="padding-bottom-3">Getting Started FAQs</h3>
{
"heading": "My OGC is asking about consent, where can I get more information for them?",
"p_text": "Text message notifications are governed by the Telephone Consumer Protection Act. Different levels of
government have different consent requirements. Download and share our <a
government have different consent requirements. Download and share our <a class='use-link usa-link--external'
href='https://github.com/GSA/notifications-admin/files/15100120/TCPA.Overview_Notify.gov.pdf'>overview of the
TCPA</a> with your legal counsel as
a starting point.",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/views/signedout.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h3 class="font-heading-md">Security and privacy</h3>
<div class="usa-card__body">
<p>
Limited data retention, encryption, and multi-factor
authentication protect user data and manage risk
authentication protect user data and manage risk with <br><a href="/about/security">our security efforts</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 1aa589b

Please sign in to comment.