-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
102 lines (91 loc) · 4.55 KB
/
Copy pathterms.html
File metadata and controls
102 lines (91 loc) · 4.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms of Service — Obelus</title>
<meta name="description" content="Terms of Service for Obelus Technology Ltd products, including the Guilds app.">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#090B12">
<link rel="canonical" href="https://obelus.fi/terms">
<meta property="og:title" content="Terms of Service — Obelus">
<meta property="og:description" content="Terms of Service for Obelus Technology Ltd products, including the Guilds app.">
<meta property="og:url" content="https://obelus.fi/terms">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Obelus Technology Ltd">
<meta property="og:image" content="https://obelus.fi/og.png">
<meta property="og:image:width" content="2400">
<meta property="og:image:height" content="1260">
<meta property="og:image:alt" content="Obelus — Reliable solutions for a connected world">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://obelus.fi/og.png">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1760 1760'><rect width='1760' height='1760' fill='black'/><path d='M1760 880H880L1123 563H1760V880Z' fill='%23EDEEF0'/><path d='M0 880H880L637 1197H0V880Z' fill='%23EDEEF0'/></svg>">
<link rel="stylesheet" href="pages.css">
</head>
<body>
<header class="nav">
<div class="wrap nav-in">
<a class="mark" href="index.html">
<svg class="glyph" viewBox="0 563 1760 634" aria-hidden="true" focusable="false"><path d="M1760 880H880L1123 563H1760V880Z"/><path d="M0 880H880L637 1197H0V880Z"/></svg>
<span>Obelus</span>
</a>
<a class="back" href="index.html">← Back to obelus.fi</a>
</div>
</header>
<main>
<div class="wrap">
<article class="pane doc">
<p class="t-label">Legal</p>
<h1>Terms of Service</h1>
<p class="updated">Last updated: 2026-08-07</p>
<p class="intro">These terms govern your use of Obelus. By creating an account or using
the service you agree to them.</p>
<h2>Your account</h2>
<p>You are responsible for activity on your account and for keeping your sign-in
credentials (passkeys) secure. You must be old enough to form a binding contract
where you live.</p>
<p>You may delete your account at any time from Settings; deletion is permanent.
See <a href="delete-account.html">how account deletion works</a>.</p>
<h2>Acceptable use</h2>
<p>You may not post unlawful, harassing, hateful, or infringing content, impersonate
others, or attempt to disrupt or reverse-engineer the service.</p>
<p>We may remove content and suspend or terminate accounts that violate these terms.</p>
<h2>User content and moderation</h2>
<p>You retain ownership of what you post, and grant us a licence to host and display
it to operate the service. You are responsible for content you post.</p>
<p>You can report content and block other users from within the app. We review
reports and act on violations.</p>
<h2>Virtual currency and purchases</h2>
<p>Gold is a virtual, in-app currency with no cash value. It cannot be exchanged for
money and is non-refundable except where required by law or the applicable app
store's rules.</p>
<p>Purchases made through the Apple App Store or Google Play are also subject to
those stores' terms.</p>
<h2>Availability</h2>
<p>The service is provided “as is” without warranties. We may change, suspend, or
discontinue features. We are not liable for indirect or consequential damages to
the extent the law allows.</p>
<h2>Changes and contact</h2>
<p>We may update these terms; continued use after a change means you accept it.
Questions: <a href="mailto:support@obelus.fi">support@obelus.fi</a>.</p>
</article>
</div>
</main>
<footer>
<div class="wrap">
<nav class="foot-links" aria-label="Footer">
<a href="index.html">Home</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="support.html">Support</a>
<a href="delete-account.html">Delete account</a>
</nav>
<p class="registered">
Obelus Technology Ltd is a private limited company registered in England and Wales,
company number <b>17397142</b>. Registered office: Office 20685, 182-184 High Street
North, East Ham, London E6 2JA.
</p>
</div>
</footer>
</body>
</html>