-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
100 lines (89 loc) · 3.81 KB
/
Copy pathprivacy-policy.html
File metadata and controls
100 lines (89 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="description" content="Privacy Policy for Sanny Prajapati's Portfolio. Learn how information and personal data is handled on darkuser.tech with industry-standard security.">
<title>Privacy Policy | Sanny Prajapati</title>
<link rel="icon" type="image/jpg" href="src/png/main-favicon-sanny.jpg" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Orbitron&display=swap">
<style>
.privacy-container {
max-width: 900px;
margin: 150px auto 100px;
padding: 40px;
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
color: var(--color-white);
font-family: 'Fira Code', monospace;
line-height: 1.6;
}
h1,
h2 {
font-family: 'Orbitron', sans-serif;
color: var(--color-light-blue);
margin-top: 30px;
}
p {
margin-bottom: 20px;
font-size: 1.6rem;
}
.back-link {
display: inline-block;
margin-bottom: 20px;
color: var(--color-light-orange);
text-decoration: none;
font-size: 1.4rem;
}
</style>
</head>
<body class="body">
<header>
<div class="navbar" id="navbar">
<div class="logo">
<a href="index.html"><img src="src/png/nav-avatar.png" alt="logo" style="height: 50px;"></a>
</div>
<div class="navbar-tabs" id="navbar-tabs">
<ul class="navbar-tabs-ul">
<li class="navbar-tabs-li home">
<a href="index.html"></Home></a>
</li>
<li class="navbar-tabs-li about">
<a href="about.html"></AboutMe></a>
</li>
<li class="navbar-tabs-li gallery">
<a href="gallery.html"></Gallery></a>
</li>
</ul>
</div>
</div>
</header>
<main>
<div class="privacy-container">
<a href="index.html" class="back-link"></ Go Back</a>
<h1>Privacy Policy</h1>
<p>Last Updated: March 2026</p>
<h2>1. Introduction</h2>
<p>Welcome to Sanny Prajapati's Portfolio (darkuser.tech). Your privacy is important to me. This policy
explains how information is handled on this website.</p>
<h2>2. Information Collection</h2>
<p>This website is a static portfolio and does not actively collect personal data or use tracking cookies
for identification. Any information provided via email or external links is handled directly through
those respective platforms.</p>
<h2>3. External Links</h2>
<p>This site contains links to other websites (GitHub, LinkedIn, etc.). Please be aware that I am not
responsible for the privacy practices of those sites.</p>
<h2>4. Security</h2>
<p>As a cybersecurity professional, I ensure this portfolio is maintained with industry-standard security
practices. However, no method of transmission over the internet is 100% secure.</p>
<h2>5. Contact Me</h2>
<p>If you have any questions about this Privacy Policy, you can contact me at sunnyprajapati2144@gmail.com.
</p>
</div>
</main>
</body>
</html>