-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
89 lines (79 loc) · 5.09 KB
/
privacy-policy.html
File metadata and controls
89 lines (79 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicon.png" type="image/png" title="RepsRise.app">
<meta property="og:image" content="https://repsrise.app/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - RepsRise.app</title>
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script src="https://cdn.counter.dev/script.js" data-id="b70cd8af-bfad-41f3-a30d-198b53a52f3c" data-utcoffset="2"></script>
<script
defer
data-website-id="682595bb55957f053f4e66ea"
data-domain="RepsRise.app"
src="https://datafa.st/js/script.js">
</script>
</head>
<body class="bg-base-200 p-6 flex flex-col items-center">
<div class="container mx-auto max-w-lg bg-base-100 p-6 rounded-lg shadow-lg w-full">
<div class="flex justify-between items-center mb-4">
<h1 class="text-2xl font-bold">Privacy Policy</h1>
</div>
<div class="prose">
<p class="mb-4">Last Updated: June 5, 2023</p>
<h2 class="text-xl font-semibold mt-6 mb-2">1. Introduction</h2>
<p>Welcome to RepsRise.app. We respect your privacy and are committed to protecting your personal data. This privacy policy explains how we collect, use, and protect your information.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">2. Data We Collect</h2>
<p>RepsRise.app collects minimal personal information. The app stores exercise data locally on your device using browser localStorage. We do not collect or store this information on our servers.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">3. How We Use Your Data</h2>
<p>Your exercise data is used solely to provide the functionality of tracking and displaying your progress. All data remains on your device and is not transmitted to our servers or third parties.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">4. Data Security</h2>
<p>Your data security is important to us. Since all data is stored locally on your device, you maintain complete control over your information.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">5. Your Rights</h2>
<p>You have the right to access, export, or delete your data at any time. To delete all data, you can clear your browser's localStorage for this site.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">6. Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. We will notify you of any changes by posting the new policy on this page.</p>
<h2 class="text-xl font-semibold mt-6 mb-2">7. Contact Us</h2>
<p>If you have any questions about this privacy policy, please contact us at yoavsbg17@gmail.com.</p>
</div>
<div class="mt-8 text-center">
<a href="index.html" class="btn btn-primary">Return to App</a>
</div>
</div>
<footer class="container mx-auto max-w-lg mt-12 pb-6">
<div class="grid grid-cols-3 gap-4 text-center">
<div>
<h3 class="font-bold text-sm text-gray-500 mb-3">LINKS</h3>
<ul class="space-y-2 text-sm">
<li><a href="/" class="hover:underline">Log in</a></li>
<li><a href="index-app.html" class="hover:underline text-gray-700">App</a></li>
<li><a href="https://insigh.to/b/repsriseapp" class="hover:underline" target="_blank">Ideas + Bugs</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-sm text-gray-500 mb-3">LEGAL</h3>
<ul class="space-y-2 text-sm">
<li><a href="terms-of-service.html" class="hover:underline">Terms of services</a></li>
<li><a href="privacy-policy.html" class="hover:underline">Privacy policy</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-sm text-gray-500 mb-3">MORE</h3>
<ul class="space-y-2 text-sm">
<li><a href="https://easystopwatch.app/?ref=repsrise" target="_blank" class="hover:underline">Easy Stopwatch</a></li>
<li><a href="https://buymeacoffee.com/yoavsbg" target="_blank" class="hover:underline">Buy me a coffee</a></li>
<li><a href="https://github.com/yoavsbg/RepsRise.app" target="_blank" class="hover:underline">GitHub</a></li>
</ul>
</div>
</div>
<div class="text-xs text-gray-500 mt-8 text-center">
Made with 💪 by <a href="https://x.com/yoavsbg" class="text-blue-500 hover:underline" target="_blank">Yoav Sabag</a>
</div>
<div class="text-xs text-gray-500 mt-2 text-center">
© 2025 RepsRise.app - All Rights Reserved
</div>
</footer>
</body>
</html>