-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
75 lines (64 loc) · 2.62 KB
/
Copy pathprivacy-policy.html
File metadata and controls
75 lines (64 loc) · 2.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
max-width: 800px;
margin: auto;
padding: 20px;
}
h1, h2, h3 {
color: #333;
}
h1 {
border-bottom: 2px solid #333;
padding-bottom: 10px;
}
p {
margin-bottom: 1em;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Effective Date: August 15, 2024</p>
<p>Welcome to Borgir Utilities! We are committed to protecting your privacy and ensuring a secure experience. This Privacy Policy explains how we collect, use, and safeguard your information.</p>
<h2>1. Information We Collect</h2>
<p>We collect the following types of information:</p>
<ul>
<li><strong>Personal Information:</strong> Information you provide directly, such as your Discord username and ID.</li>
<li><strong>Usage Data:</strong> Information about how you interact with the bot, including commands used and server activity.</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the collected information to:</p>
<ul>
<li>Operate and maintain the bot’s features and functionality.</li>
<li>Improve the user experience and provide support.</li>
<li>Monitor and analyze usage to enhance the bot's performance.</li>
</ul>
<h2>3. Data Security</h2>
<p>We implement appropriate technical and organizational measures to safeguard your information against unauthorized access, alteration, or disclosure.</p>
<h2>4. Third-Party Services</h2>
<p>We do not share your information with third parties, except as required by law or to comply with our obligations.</p>
<h2>5. Your Rights</h2>
<p>You have the right to access, correct, or delete your personal information. For any requests, please contact us at [your-email@example.com].</p>
<h2>6. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated effective date.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at nayyarrushaan@gmail.com.</p>
</body>
</html>