aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/success_email_signup.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-02 15:08:54 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-02 15:08:54 +0000
commit0c185c292d0d2f3adeaef565e520eb1ede329d72 (patch)
tree8bdfd539d285b497c87c520751d279a8bd99b8e2 /alphabetlearning/templates/payments/success_email_signup.html
parent41a2b8d6f1b01333c95ec3871f31942c5ab6d39b (diff)
wip: site is better
Diffstat (limited to 'alphabetlearning/templates/payments/success_email_signup.html')
-rw-r--r--alphabetlearning/templates/payments/success_email_signup.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html
index 8c7d618..0988995 100644
--- a/alphabetlearning/templates/payments/success_email_signup.html
+++ b/alphabetlearning/templates/payments/success_email_signup.html
@@ -3,10 +3,16 @@
{% load static %}
{% block content %}
- <div class="container my-5 text-center">
- <div class="row bg-light p-4 rounded">
- <h2 class="text-success">Success! Thank you for signing up.</h2>
- <p>A confirmation email has been sent to your inbox. We'll be in touch before our go-live
- date with full details on how to register for an Alphabet Learning account and receive your discount.</p>
+ <div class="row justify-content-center my-5">
+ <div class="col-lg-12">
+ <h2 class="display-4 font-weight-bolder my-3">
+ Success!
+ </h2>
+ <div>
+ <p class="display-6 mb-4" style="color: darkgray;">
+ Just wait will you. You'll here from us next year.
+ </p>
+ </div>
</div>
+ </div>
{% endblock content %} \ No newline at end of file