-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
103 lines (93 loc) · 4.56 KB
/
Copy pathsupport.html
File metadata and controls
103 lines (93 loc) · 4.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support — Obelus</title>
<meta name="description" content="Get help with Obelus products, report a problem, or reach Obelus Technology Ltd.">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#090B12">
<link rel="canonical" href="https://obelus.fi/support">
<meta property="og:title" content="Support — Obelus">
<meta property="og:description" content="Get help with Obelus products, report a problem, or reach Obelus Technology Ltd.">
<meta property="og:url" content="https://obelus.fi/support">
<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">Help</p>
<h1>Support</h1>
<p class="updated">Obelus Technology Ltd — all products</p>
<p class="intro">We are a small team and we read everything. The fastest way to reach
us for any product — Guilds, Trioxide, Capsules, or anything else we ship — is
email.</p>
<h2>Contact</h2>
<p>Email <a href="mailto:support@obelus.fi">support@obelus.fi</a>. We aim to reply
within a few working days.</p>
<h2>Reporting a problem in Guilds</h2>
<p>To help us fix it quickly, include:</p>
<ul>
<li>your handle, and the guild where it happened;</li>
<li>what you did, what you expected, and what happened instead;</li>
<li>the platform you were on (web, iOS, or Android).</li>
</ul>
<p>You can report content and block members directly inside the app; reports made
in-app reach the same queue.</p>
<h2>Open-source projects</h2>
<p>For <a href="https://github.com/ObelusTechnology/trioxide" rel="noopener noreferrer">Trioxide</a>,
<a href="https://github.com/ObelusTechnology/capsules" rel="noopener noreferrer">Capsules</a>, and
<a href="https://github.com/ObelusTechnology/bun-cstruct" rel="noopener noreferrer">bun-cstruct</a>,
please open an issue on the project's GitHub repository — that keeps the discussion
where other users can find it.</p>
<h2>Security</h2>
<p>If you believe you have found a security vulnerability in any Obelus product,
email <a href="mailto:support@obelus.fi?subject=%5Bsecurity%5D">support@obelus.fi</a>
with <b>[security]</b> in the subject line. Please do not open a public issue for
security reports. We will acknowledge your report and keep you informed as we fix
it.</p>
<h2>Account and data</h2>
<p>To delete your account, see <a href="delete-account.html">account deletion</a>.
For data-protection requests, see the
<a href="privacy.html">Privacy Policy</a> and email
<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>