aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/pages/privacy_policy.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/pages/privacy_policy.html')
-rw-r--r--alphabetlearning/templates/pages/privacy_policy.html31
1 files changed, 20 insertions, 11 deletions
diff --git a/alphabetlearning/templates/pages/privacy_policy.html b/alphabetlearning/templates/pages/privacy_policy.html
index df8544d..06d12a5 100644
--- a/alphabetlearning/templates/pages/privacy_policy.html
+++ b/alphabetlearning/templates/pages/privacy_policy.html
@@ -1,17 +1,26 @@
{% extends "base.html" %}
{% block content %}
- <div class="container text-start">
+ <div class="container text-center">
<h1 class="font-weight-bold my-4">Privacy and Data Policy</h1>
- <p>Your privacy is important to us. This policy explains how we collect, use, and protect your information.</p>
- <h3 class="font-weight-bold">Information We Collect</h3>
- <p>We collect information that you provide to us directly, such as your email address when you sign up for our newsletter.</p>
- <h3 class="font-weight-bold">How We Use Your Information</h3>
- <p>Your information is used to send you updates about our services and promotions.</p>
- <h3 class="font-weight-bold">Data Protection</h3>
- <p>We take appropriate security measures to protect your personal information.</p>
- <h3 class="font-weight-bold">Contact Us</h3>
- <p>If you have any questions about this policy, please contact us.</p>
- <p class="mt-4">Additionally, if you would like to have your email removed from our database, please email us at <a href="mailto:help@alphabetlearning.online">help@alphabetlearning.online</a> with your request.</p>
+
+ <div class="bg-light p-4 mb-4 rounded">
+ <h3 class="font-weight-bold">Information We Collect and How We Use It</h3>
+ <p>We collect your email address so that that we can inform you about the launch of our site and register your interest
+ to receive a discount on your first purchases.</p>
+ </div>
+
+ <div class="bg-light p-4 mb-4 rounded">
+ <h3 class="font-weight-bold">Data Protection</h3>
+ <p>We take appropriate security measures to protect your personal information. <strong>We will not share your email address with any
+ third parties.</strong></p>
+ </div>
+
+ <div class="bg-light p-4 mb-4 rounded">
+ <h3 class="font-weight-bold">Contact Us</h3>
+ <p>If you have any questions about this policy or would like us to remove your email address from our database,
+ please email us at <a href="mailto:help@alphabetlearning.online">help@alphabetlearning.online</a>.</p>
+ </div>
+
</div>
{% endblock content %} \ No newline at end of file