-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
54 lines (45 loc) · 2.3 KB
/
terms.html
File metadata and controls
54 lines (45 loc) · 2.3 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
<!DOCTYPE HTML>
<html>
<head>
<title>Terms of Service - 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>Terms of Service</h1>
<p>Last updated: December 20, 2024</p>
<p>By using the TalkBlock web app at <strong>https://app.talkblock.com</strong>, you agree to these Terms of Service. If you do not agree, please do not use our service.</p>
<h2>1. Use of Service</h2>
<p>You may use the service only for lawful purposes and in accordance with these Terms.</p>
<h2>2. Account Registration</h2>
<p>You may need to register using your Google account. You are responsible for maintaining the confidentiality of your credentials.</p>
<h2>3. User Content</h2>
<p>Any content you submit remains yours. However, you grant us the right to use it for delivering the service.</p>
<h2>4. Termination</h2>
<p>We may suspend or terminate your access if you violate these terms or misuse the platform.</p>
<h2>5. Disclaimer</h2>
<p>We provide the service "as is" without warranties of any kind. We are not liable for any damages arising from your use of the service.</p>
<h2>6. Changes to Terms</h2>
<p>We may update these terms occasionally. Continued use of the service means you accept the changes.</p>
<h2>Contact</h2>
<p>If you have any questions about these Terms, contact 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>