-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
517 lines (495 loc) 路 18.2 KB
/
Copy pathprivacy-policy.html
File metadata and controls
517 lines (495 loc) 路 18.2 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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!doctype html>
<html lang="en">
<head>
<title>Privacy Policy | Hero鈽匳erse</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="shortcut icon"
href="../../assets/img/favicon.png"
type="image/x-icon"
/>
<!-- Bootstrap CSS v5.2.1 -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<!-- CSS Link -->
<link rel="stylesheet" href="./assets/css/main.css" />
<!-- Google Fonts Link -->
<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=Bebas+Neue&family=Unica+One&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome Link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"
integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Animate.css Link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body>
<div class="spinner-wrapper">
<div
class="position-relative d-flex justify-content-center align-items-center"
>
<div class="spinner-border text-white" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<i class="fa-solid fa-star spinner-star"></i>
</div>
</div>
<div class="position-relative">
<header>
<!-- Navbar Section Starts -->
<nav
class="navbar navbar-expand-lg bg-heroverse-primary py-4 px-3 px-lg-5"
id="mainNavbar"
>
<div class="container-fluid">
<!-- Brand Logo Starts -->
<a
class="navbar-brand fw-bolder fs-2 font-primary text-white"
href="../../index.html"
>Hero鈽匳erse</a
>
<!-- Brand Logo Starts -->
<!-- Hamburger Menu Toggle Starts -->
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Hamburger Menu Toggle Starts -->
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<!-- Navigation Menu Starts -->
<ul
class="navbar-nav fs-5 ms-auto text-center align-items-lg-center"
>
<!-- Home Link -->
<li class="nav-item">
<a
class="nav-link text-white font-secondary"
aria-current="page"
href="../../index.html"
>Home</a
>
</li>
<!-- Universes Dropdown Link -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white font-secondary"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Universes
</a>
<ul
class="dropdown-menu fs-5 font-secondary text-center text-lg-start"
>
<li>
<a
class="dropdown-item text-white"
href="./pages/universes/marvel.html"
>Marvel</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/universes/dc.html"
>DC</a
>
</li>
</ul>
</li>
<!-- Heroes Dropdown Link -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white font-secondary"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Heroes
</a>
<ul
class="dropdown-menu fs-5 font-secondary text-center text-lg-start"
>
<li>
<a
class="dropdown-item text-white"
href="./pages/heroes/marvel-heroes.html"
>Marvel</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/heroes/dc-heroes.html"
>DC</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/heroes/all-heroes.html"
>All Heroes</a
>
</li>
</ul>
</li>
<!-- Teams Dropdown Link -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white font-secondary"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Teams
</a>
<ul
class="dropdown-menu fs-5 font-secondary text-center text-lg-start"
>
<li>
<a
class="dropdown-item text-white"
href="./pages/teams/marvel-teams.html"
>Marvel</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/teams/dc-teams.html"
>DC</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/teams/all-teams.html"
>All Teams</a
>
</li>
</ul>
</li>
<!-- Movies & TV Dropdown Link -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white font-secondary"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Movies & TV
</a>
<ul
class="dropdown-menu fs-5 font-secondary text-center text-lg-start"
>
<li>
<a
class="dropdown-item text-white"
href="./pages/upcoming/upcoming-movies.html"
>Upcoming Movies</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/upcoming/upcoming-tv.html"
>Upcoming TV Series</a
>
</li>
<li>
<a
class="dropdown-item text-white"
href="./pages/upcoming/upcoming-all.html"
>All Upcoming</a
>
</li>
</ul>
</li>
<!-- About Link -->
<li class="nav-item">
<a
class="nav-link text-white font-secondary"
href="./about.html"
>About</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar Section Starts -->
</header>
<main>
<!-- Main Section Starts -->
<section
class="all-heroes bg-black container-fluid py-5"
id="all-heroes"
>
<div class="container">
<nav
style="--bs-breadcrumb-divider: ">""
aria-label="breadcrumb"
data-animate="animate__fadeInLeft"
data-animate="animate__fadeInLeft"
>
<ol class="breadcrumb">
<li class="breadcrumb-item font-secondary fs-5 breadcrumb-home">
<a href="../../index.html" class="text-decoration-none"
>Home</a
>
</li>
<li
class="breadcrumb-item font-secondary fs-5 text-white active"
style="--bs-breadcrumb-divider-color: white"
>
Privacy Policy
</li>
</ol>
</nav>
<!-- Heading -->
<h1
class="font-secondary text display-4 dmca-heading text-center mb-4"
data-animate="animate__fadeIn animate-delay-1"
>
Privacy Policy
</h1>
<!-- Policy Intro -->
<div class="mb-5">
<p
class="font-secondary text-white fs-4 text-center w-75 mx-auto text-justify"
data-animate="animate__fadeIn animate-delay-15"
>
This Privacy Policy explains how information is handled when you
access and use this website. This website is intended for
informational and non-commercial purposes only.
</p>
</div>
<!-- No Data Collection -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Collection of Personal Information
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This website does not knowingly collect, store, process, or
request any personal information from visitors.
</p>
</div>
<!-- Third Party Services -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Embedded Third-Party Services
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This website includes embedded video content provided by
third-party services, including YouTube, for the purpose of
displaying movie and television trailers.
</p>
<p class="font-secondary text-white fs-4 text-justify">
When accessing pages containing embedded content, third-party
services may automatically collect certain information such as
IP address, browser type, device information, or use cookies in
accordance with their own privacy policies. This website does
not control or manage such data collection.
</p>
</div>
<!-- Cookies -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Cookies and Tracking Technologies
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This website does not use cookies or tracking technologies
directly. However, embedded third-party content may place
cookies or use similar technologies beyond the control of this
website.
</p>
</div>
<!-- Hosting -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Hosting Provider
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This website is hosted on GitHub Pages. GitHub may collect
limited technical information, such as IP addresses or server
logs, for operational and security purposes. The handling of
such data is governed by GitHub鈥檚 own privacy policy.
</p>
</div>
<!-- Children -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Children鈥檚 Privacy
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This website is not directed toward children under the age of
thirteen (13), and no personal information is knowingly
collected from children.
</p>
</div>
<!-- Policy Updates -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Policy Updates
</h5>
<p class="font-secondary text-white fs-4 text-justify">
This Privacy Policy may be updated or modified at any time
without prior notice. Any changes will be posted on this page.
</p>
</div>
<!-- Contact -->
<div class="mb-5">
<h5
class="fs-3 font-secondary dmca-subheading"
data-animate="animate__fadeInUp animate-delay-2"
>
Contact Information
</h5>
<p class="font-secondary text-white fs-4 text-justify">
For questions regarding this Privacy Policy, you may contact the
website operator at:<br />
Email Address:
<a
href="mailto:jegathiaghu@gmail.com?subject=Privacy%20Policy%20Inquiry"
class="text-decoration-none fw-normal email-link"
data-animate="animate__fadeIn animate-delay-05"
>
<i class="fa-solid fa-envelope"></i>
jegathiaghu@gmail.com
</a>
</p>
</div>
</div>
</section>
<!-- Main Section Ends -->
</main>
<footer>
<!-- place footer here -->
<nav
class="navbar navbar-expand-lg bg-heroverse-primary py-3 px-3 px-lg-5"
id="mainFooter"
>
<div class="container-fluid d-flex flex-column">
<!-- Brand Logo Starts -->
<a
class="fw-bolder fs-2 text-decoration-none font-primary text-white"
href="./index.html"
>Hero鈽匳erse</a
>
<!-- Copyright Section -->
<a
href="https://jega1312.github.io/portfolio/"
target="_blank"
rel="noopener"
class="fw-medium fs-5 font-secondary mb-0 text-decoration-none text-white"
>
漏 Jegathiswaran Thiaghu
</a>
<div class="d-flex align-items-center justify-content-center gap-2">
<a
href="./privacy-policy.html"
class="fw-normal fs-5 font-secondary mb-0 text-decoration-none text-white"
id="dmca-link"
>Privacy Policy</a
>
<a
href="./dmca.html"
class="fw-normal fs-5 font-secondary mb-0 text-decoration-none"
id="dmca-link"
>DMCA</a
>
</div>
</div>
</nav>
</footer>
</div>
<!-- Go Up Floating Button -->
<button
id="goTopBtn"
class="position-fixed bottom-0 end-0 mb-3 me-3 btn rounded-circle d-none d-flex align-items-center shadow-lg animate__animated"
style="
width: 2.5rem;
height: 2.5rem;
background-color: #2f0d68;
color: white;
z-index: 10;
transition: all 0.3s ease-in-out;
border: 2px solid white;
"
onclick="scrollToTop()"
onmouseover="
this.style.backgroundColor = '#42109a';
this.style.transform = 'translateY(-3px)';
"
onmouseout="
this.style.backgroundColor = '#2f0d68';
this.style.transform = 'translateY(0)';
"
>
<i class="fas fa-chevron-up" style="font-size: 0.75rem"></i>
</button>
<!-- Bootstrap JavaScript Libraries -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
<!-- Spinner -->
<script src="./assets/js/script.js"></script>
</body>
</html>