-
Notifications
You must be signed in to change notification settings - Fork 0
/
policy.html
121 lines (98 loc) · 5.83 KB
/
policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Wraca-Well Revised Academy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
padding: 20px;
max-width: 800px;
margin: auto;
}
h1, h2, h3 {
color: #333;
}
h1 {
font-size: 2em;
border-bottom: 2px solid #ccc;
padding-bottom: 10px;
}
h2 {
font-size: 1.5em;
margin-top: 20px;
}
p {
margin-bottom: 20px;
}
ul {
margin: 10px 0;
padding-left: 20px;
}
footer {
margin-top: 40px;
text-align: center;
padding: 10px 0;
border-top: 1px solid #ccc;
}
</style>
</head>
<body>
<h1>Privacy Policy for Wraca-Well Revised Academy</h1>
<p><strong>Effective Date:</strong> [Insert Date]</p>
<p>Welcome to Wraca-Well Revised Academy (“we,” “our,” or “us”). This Privacy Policy outlines how we collect, use, disclose, and safeguard your information when you visit our website [insert website URL] (the “Site”) and access our online courses and services (collectively, the “Services”). Please read this policy carefully. If you do not agree with the terms of this policy, please do not access the Site or use our Services.</p>
<h2>Information We Collect</h2>
<h3>Personal Information:</h3>
<p>When you register for our Services, we may ask you to provide certain personal information, including but not limited to:</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Username</li>
<li>Profile picture (optional)</li>
</ul>
<h3>Non-Personal Information:</h3>
<p>We may collect non-personal information about you whenever you interact with our Site. This may include the browser name, the type of computer, and information about your internet service provider, including IP address, time and date stamps, and clickstream data.</p>
<h2>How We Use Your Information</h2>
<p>We may use the information we collect in the following ways:</p>
<ul>
<li>To personalize your experience on our Site and deliver content and course offerings relevant to your interests.</li>
<li>To improve customer service and respond to inquiries and support needs.</li>
<li>To process transactions and send you information and updates related to your courses.</li>
<li>To send periodic emails regarding your course or other products and services.</li>
<li>To monitor the usage of our Services and improve our Site and offerings.</li>
</ul>
<h2>Disclosure of Your Information</h2>
<p>We do not sell, trade, or otherwise transfer your personal information to outside parties without your consent, except in the following circumstances:</p>
<ul>
<li><strong>Service Providers:</strong> We may share your information with third-party service providers who assist us in operating our Site and offering our Services, as long as those parties agree to keep this information confidential.</li>
<li><strong>Legal Requirements:</strong> We may disclose your information if required to do so by law or in response to valid requests by public authorities (e.g., a court or government agency).</li>
</ul>
<h2>Data Security</h2>
<p>We take the security of your personal information seriously and implement appropriate technical and organizational measures to protect it. However, no method of transmission over the internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your information, we cannot guarantee its absolute security.</p>
<h2>Your Rights</h2>
<p>Depending on your location, you may have the following rights regarding your personal information:</p>
<ul>
<li>The right to access and receive a copy of your personal information.</li>
<li>The right to request correction of any inaccuracies in your personal information.</li>
<li>The right to request deletion of your personal information, subject to certain exceptions.</li>
<li>The right to object to or restrict the processing of your personal information.</li>
<li>The right to withdraw consent at any time where we are relying on consent to process your personal information.</li>
</ul>
<p>To exercise these rights, please contact us using the contact information provided below.</p>
<h2>Third-Party Websites</h2>
<p>Our Site may contain links to third-party websites for your convenience. This Privacy Policy does not apply to those sites. We encourage you to review the privacy policies of any third-party sites you visit.</p>
<h2>Children's Privacy</h2>
<p>Our Services are not intended for children under 13 years of age. We do not knowingly collect personal information from children under 13. If we become aware that we have collected personal information from a child under 13, we will take steps to delete that information.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us:</p>
<p>Email: [Insert Contact Email]</p>
<p>Address: [Insert Contact Address]</p>
<footer>
<p>© 2023 Wraca-Well Revised Academy. All rights reserved. <a href="https://beatbench.vercel.app/policy.html">Privacy Policy</a></p>
</footer>
</body>
</html>