-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
359 lines (328 loc) · 21.9 KB
/
privacy-policy.html
File metadata and controls
359 lines (328 loc) · 21.9 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Data + AI Academy</title>
<meta name="description"
content="Privacy Policy for Data + AI Academy. Learn how we collect, use, and protect your data.">
<!-- SEO & Social Media -->
<meta name="robots" content="noindex, nofollow">
<meta property="og:title" content="Privacy Policy | Data + AI Academy">
<meta property="og:description"
content="Privacy Policy for Data + AI Academy. Learn how we collect, use, and protect your data.">
<meta property="og:image" content="https://dataplusai.academy/img/Data+AI.png">
<meta property="og:url" content="https://dataplusai.academy/privacy-policy.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Data + AI Academy">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Data+AI Academy" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="font-['Inter',sans-serif] bg-[#FCFCF9] text-[#1A1A1A] leading-[1.6] antialiased">
<!-- Navigation -->
<nav class="py-4 bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b border-gray-100">
<div class="max-w-7xl mx-auto px-6 flex justify-between items-center">
<a href="index.html" class="no-underline tracking-tight flex items-center gap-2 group">
<h2
class="text-lg md:text-xl font-bold tracking-tight text-[#1A1A1A] group-hover:text-green-600 transition-colors duration-300">
DATA + AI <span class="text-green-600">ACADEMY</span>
</h2>
</a>
<a href="index.html"
class="flex items-center gap-2 text-sm font-semibold text-gray-600 hover:text-green-600 transition-all group">
<div
class="w-8 h-8 rounded-full bg-gray-100 flex items-center justify-center group-hover:bg-green-50 transition-colors">
<i class="fas fa-arrow-left text-xs group-hover:-translate-x-0.5 transition-transform"></i>
</div>
<span class="hidden sm:inline">Back to Home</span>
</a>
</div>
</nav>
<!-- Header Section -->
<header class="relative bg-[#050505] text-white py-20 md:py-28 overflow-hidden">
<!-- Background Elements -->
<div class="absolute inset-0 bg-[url('img/grid-pattern.svg')] opacity-10"></div>
<div class="absolute top-0 right-0 w-1/3 h-full bg-gradient-to-l from-green-900/20 to-transparent"></div>
<div class="absolute bottom-0 left-1/4 w-64 h-64 bg-green-600/20 rounded-full blur-[100px]"></div>
<div class="relative max-w-4xl mx-auto px-6 text-center">
<div
class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-white/10 border border-white/20 backdrop-blur-sm text-xs font-medium text-green-400 mb-6">
<i class="fas fa-shield-alt"></i>Privacy
</div>
<h1 class="text-4xl md:text-6xl font-bold mb-6 tracking-tight">Privacy Policy</h1>
<p class="text-gray-400 text-lg md:text-xl max-w-2xl mx-auto leading-relaxed">
We value your trust. Learn how we collect, safeguard, and use your personal information.
</p>
<p class="mt-8 text-sm text-gray-500">Last updated: January 13, 2026</p>
</div>
</header>
<!-- Main Content -->
<main class="relative -mt-12 md:-mt-20 z-10 px-4 md:px-6 mb-20">
<div
class="max-w-4xl mx-auto bg-white rounded-2xl md:rounded-3xl shadow-xl shadow-gray-200/50 overflow-hidden border border-gray-100">
<div class="p-8 md:p-12 lg:p-16">
<div
class="prose prose-lg text-gray-700 max-w-none space-y-12 prose-headings:font-bold prose-headings:tracking-tight prose-a:text-green-600 prose-a:no-underline hover:prose-a:underline prose-li:marker:text-green-500">
<section>
<p class="lead text-xl text-gray-600">
DataPlus AI Academy ("we", "us", "our") operates the website <a
href="https://dataplusai.academy/"
class="text-green-600 hover:underline">https://dataplusai.academy/</a> (the "Platform"),
providing online courses, bootcamps, learning resources, certifications, newsletters and
related services in the field of Data, AI, Machine Learning and associated technologies.
</p>
<p class="mt-4">
We are committed to protecting your privacy. This Privacy Policy explains how we collect,
use, disclose, and safeguard your information when you visit our Platform, register for an
account, enroll in a course, make a purchase, or interact with our services.
</p>
</section>
<div class="w-full h-px bg-gray-100 my-8"></div>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">01</span>
Information We Collect
</h2>
<p>We may collect the following types of information:</p>
<div class="grid md:grid-cols-2 gap-6 mt-6">
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100">
<h3 class="text-lg font-semibold text-gray-900 mb-3 flex items-center gap-2">
<i class="fas fa-user-circle text-green-600"></i> a) Personal Information
</h3>
<ul class="space-y-2 text-sm">
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Name, email address, phone number</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Billing/shipping information (when you purchase
courses/subscriptions)</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Profile information (photo, bio, job title, LinkedIn etc.)</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Payment information (processed securely via third-parties)</span>
</li>
</ul>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100">
<h3 class="text-lg font-semibold text-gray-900 mb-3 flex items-center gap-2">
<i class="fas fa-laptop-code text-green-600"></i> b) Automatically Collected
</h3>
<ul class="space-y-2 text-sm">
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>IP address, browser type/version, device information</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Operating system, referring/exit pages, timestamps</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Pages viewed, time spent, clickstream data</span>
</li>
<li class="flex items-start gap-2"><i class="fas fa-check text-green-500 mt-1"></i>
<span>Cookies, web beacons, pixels</span>
</li>
</ul>
</div>
</div>
<div
class="mt-6 bg-blue-50 p-4 rounded-xl border border-blue-100 flex gap-3 text-sm text-blue-800">
<i class="fas fa-info-circle mt-0.5 flex-shrink-0"></i>
<p><strong>c) Information from Third Parties:</strong> Login via Google/LinkedIn (if
implemented), Payment processors (Razorpay, Stripe, etc.), Analytics providers (Google
Analytics, etc.).</p>
</div>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">02</span>
How We Use Your Information
</h2>
<ul class="grid sm:grid-cols-2 gap-4 list-none pl-0">
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Provide, maintain and improve our courses and Platform</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Process enrollments, payments and issue certificates</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Send important service emails (enrollment confirmations, course updates, password
resets)</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Send marketing communications/newsletters (you can opt-out anytime)</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Personalize your learning experience and recommendations</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Detect, prevent and address technical issues, fraud or abuse</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Comply with legal obligations</p>
</li>
<li class="flex items-start gap-3">
<div class="w-1.5 h-1.5 rounded-full bg-green-500 mt-2.5"></div>
<p>Conduct research & analytics (aggregated/anonymized)</p>
</li>
</ul>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">03</span>
Cookies and Tracking Technologies
</h2>
<p class="mb-4">We use cookies and similar technologies for essential functionality, analytics,
and (if applicable) advertising. You can manage preferences through your browser settings.
</p>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">04</span>
Sharing of Information
</h2>
<div class="bg-gray-50 border-l-4 border-green-500 p-6 rounded-r-xl">
<p class="font-semibold text-gray-900 mb-2">We do NOT sell your personal information.</p>
<p class="text-sm">We may share your information with:</p>
<ul class="list-disc pl-5 space-y-1 mt-2 text-sm text-gray-700">
<li><strong>Service providers</strong> (hosting, email service, payment processors, LMS
platforms, cloud storage, etc.) — under strict confidentiality</li>
<li><strong>Business partners</strong> (only with your consent — e.g. job placement
partners)</li>
<li>In case of merger, acquisition, or sale of assets</li>
<li>To comply with law, respond to legal requests, protect rights/safety</li>
</ul>
</div>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">05</span>
Data Security
</h2>
<p>We implement reasonable technical and organizational measures to protect your data. However,
no method of transmission over the Internet is 100% secure.</p>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">06</span>
Your Rights
</h2>
<div class="flex flex-wrap gap-3 mb-4">
<span class="px-3 py-1 bg-gray-100 rounded-full text-sm font-medium text-gray-700">Access
data</span>
<span
class="px-3 py-1 bg-gray-100 rounded-full text-sm font-medium text-gray-700">Correct/Update</span>
<span class="px-3 py-1 bg-gray-100 rounded-full text-sm font-medium text-gray-700">Delete
personal data</span>
<span
class="px-3 py-1 bg-gray-100 rounded-full text-sm font-medium text-gray-700">Object/Restrict
processing</span>
<span class="px-3 py-1 bg-gray-100 rounded-full text-sm font-medium text-gray-700">Withdraw
consent</span>
</div>
<p class="text-sm">Depending on your location you may have these rights. To exercise these
rights, contact us at <a href="mailto:enroll@dataplusai.academy"
class="font-bold text-green-600 underline">enroll@dataplusai.academy</a></p>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">07</span>
International Data Transfers
</h2>
<p>Your data may be transferred to and processed in India and other countries. We use
appropriate safeguards for such transfers.</p>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">08</span>
Children's Privacy
</h2>
<p>Our services are not directed to children under 16. We do not knowingly collect data from
children under 16.</p>
</section>
<section>
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center gap-3">
<span
class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-green-100 text-green-700 text-sm">09</span>
Changes to This Policy
</h2>
<p>We may update this policy from time to time. We will notify you of material changes via email
or prominent notice on the Platform.</p>
</section>
<section
class="bg-[#FAFAFA] p-6 md:p-8 rounded-2xl border border-gray-100 text-center overflow-hidden">
<h2 class="text-xl font-bold text-gray-900 mb-4">Have Questions?</h2>
<p class="text-gray-600 mb-6">If you have any questions about this Privacy Policy, please
contact us.</p>
<div class="flex flex-col items-center gap-2 w-full">
<a href="mailto:enroll@dataplusai.academy"
class="text-green-600 font-bold hover:underline text-base md:text-lg break-all">enroll@dataplusai.academy</a>
<address class="not-italic text-sm text-gray-500 px-2 leading-relaxed">
232, 9th Main Rd, HRBR Layout 1st Block,<br class="hidden md:block">
Kalyan Nagar, Bengaluru - 560043
</address>
</div>
</section>
</div>
</div>
</div>
</main>
<div id="footer-container"></div>
<script>
// Footer Loader Logic
async function loadFooter() {
try {
const timestamp = new Date().getTime();
const response = await fetch(`sections/footer.html?v=${timestamp}`);
if (!response.ok) throw new Error("Failed to load footer");
const html = await response.text();
// Strip scripts to prevent double execution if any
const cleanHtml = html.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, "");
const container = document.getElementById('footer-container');
if (container) {
container.outerHTML = cleanHtml;
// Re-initialize footer scripts (like current year)
const yearSpan = document.getElementById("current-year");
if (yearSpan) {
yearSpan.textContent = new Date().getFullYear();
}
}
} catch (error) {
console.error("Error loading footer:", error);
}
}
document.addEventListener("DOMContentLoaded", loadFooter);
</script>
<!-- WhatsApp Support Button -->
<a href="https://wa.me/917411527327" target="_blank" rel="noopener noreferrer"
class="fixed bottom-8 right-8 z-50 bg-[#25D366] text-white p-4 rounded-full shadow-lg hover:shadow-xl hover:-translate-y-1 transition-all duration-300 flex items-center justify-center group w-16 h-16">
<i class="fab fa-whatsapp text-4xl"></i>
</a>
</body>
</html>