-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
484 lines (449 loc) · 17.6 KB
/
Copy pathprivacy-policy.html
File metadata and controls
484 lines (449 loc) · 17.6 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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!doctype html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
href="/assets/public/favicon.svg"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - ioLayers</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Outfit:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/assets/public/style.css" />
<script src="tailwind.config.js"></script>
<script async src="https://www.instagram.com/embed.js"></script>
</head>
<body>
<div
id="loader"
class="fixed inset-0 z-[9999] flex items-center justify-center bg-white"
>
<div
class="h-16 w-16 sm:h-24 sm:w-24 animate-spin rounded-full border border-black border-t-white"
></div>
</div>
<script>
window.addEventListener("load", () => {
document.getElementById("loader").style.display = "none";
});
</script>
<!-- NAV -->
<nav class="fixed top-0 left-1/2 -translate-x-1/2 z-50 w-full p-4">
<div
class="max-w-4xl mx-auto flex items-center justify-between gap-4 py-3 md:py-4 px-6 token-card border token-border rounded-full"
>
<!-- Logo -->
<a
href="/"
class="font-display font-800 text-2xl tracking-tight token-text flex items-center gap-2"
>
<img src="/assets/public/logo.png" alt="" class="w-10 logo-invert" />
IOLAYERS
</a>
<!-- Desktop links -->
<div
class="hidden md:flex items-center gap-8 text-sm font-medium token-muted"
>
<a
href="/features"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Features</a
>
<a
href="/projects"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Projects</a
>
<a
href="/about-us"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>About Us</a
>
<a
href="/contact-us"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Contact Us</a
>
</div>
<!-- Right side -->
<div class="flex items-center gap-4">
<button id="theme-toggle" aria-label="Toggle theme"></button>
<a
href="https://wa.me/916205163577"
class="hidden md:inline-block btn-primary text-sm"
>Let's Talk</a
>
<!-- Mobile hamburger -->
<button
id="mobile-menu-btn"
class="md:hidden p-2 rounded-lg token-surface border token-border token-text"
>
<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor">
<rect y="3" width="20" height="2" rx="1" />
<rect y="9" width="20" height="2" rx="1" />
<rect y="15" width="20" height="2" rx="1" />
</svg>
</button>
</div>
</div>
<!-- Mobile menu -->
<div
id="mobile-menu"
class="md:hidden overflow-hidden max-h-0 opacity-0 -translate-y-4 transition-all duration-300 ease-in-out"
>
<div
class="mt-2 flex flex-col gap-4 py-4 token-card border token-border rounded-2xl p-5"
>
<a href="/features" onclick="closeMobile()">Features</a>
<a href="/projects" onclick="closeMobile()">Projects</a>
<a href="/about-us" onclick="closeMobile()">About Us</a>
<a href="/contact-us" onclick="closeMobile()">Contact Us</a>
<a
href="https://wa.me/916205163577"
onclick="closeMobile()"
class="btn-primary text-center"
>Let's Talk</a
>
</div>
</div>
</nav>
<!-- MAIN -->
<section class="pt-36 pb-24 px-6 token-surface">
<div class="max-w-4xl mx-auto">
<!-- Heading -->
<span class="pill mb-4 inline-block">Legal</span>
<h1 class="font-display font-800 text-4xl md:text-6xl mb-6 token-text">
Privacy Policy
</h1>
<p class="token-muted mb-12">Last updated: April 2026</p>
<!-- Content -->
<div class="space-y-12 text-sm md:text-base leading-8 token-muted">
<!-- Intro -->
<p>
At <span class="token-text font-semibold">IOLAYERS</span>, we are
committed to protecting your privacy and ensuring transparency in
how your personal data is handled. This Privacy Policy outlines how
we collect, use, store, and protect your information when you access
or use our website, products, and services. By using our platform,
you agree to the practices described in this policy.
</p>
<!-- 1 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
1. Information We Collect
</h2>
<p class="mb-4">
We collect different types of information to provide and improve
our services. This includes:
</p>
<ul class="list-disc pl-6 space-y-2">
<li>
<strong class="token-text">Personal Information:</strong> Name,
email address, phone number, and other details you provide.
</li>
<li>
<strong class="token-text">Account Data:</strong> Login
credentials and profile preferences.
</li>
<li>
<strong class="token-text">Usage Data:</strong> Pages visited,
time spent, clicks, and interaction patterns.
</li>
<li>
<strong class="token-text">Technical Data:</strong> IP address,
browser type, device information, and operating system.
</li>
</ul>
</div>
<!-- 2 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
2. How We Use Your Information
</h2>
<p class="mb-4">
The information we collect is used to enhance your experience and
ensure smooth platform operation:
</p>
<ul class="list-disc pl-6 space-y-2">
<li>To provide, operate, and maintain our services</li>
<li>To improve performance, features, and user experience</li>
<li>To communicate updates, offers, and support responses</li>
<li>To detect and prevent fraudulent or unauthorized activity</li>
<li>To comply with legal obligations</li>
</ul>
</div>
<!-- 3 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
3. Data Sharing & Disclosure
</h2>
<p>
We do not sell or rent your personal data. However, we may share
your information with trusted third-party service providers who
assist us in operating our platform, such as hosting providers,
analytics services, and communication tools. These parties are
obligated to keep your data secure and use it only for intended
purposes.
</p>
</div>
<!-- 4 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
4. Cookies & Tracking Technologies
</h2>
<p>
We use cookies and similar technologies to enhance your browsing
experience, analyze traffic, and personalize content. Cookies help
us understand user behavior and improve our services. You can
manage or disable cookies through your browser settings.
</p>
</div>
<!-- 5 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
5. Data Retention
</h2>
<p>
We retain your personal information only for as long as necessary
to fulfill the purposes outlined in this policy, unless a longer
retention period is required by law. Once data is no longer
needed, it is securely deleted or anonymized.
</p>
</div>
<!-- 6 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
6. Data Security
</h2>
<p>
We implement appropriate technical and organizational measures to
protect your data against unauthorized access, alteration,
disclosure, or destruction. While we strive to use commercially
acceptable means to protect your data, no method of transmission
over the internet is completely secure.
</p>
</div>
<!-- 7 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
7. Your Rights
</h2>
<p class="mb-4">
Depending on your location, you may have the following rights
regarding your personal data:
</p>
<ul class="list-disc pl-6 space-y-2">
<li>Right to access your data</li>
<li>Right to correct inaccurate information</li>
<li>Right to request deletion of your data</li>
<li>Right to withdraw consent at any time</li>
<li>Right to data portability</li>
</ul>
</div>
<!-- 8 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
8. Third-Party Links
</h2>
<p>
Our platform may contain links to external websites. We are not
responsible for the privacy practices or content of these
third-party sites. We encourage users to review the privacy
policies of any external services they access.
</p>
</div>
<!-- 9 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
9. Children’s Privacy
</h2>
<p>
Our services are not intended for individuals under the age of 13.
We do not knowingly collect personal data from children. If we
become aware that such data has been collected, we will take steps
to delete it promptly.
</p>
</div>
<!-- 10 -->
<div>
<h2 class="text-2xl font-semibold token-text mb-4">
10. Changes to This Policy
</h2>
<p>
We may update this Privacy Policy from time to time to reflect
changes in our practices or legal requirements. Any updates will
be posted on this page with a revised "Last Updated" date.
</p>
</div>
</div>
</div>
</section>
<!-- LEFT: Instagram -->
<a
href="https://instagram.com/iolayerss"
target="_blank"
class="fixed bottom-6 left-6 z-50 w-12 h-12 flex items-center justify-center rounded-xl shadow-lg bg-gradient-to-tr from-yellow-400 via-pink-500 to-purple-600 hover:scale-110 transition duration-300 animate-float"
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png"
class="w-12 h-12 rounded-xl shadow-lg hover:scale-110 transition"
/ alt="Instagram">
</a>
<!-- RIGHT: WhatsApp -->
<a
href="https://wa.me/916205163577"
target="_blank"
class="fixed bottom-6 right-6 z-50 w-12 h-12 flex items-center justify-center rounded-full shadow-lg bg-green-500 hover:bg-green-600 hover:scale-110 transition duration-300 animate-float"
>
<!-- Icon -->
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-6 h-6 text-white"
fill="currentColor"
viewBox="0 0 24 24"
>
<path
d="M20 3.5A11.9 11.9 0 0012.1 0C5.6 0 .3 5.3.3
11.8c0 2.1.5 4.1 1.5 5.9L0 24l6.5-1.7c1.7.9
3.7 1.4 5.6 1.4 6.5 0 11.8-5.3
11.8-11.8 0-3.1-1.2-6-3.9-8.4zM12.1
21c-1.7 0-3.3-.4-4.8-1.2l-.3-.2-3.9
1 1-3.8-.2-.3c-1-1.5-1.5-3.2-1.5-4.9
0-5.4 4.4-9.8 9.8-9.8 2.6 0 5.1 1
6.9 2.9 1.8 1.8 2.9 4.3 2.9
6.9 0 5.4-4.4 9.8-9.8
9.8zm5.4-7.3c-.3-.1-1.7-.8-2-1-.3-.1-.5-.1-.7.1-.2.3-.8
1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.5-1.6-.9-.8-1.6-1.8-1.8-2.1-.2-.3
0-.5.1-.6.1-.1.3-.3.4-.4.1-.2.2-.3.3-.5.1-.2
0-.4 0-.6 0-.1-.7-1.6-1-2.2-.2-.5-.5-.4-.7-.4h-.6c-.2
0-.6.1-.9.4-.3.3-1.2 1.2-1.2
2.8s1.2 3.2 1.4 3.4c.2.3
2.4 3.6 5.9 5 .8.3 1.4.5
1.9.6.8.2 1.6.2 2.2.1.7-.1
1.7-.7 2-1.4.2-.7.2-1.3.1-1.4-.1-.1-.3-.2-.6-.3z"
/>
</svg>
</a>
<footer class="relative bg-gray-50 px-6 py-16 overflow-hidden">
<!-- Big Background Text -->
<h1
class="absolute bottom-0 left-1/2 -translate-x-1/2 text-[120px] md:text-[180px] font-extrabold text-gray-200 opacity-40 pointer-events-none select-none"
>
IOLAYERS
</h1>
<div class="max-w-7xl mx-auto relative z-10">
<!-- Top Section -->
<div class="grid md:grid-cols-3 gap-10 items-start mb-12">
<!-- Left (Contact + Subscribe) -->
<div>
<p class="text-gray-500 mb-2">Contact us at</p>
<a
href="mailto:ask.iolayers@gmail.com"
target="_blank"
class="font-semibold text-gray-800"
>
ask.iolayers@gmail.com
</a>
<!-- Input -->
<form
id="subform"
class="flex items-center bg-white rounded-full shadow-md p-1 max-w-md mt-6"
>
<input
type="email"
placeholder="Enter your email address"
name="email"
required
class="flex-1 px-4 py-2 rounded-full outline-none text-sm"
/>
<button
type="submit"
id="subsubmit"
class="bg-black text-white px-6 py-2 rounded-full text-sm"
>
Subscribe
</button>
</form>
<script>
const subform = document.getElementById("subform");
const subsubmit = document.getElementById("subsubmit");
const WEB_APP_URL =
"https://script.google.com/macros/s/AKfycbxHNlyZOixwqIjjjnrkIKGK_JT-v6zdPoz2-RqqKfoBatL3fDmaahwpGNl-IxUjvZ0IGw/exec";
// PASTE YOUR SCRIPT URL
const scriptURL = WEB_APP_URL;
subform.addEventListener("submit", async (e) => {
e.preventDefault();
subsubmit.innerText = "Subscribing...";
const formData = new FormData(subform);
const data = {
email: formData.get("email"),
};
try {
const res = await fetch(scriptURL, {
method: "POST",
body: JSON.stringify(data),
});
const result = await res.json();
if (result.status === "success") {
subsubmit.innerText = "Subscribed";
subform.reset();
} else {
subsubmit.innerText = "Unsubscribed";
}
} catch (err) {
subsubmit.innerText = "Unsubscribed";
} finally {
setTimeout(() => {
subsubmit.innerText = "Subscribe";
}, 4000);
}
});
</script>
</div>
<!-- Links -->
<div class="md:ml-auto">
<p class="text-gray-500 font-medium mb-4">Links</p>
<ul class="space-y-2 text-sm text-gray-700">
<li><a href="" class="hover:text-black">Home</a></li>
<li><a href="/features" class="hover:text-black">Features</a></li>
<li><a href="/projects" class="hover:text-black">Projects</a></li>
<li><a href="/about-us" class="hover:text-black">About Us</a></li>
<li>
<a href="/contact-us" class="hover:text-black">Contact Us</a>
</li>
</ul>
</div>
<!-- Resources -->
<div>
<p class="text-gray-500 font-medium mb-4">More Resources</p>
<ul class="space-y-2 text-sm text-gray-700">
<li><a href="/blogs" class="hover:text-black">Blogs</a></li>
<li>
<a href="/terms-and-conditions.html" class="hover:text-black"
>Terms & Conditions</a
>
</li>
<li>
<a href="/privacy-policy.html" class="hover:text-black"
>Privacy Policy</a
>
</li>
<li>
<a href="/refund-policy.html" class="hover:text-black"
>Refund Policy</a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="/assets/public/script.js"></script>
</body>
</html>