-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
36 lines (30 loc) · 1.2 KB
/
privacy.html
File metadata and controls
36 lines (30 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - HackMate</title>
<link rel="stylesheet" href="privacy.css">
<link rel="stylesheet" href="global.css">
</head>
<body>
<header>
<h1>Privacy Policy</h1>
<p>Effective Date: March 31, 2025</p>
</header>
<section>
<h2>1. Information We Collect</h2>
<p>We collect personal data such as your name, email, and IP address when you sign up.</p>
<h2>2. How We Use Your Information</h2>
<p>Your data is used to improve your experience, send updates, and provide support.</p>
<h2>3. Cookies</h2>
<p>We use cookies to track usage and improve our services.</p>
<h2>4. Data Security</h2>
<p>We take security seriously and protect your data using industry-standard measures.</p>
<h2>5. Your Rights</h2>
<p>You can request data deletion or account removal at any time.</p>
<h2>6. Contact Us</h2>
<p>If you have any questions, contact us at <a href="mailto:privacy@hackmate.com">privacy@hackmate.com</a>.</p>
</section>
</body>
</html>