-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
423 lines (370 loc) · 13.9 KB
/
terms.html
File metadata and controls
423 lines (370 loc) · 13.9 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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Cookie Consent Script (must load before GA) -->
<script src="cookies.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-80XZVYXSQX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-80XZVYXSQX', {
'anonymize_ip': true,
'allow_google_signals': false
});
</script>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://www.google-analytics.com https://analytics.google.com https://www.googletagmanager.com; font-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FluidCast Terms of Service</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
background: #f7fafc;
color: #2d3748;
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
margin: 60px auto 40px auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(29,40,58,0.08);
padding: 2.5rem 2rem;
}
h1 {
font-size: 2.2rem;
margin-bottom: 1.5rem;
color: #293a4d;
}
h2 {
font-size: 1.3rem;
margin-top: 2rem;
color: #293a4d;
}
p, ul {
font-size: 1.05rem;
margin-bottom: 1.2rem;
}
ul {
padding-left: 1.2rem;
}
a {
color: #667eea;
text-decoration: underline;
}
.back-link {
display: inline-block;
margin-bottom: 2rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
}
.back-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<a href="index.html" class="back-link">← Back to Home</a>
<h1>Terms of Service</h1>
<p>Effective date: 20 October 2025</p>
<p>Welcome to FluidCast. By using our app and services, you agree to these Terms of Service.</p>
<h2>Acceptance of Terms</h2>
<p>By accessing or using FluidCast, you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree, please do not use our services.</p>
<h2>Use of Service</h2>
<ul>
<li>You must be at least 13 years old to use FluidCast.</li>
<li>You are responsible for maintaining the security of your account and password.</li>
<li>You agree to use FluidCast only for lawful purposes and in accordance with these Terms.</li>
<li>You may not use FluidCast to distribute malicious content or violate any applicable laws.</li>
</ul>
<h2>Account Registration</h2>
<p>To access certain features, you may need to create an account. You agree to provide accurate and complete information and to keep this information up to date.</p>
<h2>Premium Features</h2>
<p>Some features require a premium subscription. Subscription terms, pricing, and payment details will be provided within the app. Subscriptions may auto-renew unless cancelled.</p>
<h2>Content and Intellectual Property</h2>
<ul>
<li>FluidCast provides access to third-party podcast content. We do not own or control this content.</li>
<li>All FluidCast software, design, and branding are owned by FluidCast and protected by copyright and other intellectual property laws.</li>
<li>You may not copy, modify, distribute, or reverse engineer any part of FluidCast without permission.</li>
</ul>
<h2>User Conduct</h2>
<p>You agree not to:</p>
<ul>
<li>Violate any laws or regulations while using FluidCast</li>
<li>Attempt to gain unauthorized access to our systems or other users' accounts</li>
<li>Use automated systems to access FluidCast in a way that disrupts service</li>
<li>Harass, abuse, or harm other users</li>
</ul>
<h2>Disclaimers</h2>
<p>FluidCast is provided "as is" without warranties of any kind. We do not guarantee uninterrupted or error-free service. We are not responsible for third-party podcast content.</p>
<h2>Limitation of Liability</h2>
<p>To the fullest extent permitted by law, FluidCast shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of the service.</p>
<h2>Termination</h2>
<p>We reserve the right to suspend or terminate your access to FluidCast at any time for violation of these Terms or for any other reason.</p>
<h2>Changes to Terms</h2>
<p>We may update these Terms of Service from time to time. Changes will be posted on this page with the effective date. Continued use of FluidCast after changes constitutes acceptance of the updated Terms.</p>
<h2>Governing Law</h2>
<p>These Terms are governed by the laws of your jurisdiction. Any disputes shall be resolved in accordance with applicable law.</p>
<h2>Contact Us</h2>
<p>If you have any questions about these Terms of Service, please contact us at <a href="mailto:support@fluidcastapp.com">support@fluidcast.app</a>.</p>
</div>
<!-- Cookie Consent Dialog -->
<style>
/* Cookie Consent Styles - Bottom Banner */
#cookie-consent-dialog {
display: flex;
align-items: flex-end;
justify-content: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: transparent;
z-index: 9999;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
pointer-events: none;
}
#cookie-consent-dialog.hidden {
display: none;
}
.cookie-consent-box {
background: white;
border-radius: 12px 12px 0 0;
box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
max-width: 100%;
width: 100%;
max-height: 90vh;
overflow-y: auto;
animation: slideUp 0.3s ease-out;
pointer-events: auto;
}
@keyframes slideUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@media (min-width: 768px) {
.cookie-consent-box {
border-radius: 12px;
max-width: 600px;
width: auto;
max-height: auto;
margin-bottom: 20px;
margin-right: 20px;
align-self: flex-end;
}
}
/* Compact sizing for flatter appearance */
.cookie-content, .cookie-preferences {
padding: 24px; /* Reduced from 32px */
}
.cookie-preferences {
display: none;
}
.cookie-close-btn {
position: absolute;
top: 12px;
right: 12px;
background: none;
border: none;
font-size: 20px;
cursor: pointer;
color: #666;
}
.cookie-close-btn:hover {
color: #333;
}
.cookie-title {
font-size: 18px; /* Reduced from 24px */
font-weight: 600;
margin-top: 0;
margin-bottom: 8px; /* Reduced from 16px */
color: #1a1a1a;
}
.cookie-description {
font-size: 14px;
color: #555;
margin-bottom: 16px; /* Reduced from 24px */
line-height: 1.5;
}
.cookie-description a {
color: #2563eb;
text-decoration: none;
}
.cookie-description a:hover {
text-decoration: underline;
}
.cookie-toggle {
display: flex;
align-items: center;
margin-bottom: 16px; /* Reduced from 20px */
padding: 8px 0; /* Reduced from 12px */
}
.cookie-toggle input[type="checkbox"] {
width: 16px;
height: 16px;
margin-right: 10px;
cursor: pointer;
accent-color: #2563eb;
}
.cookie-toggle label {
flex: 1;
cursor: pointer;
font-size: 14px;
color: #333;
}
.cookie-toggle-description {
font-size: 13px;
color: #666;
margin-left: 26px;
margin-top: -6px;
margin-bottom: 10px;
}
.cookie-buttons {
display: flex;
gap: 12px;
margin-top: 20px; /* Reduced from 28px */
}
@media (max-width: 480px) {
.cookie-buttons {
flex-direction: column;
}
}
.cookie-btn {
flex: 1;
padding: 10px 16px; /* Reduced from 12px 20px */
border-radius: 6px;
border: none;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
}
.cookie-btn-accept {
background: #2563eb;
color: white;
}
.cookie-btn-accept:hover {
background: #1d4ed8;
}
.cookie-btn-reject {
background: #f3f4f6;
color: #333;
border: 1px solid #d1d5db;
}
.cookie-btn-reject:hover {
background: #e5e7eb;
}
.cookie-btn-settings {
background: transparent;
color: #2563eb;
border: 1px solid #2563eb;
}
.cookie-btn-settings:hover {
background: #f0f4ff;
}
.cookie-btn-save {
background: #2563eb;
color: white;
}
.cookie-btn-save:hover {
background: #1d4ed8;
}
.cookie-back-btn {
display: flex;
align-items: center;
background: none;
border: none;
color: #2563eb;
cursor: pointer;
font-size: 14px;
font-weight: 600;
margin-bottom: 16px;
padding: 0;
}
.cookie-back-btn:hover {
text-decoration: underline;
}
.cookie-back-btn::before {
content: "←";
margin-right: 8px;
}
</style>
<div id="cookie-consent-dialog">
<div class="cookie-consent-box">
<div id="cookie-content" class="cookie-content">
<h2 class="cookie-title">Cookie Preferences</h2>
<p class="cookie-description">
We use cookies and similar technologies to ensure you get the best experience on our website.
Please review our <a href="/privacy.html" target="_blank">privacy policy</a> and
<a href="/terms.html" target="_blank">terms of service</a> for more information.
</p>
<div class="cookie-buttons">
<button class="cookie-btn cookie-btn-reject" onclick="window.cookieConsent.rejectAll()">
Reject All
</button>
<button class="cookie-btn cookie-btn-settings" onclick="window.cookieConsent.openPreferences()">
Preferences
</button>
<button class="cookie-btn cookie-btn-accept" onclick="window.cookieConsent.acceptAll()">
Accept All
</button>
</div>
</div>
<div id="cookie-preferences" class="cookie-preferences">
<button class="cookie-back-btn" onclick="window.cookieConsent.closePreferences()">Back</button>
<h2 class="cookie-title">Cookie Preferences</h2>
<p class="cookie-description">
Manage your cookie preferences below. Essential cookies are always enabled as they are necessary for the website to function.
</p>
<div style="margin-bottom: 28px;">
<div class="cookie-toggle">
<input type="checkbox" disabled checked>
<label style="cursor: default;">Essential Cookies</label>
</div>
<div class="cookie-toggle-description">
Required for the website to function properly. Cannot be disabled.
</div>
<div class="cookie-toggle">
<input type="checkbox" id="cookie-analytics">
<label for="cookie-analytics">Analytics & Performance</label>
</div>
<div class="cookie-toggle-description">
Help us improve by understanding how you interact with our site using Google Analytics.
</div>
<div class="cookie-toggle">
<input type="checkbox" id="cookie-marketing">
<label for="cookie-marketing">Marketing</label>
</div>
<div class="cookie-toggle-description">
Used to deliver personalized advertisements and track campaign effectiveness.
</div>
</div>
<div class="cookie-buttons">
<button class="cookie-btn cookie-btn-reject" onclick="window.cookieConsent.rejectAll()">
Reject All
</button>
<button class="cookie-btn cookie-btn-save" onclick="window.cookieConsent.savePreferences()">
Save Preferences
</button>
</div>
</div>
</div>
</div>
</body>
</html>