This repository was archived by the owner on Nov 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
353 lines (289 loc) · 14.4 KB
/
terms.html
File metadata and controls
353 lines (289 loc) · 14.4 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - SMPLTSK</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
.legal-content {
background: white;
border-radius: 20px;
padding: 60px;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 2px solid #667eea;
}
h1 {
color: #667eea;
font-size: 2.5em;
margin-bottom: 10px;
}
.tagline {
color: #764ba2;
font-size: 1.2em;
font-weight: 600;
margin-bottom: 10px;
}
.last-updated {
color: #666;
font-size: 0.9em;
font-style: italic;
}
h2 {
color: #667eea;
margin-top: 40px;
margin-bottom: 20px;
font-size: 1.8em;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
h3 {
color: #764ba2;
margin-top: 25px;
margin-bottom: 15px;
font-size: 1.3em;
}
p {
margin-bottom: 15px;
color: #555;
}
ul, ol {
margin-left: 30px;
margin-bottom: 15px;
}
li {
margin-bottom: 10px;
color: #555;
}
.highlight-box {
background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
border-left: 4px solid #667eea;
padding: 20px;
margin: 30px 0;
border-radius: 8px;
}
strong {
color: #333;
}
.back-link {
display: inline-block;
margin-top: 40px;
padding: 12px 30px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: 600;
transition: transform 0.3s ease;
}
.back-link:hover {
transform: translateY(-2px);
}
a {
color: #667eea;
}
@media (max-width: 768px) {
.legal-content {
padding: 30px 20px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
}
</style>
</head>
<body>
<div class="container">
<div class="legal-content">
<div class="header">
<h1>Terms of Service</h1>
<div class="tagline">Smarter. Simpler. Richer.</div>
<p class="last-updated">Last Updated: October 2025</p>
</div>
<div class="highlight-box">
<p><strong>Welcome to SMPLTSK!</strong> These Terms of Service govern your use of the SMPLTSK mobile application. By downloading, installing, or using SMPLTSK, you agree to these terms. Please read them carefully.</p>
</div>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using SMPLTSK ("the App"), you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree to these terms, please do not use the App.</p>
<h2>2. Description of Service</h2>
<p>SMPLTSK is a visual task management application that allows you to:</p>
<ul>
<li>Capture photos of tasks that need completion</li>
<li>Mark specific areas on photos using visual indicators</li>
<li>Organize and track tasks through visual reference</li>
<li>Store data locally on your device</li>
</ul>
<p>The App operates entirely on your device without requiring an account or internet connection.</p>
<h2>3. User Responsibilities</h2>
<h3>3.1 Acceptable Use</h3>
<p>You agree to use SMPLTSK only for lawful purposes and in accordance with these Terms. You must not:</p>
<ul>
<li>Use the App to photograph or document illegal activities</li>
<li>Capture images that violate others' privacy rights or intellectual property</li>
<li>Take photos on private property without permission</li>
<li>Use the App in ways that could harm, disable, or impair the App's functionality</li>
<li>Attempt to reverse engineer, decompile, or hack the App</li>
</ul>
<h3>3.2 Content Responsibility</h3>
<p>You are solely responsible for all photos, notes, and data you create using the App. You must ensure you have the right to photograph any subjects and locations you capture.</p>
<h3>3.3 Age Requirement</h3>
<p>You must be at least 13 years old to use SMPLTSK. If you are under 18, you must have parental or guardian consent to use the App.</p>
<h2>4. Privacy and Data</h2>
<h3>4.1 Local Storage</h3>
<p>All your data remains on your device. We do not collect, access, store, or transmit any of your photos, tasks, or personal information to our servers or any third parties.</p>
<h3>4.2 No Analytics</h3>
<p>We do not use analytics, tracking, or advertising services. Your usage of the App is completely private.</p>
<h3>4.3 Privacy Policy</h3>
<p>For detailed information about how the App handles data, please review our <a href="privacy.html">Privacy Policy</a>.</p>
<h2>5. Data Management and Backups</h2>
<h3>5.1 Your Responsibility</h3>
<p>Since all data is stored locally on your device, you are responsible for:</p>
<ul>
<li>Backing up your data using device backup services (iCloud, Google Drive, etc.)</li>
<li>Understanding that uninstalling the App will delete all data</li>
<li>Protecting your device from loss, theft, or damage</li>
</ul>
<h2>5. Privacy and Data</h2>
<h3>5.1 Your Data Stays With You</h3>
<p>As detailed in our <a href="privacy.html">Privacy Policy</a>, all photos, tasks, and project data are stored exclusively on your device. We do not collect, store, or have access to your content.</p>
<h3>5.2 Data Deletion</h3>
<p>You have complete control over your data. You can delete individual tasks, clear all data, or uninstall the app at any time. For detailed instructions, see our <a href="data-deletion.html">Data Deletion Guide</a>.</p>
<h3>5.2 No Cloud Storage</h3>
<p>We do not provide cloud backup or storage services. Data loss due to device issues, app deletion, or device replacement is your responsibility.</p>
<h3>5.3 Data Deletion</h3>
<p>You can delete all data at any time by uninstalling the App or using the in-app data deletion feature.</p>
<h2>6. Intellectual Property</h2>
<h3>6.1 Our Rights</h3>
<p>SMPLTSK, including its name, logo, design, features, code, and documentation, is owned by us and protected by copyright, trademark, and other intellectual property laws.</p>
<h3>6.2 Your Content</h3>
<p>You retain all rights to photos, notes, and data you create using the App. We claim no ownership or rights to your content.</p>
<h3>6.3 License to Use</h3>
<p>We grant you a limited, non-exclusive, non-transferable, revocable license to use SMPLTSK for personal or business purposes in accordance with these Terms.</p>
<h2>7. Updates and Modifications</h2>
<h3>7.1 App Updates</h3>
<p>We may release updates to:</p>
<ul>
<li>Fix bugs and improve performance</li>
<li>Add new features</li>
<li>Enhance security</li>
<li>Ensure compatibility with new device operating systems</li>
</ul>
<p>While updates are provided free of charge, we recommend keeping the App updated for the best experience.</p>
<h3>7.2 Changes to Terms</h3>
<p>We reserve the right to modify these Terms at any time. We will notify users of significant changes through:</p>
<ul>
<li>In-app notifications</li>
<li>Updates to this page with a new "Last Updated" date</li>
<li>Email (if you've provided contact information)</li>
</ul>
<p>Continued use of the App after changes constitutes acceptance of the new Terms.</p>
<h3>7.3 Feature Changes</h3>
<p>We may modify, suspend, or discontinue any feature at any time. We'll provide reasonable notice of significant changes when possible.</p>
<h2>8. Disclaimers and Limitations of Liability</h2>
<h3>8.1 "As-Is" Provision</h3>
<p>SMPLTSK is provided "AS-IS" and "AS-AVAILABLE" without warranties of any kind, either express or implied, including but not limited to:</p>
<ul>
<li>Warranties of merchantability</li>
<li>Fitness for a particular purpose</li>
<li>Non-infringement</li>
<li>Uninterrupted or error-free operation</li>
</ul>
<h3>8.2 No Guarantee</h3>
<p>While we strive for reliability and quality, we do not guarantee that:</p>
<ul>
<li>The App will be free from bugs or errors</li>
<li>Data will never be lost or corrupted</li>
<li>The App will work on all devices or with all operating system versions</li>
<li>Features will remain unchanged</li>
</ul>
<h3>8.3 Limitation of Liability</h3>
<p>To the maximum extent permitted by law, we shall not be liable for any:</p>
<ul>
<li>Indirect, incidental, special, consequential, or punitive damages</li>
<li>Loss of profits, data, or business opportunities</li>
<li>Damages resulting from your use or inability to use the App</li>
<li>Data loss or corruption</li>
<li>Device damage</li>
</ul>
<p>In no event shall our total liability exceed the amount you paid for the App (if applicable).</p>
<h3>8.4 User Assumption of Risk</h3>
<p>You assume all risk associated with using the App, including reliance on the App for critical tasks or time-sensitive activities.</p>
<h2>9. Termination</h2>
<h3>9.1 Your Right to Terminate</h3>
<p>You may stop using the App at any time by uninstalling it from your device.</p>
<h3>9.2 Our Right to Terminate</h3>
<p>We reserve the right to:</p>
<ul>
<li>Discontinue the App at any time</li>
<li>Remove the App from app stores</li>
<li>Stop providing updates or support</li>
</ul>
<p>We will provide reasonable notice when possible, but are not obligated to do so.</p>
<h2>10. Indemnification</h2>
<p>You agree to indemnify and hold harmless SMPLTSK, its developers, and affiliates from any claims, damages, losses, or expenses (including legal fees) arising from:</p>
<ul>
<li>Your use of the App</li>
<li>Your violation of these Terms</li>
<li>Your violation of any rights of another party</li>
<li>Content you create using the App</li>
</ul>
<h2>11. Governing Law and Disputes</h2>
<h3>11.1 Governing Law</h3>
<p>These Terms are governed by the laws of Victoria, Australia, without regard to conflict of law principles.</p>
<h3>11.2 Dispute Resolution</h3>
<p>Any disputes arising from these Terms or your use of the App shall be resolved through:</p>
<ol>
<li>Good faith negotiation between parties</li>
<li>Mediation if negotiation fails</li>
<li>Binding arbitration or courts in Victoria, Australia if mediation fails</li>
</ol>
<h2>12. Miscellaneous</h2>
<h3>12.1 Entire Agreement</h3>
<p>These Terms, together with our Privacy Policy, constitute the entire agreement between you and SMPLTSK.</p>
<h3>12.2 Severability</h3>
<p>If any provision of these Terms is found to be unenforceable, the remaining provisions will remain in full effect.</p>
<h3>12.3 No Waiver</h3>
<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights.</p>
<h3>12.4 Assignment</h3>
<p>You may not assign or transfer these Terms without our written consent. We may assign our rights and obligations without restriction.</p>
<h2>13. Contact Information</h2>
<p>For questions, concerns, or notices regarding these Terms:</p>
<p>
<strong>Email:</strong> legal@smpltsk.com<br>
<strong>Support:</strong> support@smpltsk.com<br>
<strong>Website:</strong> https://smpltsk.com<br>
<strong>Location:</strong> Melbourne, Victoria, Australia
</p>
<div class="highlight-box" style="margin-top: 50px;">
<p><strong>By using SMPLTSK, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service and our Privacy Policy.</strong></p>
<p style="margin-top: 15px; margin-bottom: 0;"><em>It really should be a SMPLTSK.</em></p>
</div>
<a href="index.html" class="back-link">← Back to Home</a>
</div>
</div>
</body>
</html>