-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
115 lines (106 loc) · 4.07 KB
/
Copy pathprivacy-policy.html
File metadata and controls
115 lines (106 loc) · 4.07 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
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
<html><head><base href="https://cboard.notes/privacy-policy.html">
<title>CBoard - Privacy Policy</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #121212;
color: #e0e0e0;
line-height: 1.6;
padding: 20px;
max-width: 800px;
margin: 0 auto;
}
h1, h2 {
color: #bb86fc;
}
h1 {
text-align: center;
padding-bottom: 20px;
border-bottom: 1px solid #333;
}
h2 {
margin-top: 30px;
}
p {
margin-bottom: 15px;
}
ul {
padding-left: 20px;
}
a {
color: #03dac6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.last-updated {
font-style: italic;
text-align: center;
margin-top: 40px;
font-size: 0.9em;
color: #888;
}
</style>
</head>
<body>
<h1>CBoard Privacy Policy</h1>
<p>Welcome to CBoard. We are committed to protecting your personal information and your right to privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our note planning service.</p>
<h2>1. Information We Collect</h2>
<p>We collect information that you provide directly to us when you:</p>
<ul>
<li>Create an account</li>
<li>Use our note planning features</li>
<li>Contact our customer support</li>
<li>Participate in user surveys or promotions</li>
</ul>
<p>This information may include:</p>
<ul>
<li>Your name</li>
<li>Email address</li>
<li>Phone number</li>
<li>Username and password</li>
<li>Content of your notes and plans</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the information we collect to:</p>
<ul>
<li>Provide, maintain, and improve our services</li>
<li>Process your transactions</li>
<li>Send you technical notices and support messages</li>
<li>Communicate with you about products, services, and events</li>
<li>Monitor and analyze usage trends</li>
<li>Detect, prevent, and address technical issues</li>
</ul>
<h2>3. How We Share Your Information</h2>
<p>We do not sell your personal information. We may share your information in the following situations:</p>
<ul>
<li>With your consent</li>
<li>To comply with legal obligations</li>
<li>To protect our rights, privacy, safety, or property</li>
<li>In connection with a merger, sale, or acquisition of all or a portion of our company</li>
</ul>
<h2>4. Data Security</h2>
<p>We implement appropriate technical and organizational measures to protect your personal information. However, no method of transmission over the Internet or electronic storage is 100% secure, so we cannot guarantee absolute security.</p>
<h2>5. Your Rights</h2>
<p>Depending on your location, you may have certain rights regarding your personal information, including:</p>
<ul>
<li>The right to access your personal information</li>
<li>The right to correct inaccurate information</li>
<li>The right to delete your information</li>
<li>The right to object to or restrict certain processing</li>
</ul>
<p>To exercise these rights, please contact us using the information provided at the end of this policy.</p>
<h2>6. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>
Email: <a href="mailto:privacy@cboard.notes">privacy@cboard.notes</a><br>
Address: 123 Note Street, Plannersville, NP 12345, United States
</p>
<p class="last-updated">Last Updated: May 15, 2023</p>
</body>
</html>