forked from steveseguin/social_stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTOS.html
More file actions
245 lines (205 loc) · 9.34 KB
/
Copy pathTOS.html
File metadata and controls
245 lines (205 loc) · 9.34 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
<!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</title>
<style>
:root {
--primary-color: #3498db;
--secondary-color: #2c3e50;
--accent-color: #e74c3c;
--text-color: #333;
--bg-color: #f9f9f9;
--container-bg: #fff;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: var(--text-color);
background-color: var(--bg-color);
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: var(--container-bg);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header {
background-color: var(--secondary-color);
color: white;
padding: 20px 0;
text-align: center;
}
header h1 {
margin: 0;
}
nav {
background-color: var(--primary-color);
padding: 10px 0;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
nav li {
margin: 0 15px;
}
nav a {
color: white;
text-decoration: none;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
section {
margin: 20px 0;
}
h2 {
color: var(--primary-color);
border-bottom: 2px solid var(--primary-color);
padding-bottom: 5px;
}
h3 {
color: var(--secondary-color);
}
a {
color: var(--primary-color);
}
a:hover {
text-decoration: none;
}
footer {
text-align: center;
margin-top: 30px;
padding: 20px 0;
background-color: var(--secondary-color);
color: white;
}
.darkmode {
--primary-color: #2980b9;
--secondary-color: #1a252f;
--accent-color: #c0392b;
--text-color: #f0f0f0;
--bg-color: #2c3e50;
--container-bg: #34495e;
}
#darkModeToggle {
position: fixed;
top: 20px;
right: 20px;
background-color: var(--secondary-color);
color: white;
border: none;
padding: 8px 12px;
border-radius: 5px;
cursor: pointer;
}
#jumpLinks {
background-color: var(--primary-color);
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
}
#jumpLinks a {
color: white;
margin-right: 15px;
text-decoration: none;
}
#jumpLinks a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.container {
padding: 10px;
}
nav ul {
flex-direction: column;
align-items: center;
}
nav li {
margin: 5px 0;
}
}
</style>
</head>
<body>
<button id="darkModeToggle">Toggle Dark Mode</button>
<header>
<h1>Terms of Service</h1>
</header>
<div class="container">
<div id="jumpLinks">
<a href="#youtube-terms">YouTube Terms</a>
<a href="#disclaimer">Disclaimer</a>
<a href="#data-usage">Data Usage</a>
<a href="#indemnification">Indemnification</a>
<a href="#no-warranty">No Warranty</a>
<a href="#changes">Changes</a>
<a href="#contact-info">Contact</a>
</div>
<section id="main">
<h2>Terms of Service</h2>
<p>By using this software (including the open-source repository, downloadable application, browser extension, and related services), you agree to the following terms and conditions.</p>
<h3 id="youtube-terms">YouTube-Specific Terms</h3>
<p>If you use any YouTube-related features of this software, you explicitly agree to be bound by the <a href="https://www.youtube.com/t/terms" target="_blank">YouTube Terms of Service</a>.</p>
<h3 id="disclaimer">Disclaimer of Liability</h3>
<p>Beyond the terms covered by the GPLv3.0 license, you understand that this software and service are provided free of charge. The maintainers, contributors, and service providers disclaim any and all liability for any issues or damages arising from the use of this software, including but not limited to:</p>
<ul>
<li>Service disruption or unavailability</li>
<li>Security flaws or vulnerabilities</li>
<li>Termination or suspension of accounts by third-party service providers</li>
<li>Use of third-party logos, brands, or icons that may violate the rights of third parties or their terms of service</li>
</ul>
<h3 id="data-usage">Data Usage and User Responsibility</h3>
<p>Users are solely responsible for their use of the software and services. This includes ensuring that their use complies with applicable laws and regulations, as well as the terms of service of any third-party services they interact with. Users must not use the software to pull, transmit, process, or store personal user data from third parties in a manner that violates those third parties' terms of service or applicable data protection laws.</p>
<p>The maintainers, contributors, and service providers strive to avoid collecting, storing, and processing personal user data, but no guarantees are offered. Services such as avatar image caching, Cloudflare analytics, social sign-in, and rate limiting tooling may collect, store, and process data as needed to provide the service. The maintainers, contributors, and service providers are not responsible for any accidental data collection, storage, or processing.</p>
<h3 id="indemnification">Indemnification</h3>
<p>By using this software, you agree to indemnify and hold harmless the maintainers, contributors, and service providers from any claims, damages, or liabilities arising from your use of the software, including but not limited to any legal issues resulting from:</p>
<ul>
<li>The use of third-party logos, brands, media, or icons</li>
<li>The collection, use, or transmission of personal user data in violation of third-party terms of service or applicable laws</li>
</ul>
<h3 id="no-warranty">No Warranty</h3>
<p>This software is provided "as-is," without any express or implied warranties, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement. The maintainers, contributors, and service providers do not guarantee that the software will be free from defects, errors, or security vulnerabilities.</p>
<h3 id="changes">Changes to Terms</h3>
<p>The maintainers reserve the right to modify these terms of service at any time. Users are encouraged to review the terms periodically for any changes. Continued use of the software and services after any changes constitutes acceptance of those changes.</p>
<h3 id="contact-info">Contact Information</h3>
<p>For terms of service-related inquiries, please contact:</p>
<p>Steve Seguin<br>
Email: <a href="mailto:steve@seguin.email">steve@seguin.email</a></p>
</section>
</div>
<footer>
<p>Social Stream Ninja - Terms of Service</p>
</footer>
<script>
document.getElementById('darkModeToggle').addEventListener('click', function() {
document.body.classList.toggle('darkmode');
});
const sections = document.querySelectorAll('h3');
function checkScroll() {
const scrollPosition = window.scrollY;
sections.forEach(section => {
const sectionTop = section.offsetTop;
const sectionHeight = section.offsetHeight;
if (scrollPosition >= sectionTop - 100 && scrollPosition < sectionTop + sectionHeight) {
const id = section.getAttribute('id');
document.querySelectorAll('#jumpLinks a').forEach(link => {
link.classList.remove('active');
});
document.querySelector(`#jumpLinks a[href="#${id}"]`).classList.add('active');
}
});
}
window.addEventListener('scroll', checkScroll);
</script>
</body>
</html>