-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
68 lines (62 loc) · 2.78 KB
/
privacy-policy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9325514973529217"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Soccer Pickup Draft</title>
<link rel="stylesheet" href="styles.css">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<div class="legal-page">
<div class="legal-content">
<h1>Privacy Policy</h1>
<p class="last-updated">Last Updated: March 2024</p>
<section>
<h2>1. Information We Collect</h2>
<p>Soccer Pickup Draft is committed to protecting your privacy. Our application:</p>
<ul>
<li>Uses local storage only - all data is stored on your device</li>
<li>Does not collect personal information</li>
<li>Does not use cookies</li>
<li>Does not track user behavior</li>
</ul>
</section>
<section>
<h2>2. How We Use Information</h2>
<p>The only data stored is:</p>
<ul>
<li>Team information (stored locally on your device)</li>
<li>Player names (stored locally on your device)</li>
<li>Draft preferences (stored locally on your device)</li>
</ul>
</section>
<section>
<h2>3. Data Storage</h2>
<p>All data is stored locally on your device using browser's localStorage. We do not have access to this data, and it is not transmitted to any servers.</p>
</section>
<section>
<h2>4. Third-Party Services</h2>
<p>We use the following third-party services:</p>
<ul>
<li>Google Analytics (for anonymous usage statistics)</li>
<li>GitHub Pages (for hosting)</li>
</ul>
</section>
<section>
<h2>5. Contact</h2>
<p>For any questions about this Privacy Policy, please contact us at:</p>
<p><a href="https://www.facebook.com/profile.php?id=61555674030331" target="_blank">Lowell Warriors FC Facebook Page</a></p>
</section>
<div class="legal-footer">
<a href="index.html" class="back-button">← Back to App</a>
<a href="terms-of-service.html">Terms of Service</a>
</div>
</div>
</div>
</body>
</html>