website/contact.html

85 lines
2.9 KiB
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Contact -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.3.0.7 -->
2022-06-27 00:35:36 +01:00
<html>
2022-06-27 00:35:36 +01:00
<head>
<title>Inferencium - Contact</title>
<link rel="stylesheet" href="inf.css">
2022-06-27 00:35:36 +01:00
</head>
<!-- Navigation bar. -->
2022-10-29 01:30:35 +01:00
<div class="sidebar">
2022-11-29 05:15:20 +00:00
<img src="img/logo-inferencium-no_text.png" width="110px" height="110px">
<a class="title">Inferencium</a><br>
<br>
<br>
<div><a href="about.html">About</a></div>
<div><a href="contact.html">Contact</a></div>
<div><a href="blog.html">Blog</a></div>
<div><a href="source.html">Source</a></div>
2022-10-29 01:30:35 +01:00
</div>
2022-06-27 00:35:36 +01:00
<body>
<h1>Contact</h1>
<br>
<!-- Place end-to-end encrypted contact methods here. -->
<!-- Contacts should be encouraged to use these contact methods. -->
<h2>End-to-end Encrypted Contact Methods</h2>
<br>
<h3>Preferred</h3>
<p>Whenever possible, use the following contact methods;
they allow verification to mitigate man-in-the-middle attacks,
2022-11-14 11:44:55 +00:00
have high security, and reasonable privacy.<br>
<br>
2022-11-14 11:46:43 +00:00
<p>Use the keys for each contact method to verify my devices.<br>
Note: Verification does not verify a person, only their devices,
and can be defeated via coercion or other force.</p>
<br>
<p><img class="logo-small" src="img/logo-signal.png" width="40px" height="40px"/>
<a class="body-link" href="contact/signal.html">Signal</a><p>
<p><img class="logo-small" src="img/logo-xmpp.png" width="40px" height="40px"/>
<a class="body-link" href="contact/xmpp.html">XMPP</a><p>
2022-10-30 00:03:21 +01:00
<br>
<br>
<!-- Place metadata-free contact methods here. -->
<!-- Clarify that preferred methods should be used whenever possible. -->
<h3>Metadata-free</h3>
<p>If metadata leakage is an issue for you, you can use the following
2022-11-09 03:55:33 +00:00
contact methods.<br>
<br>
2022-11-09 03:56:15 +00:00
Note: These services do not have verification
2022-11-09 03:55:33 +00:00
functionality and will be treated as less secure;
<strong>unless you really
need to use these services, use a preferred method instead.</strong></p>
<br>
<p><img class="logo-small" src="img/logo-briar.png" width="40px" height="40px"/>
<a class="body-link" href="contact/briar.html">Briar</a></p>
<p><img class="logo-small" src="img/logo-session.png" width="40px" height="40px"/>
<a class="body-link" href="contact/session.html">Session</a></p>
<br>
<br>
<br>
<!-- Place non-private contact methods here. -->
<!-- Clarify that these contact methods are for public contact only. -->
2022-10-30 00:03:21 +01:00
<h2>Non-private Contact Methods</h2>
<p>The following contact methods do not utilise end-to-end encryption,
or I do not use such functionality; they are suitable for public contact
only, including directly and groups. Do not use these methods if
confidentiality and/or privacy is required.</p>
<br>
<p><img class="logo-small" src="img/logo-pleroma.png" width="40px" height="40px"/>
<a class="body-link" href="https://plr.inferencium.net/inference/">Fediverse</a></p>
<br>
<br>
2022-06-27 00:35:36 +01:00
</body>
2022-06-27 00:35:36 +01:00
</html>