-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
161 lines (160 loc) · 5.93 KB
/
Copy pathprivacy.html
File metadata and controls
161 lines (160 loc) · 5.93 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>ClassRDP | Privacy Policy</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="termsAndConditions fadeIn">
<h1 class="termsAndConditionsHeading">Privacy Policy</h1>
<br />
<div class="serviceLeadingSection">
<h4>
<span class="sn blue">1.</span
><span class="st blue">Information Collection</span>
</h4>
<p class="spl">
ClassRDP operates with full anonymity. We do not require personal
information for registration, and we do not keep logs of user
activities. The only information we may collect is a username or email
address for account management. We do not associate this information
with your activities.
</p>
<h4>
<span class="sn blue">2.</span
><span class="st blue">Use of Information</span>
</h4>
<p class="spl">
We use the minimal information we collect for the following:
</p>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Account Management</h6>
<p class="serviceDetails">To grant access to our services.</p>
<div class="secionLine lineColorBlue"></div>
</div>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Payment Processing</h6>
<p class="serviceDetails">
We use third-party providers for payments, but we do not store
payment details.
</p>
<div class="secionLine lineColorBlue"></div>
</div>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Service Improvement</h6>
<p class="serviceDetails">
Anonymous data may be used to enhance our services.
</p>
<div class="secionLine lineColorBlue"></div>
</div>
<p class="spl">We do not sell or share your data with third parties.</p>
<h4>
<span class="sn blue">3.</span
><span class="st blue">Data Security</span>
</h4>
<p class="spl">
ClassRDP uses encryption to secure data transmitted over the internet.
Since we do not store personal information or logs, there is minimal
risk to your data.
</p>
<h4>
<span class="sn blue">4.</span
><span class="st blue">Data Retention</span>
</h4>
<p class="spl">
We do not retain logs or personal data. Account information is only
kept for as long as necessary to provide services. You can delete your
account at any time, and all data will be removed within 72 hours.
</p>
<h4>
<span class="sn blue">5.</span
><span class="st blue">Third-Party Services</span>
</h4>
<p class="spl">
We use third-party services for payment processing. We do not store or
access payment information, and we encourage you to review their
privacy policies.
</p>
<h4>
<span class="sn blue">6.</span
><span class="st blue">User Rights</span>
</h4>
<p class="spl">You have the right to:</p>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Delete your account</h6>
<p class="serviceDetails">
You can delete your account and all associated data at any time via
the control panel.
</p>
<div class="secionLine lineColorBlue"></div>
</div>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Remain anonymous</h6>
<p class="serviceDetails">
No personal information is required for using our services.
</p>
<div class="secionLine lineColorBlue"></div>
</div>
<h4>
<span class="sn blue">7.</span
><span class="st blue">Changes to This Policy</span>
</h4>
<p class="spl">
We may update this Privacy Policy. Any changes will be posted here
with an updated date. By continuing to use our services, you agree to
the updated policy.
</p>
<h4>
<span class="sn blue">8.</span><span class="st blue">Contact Us</span>
</h4>
<p class="spl">
If you have questions about this Privacy Policy, contact us at:
</p>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Email</h6>
<p class="serviceDetails">support@classrdp.com</p>
<div class="secionLine lineColorBlue"></div>
</div>
<div class="serviceInfoContainer">
<h6 class="serviceLead">Website</h6>
<p class="serviceDetails">
<a href="https://www.classrdp.com">https://www.classrdp.com</a>
</p>
<div class="secionLine lineColorBlue"></div>
</div>
</div>
<h4 class="closeTerms">
By using our services, you confirm that you have read and understood
this Privacy Policy.
</h4>
</div>
<div class="backContainer">
<a href="https://classrdp.com" class="backButton">
<i class="bi bi-chevron-left"></i>
<p>Back To ClassRDP.com</p>
</a>
</div>
</body>
</html>