-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
75 lines (65 loc) · 3.58 KB
/
Copy pathterms.html
File metadata and controls
75 lines (65 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms of service for danribes.github.io and Daniel Ribes' personal applications.">
<title>Terms of Service | Daniel Ribes</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;700&display=swap"
rel="stylesheet">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚡</text></svg>">
<style>
:root { color-scheme: light dark; }
body {
font-family: 'Inter', system-ui, sans-serif;
margin: 0;
background: #0f1420;
color: #e6e9f0;
line-height: 1.7;
}
main { max-width: 760px; margin: 0 auto; padding: 4rem 1.5rem; }
h1, h2 { font-family: 'Outfit', 'Inter', sans-serif; color: #ffffff; }
h1 { font-size: 2rem; margin-bottom: 0.25rem; }
h2 { font-size: 1.2rem; margin-top: 2.2rem; }
a { color: #7aa2ff; }
.muted { color: #9aa3b5; font-size: 0.9rem; }
.home { display: inline-block; margin-bottom: 2rem; text-decoration: none; font-weight: 600; }
</style>
</head>
<body>
<main>
<a class="home" href="/">← danribes.github.io</a>
<h1>Terms of Service</h1>
<p class="muted">Last updated: 2 September 2026</p>
<p>These terms cover the website <strong>danribes.github.io</strong> and the personal software
applications operated by Daniel Ribes under this domain, including tools that connect to
Google APIs using OAuth credentials associated with this domain (the
“Applications”).</p>
<h2>Scope of use</h2>
<p>The Applications are personal tools operated and used by their owner to manage the owner's
own accounts and content. They are provided for the owner's private use and are not offered
as a service to the public. Access by anyone other than the owner is not granted.</p>
<h2>Content on this website</h2>
<p>The content of this website is provided for informational purposes. It may be viewed and
linked to freely. Reuse of original content requires attribution.</p>
<h2>Third-party services</h2>
<p>The Applications use YouTube API Services and other Google APIs. Their use is additionally
governed by the <a href="https://www.youtube.com/t/terms" rel="noopener">YouTube Terms of
Service</a>, the <a href="https://policies.google.com/terms" rel="noopener">Google Terms of
Service</a>, and the <a href="https://policies.google.com/privacy" rel="noopener">Google
Privacy Policy</a>.</p>
<h2>No warranty</h2>
<p>The website and Applications are provided “as is”, without warranty of any kind.
To the maximum extent permitted by law, Daniel Ribes accepts no liability for any damages
arising from their use.</p>
<h2>Changes</h2>
<p>These terms may be updated at any time; the current version is always available at this
address.</p>
<h2>Contact</h2>
<p>Questions about these terms: <a href="mailto:danribes@gmail.com">danribes@gmail.com</a>.</p>
</main>
</body>
</html>