-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
60 lines (52 loc) · 2.41 KB
/
privacy.html
File metadata and controls
60 lines (52 loc) · 2.41 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
<!DOCTYPE HTML>
<html>
<head>
<title>Privacy Policy - TalkBlock Solutions</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<section class="wrapper style1 fullscreen fade-up">
<div class="inner" style="max-width: 800px;">
<div style="margin-bottom: 2rem;">
<a href="index.html" class="button small">← Back to Home</a>
</div>
<h1>Privacy Policy</h1>
<p>Last updated: December 20, 2024</p>
<p>
TalkBlock ("we", "our", or "us") respects your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our application and website at <strong>https://app.talkblock.com</strong>.
</p>
<h2>Information We Collect</h2>
<ul>
<li>Email address (used for login and account management)</li>
<li>Usage data, such as pages visited and interaction times</li>
</ul>
<h2>How We Use Your Information</h2>
<ul>
<li>To provide, operate, and maintain our service</li>
<li>To improve your experience and analyze usage</li>
<li>To communicate with you about updates or issues</li>
</ul>
<h2>Third-Party Services</h2>
<p>We use Google for authentication. Google may collect data in accordance with its own <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a>.</p>
<h2>Cookies</h2>
<p>We may use cookies to improve site functionality. You can choose to disable cookies through your browser settings.</p>
<h2>Your Rights</h2>
<p>You may request to access, correct, or delete your personal data by contacting us.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, you can email us at: <a href="mailto:info@talkblock.com">info@talkblock.com</a></p>
</div>
</section>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>