Skip to content

Commit

Permalink
Change confirm page text and image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 21, 2024
1 parent e79e314 commit ada8aff
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions templates/website/confirm-accept.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

?>

<div class="row hero hero-sent">
<div class="row hero">
<div class="large-10 large-centered columns">
<div class="ms_header_nav">
<nav>
Expand All @@ -18,19 +18,25 @@
</nav>
</div>
<a href="/" class="wtt-logo"><img src="/static/img/logo.png" width="250" height="70" alt="WriteToThem"></a>
<div style="text-align:center;">
<h2>All done! Your message is on its way.</h2>
<p class="subtitle">If, for some reason, we couldn&rsquo;t send your message
to your representative, we will email you to tell you. Otherwise, you can sit
<div style="background-color: rgba(0, 0, 0, 0.5);padding-top:10px;padding-bottom:10px">
<div style="text-align:center;" >
<h2 style="font-size: 2em;">All done! Your message is on its way.</h2>
<p class="subtitle">If there is a problem getting your message through, we will email you to tell you. Otherwise, you can sit
back and relax &mdash; your message is on its way.</p>
</div>

<div style="text-align:center;">
<hr style="background-color: white;">
</div>
<div style="text-align:center;">
<?php $values['donate_shown'] = True; ?>
<h2 style="font-size: 2em;">
Can you help other people who need to send a message?
</h2>
<p>With your support, we can help more people get their message to the right place.</p>
<a href="https://www.mysociety.org/donate?utm_source=writetothem.com&utm_content=donate+now&utm_medium=link&utm_campaign=submitted_page" class="hero__donate__button mysoc-footer__donate__button">Donate now</a>
<p>Your donations keep this site and others like it running</p>
</div>
</div>
</div>

</div>

Expand Down

0 comments on commit ada8aff

Please sign in to comment.