blob: df8544d07c9970ac311330fb4fa9f92370a7db08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{% extends "base.html" %}
{% block content %}
<div class="container text-start">
<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>
{% endblock content %}
|