website/contact.html
inference 78c3e4d562
Close tags without an end tag
Closing tags which don't have an end tag provides more correctness for
XML and XHTML tools, and is not against HTML standards despite closing
such tags not being mandatory in HTML.
2023-11-16 16:42:54 +00:00

88 lines
3.7 KiB
HTML

<!DOCTYPE html>
<!-- Inferencium - Website - Contact -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 6.2.0-alpha.18 -->
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Inferencium - Contact</title>
<link rel="stylesheet" href="main.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<nav>
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.html" class="title">Inferencium</a></div>
<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="documentation.html">Documentation</a></div>
<div><a href="source.html">Source</a></div>
<div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div>
</nav>
<h1>Contact</h1>
<nav id="toc">
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
<ul>
<li><a href="#e2ee">End-to-end encrypted contact methods</a></li>
<ul>
<li><a href="#e2ee-preferred">Preferred</a></li>
<!--<li><a href="#e2ee-metadatafree">Metadata-free</a></li>-->
</ul>
<!--<li><a href="#non-private" class="body-link">Non-private Contact Methods</a></li>-->
</ul>
</nav>
<section id="e2ee">
<h2 id="e2ee"><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2>
<section id="e2ee-preferred">
<h3 id="e2ee-preferred"><a href="#e2ee-preferred">Preferred</a></h3>
<p>Whenever possible, use the following contact methods; they
allow verification to mitigate man-in-the-middle attacks, have
high security, and reasonable privacy.</p>
<p><strong>Use the
<a href="key.html">keys</a>
for each contact method to verify my devices.</strong><br>
Note: Verification does not verify a person, only their devices,
and can be defeated via coercion or other force.</p>
<p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/> Signal<br>
<br>
+447549902964<p>
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/> XMPP<br>
<br>
inference@inferencium.net (Main) -
(<a href="key.html#xmpp-inferencium">Key</a>)<br>
<br>
inference@notyour.chat (Backup) -
(<a href="key.html#xmpp-notyourchat">Key</a>)</p>
</section>
<!--
<section id="e2ee-metadatafree">
<h3 id="e2ee-metadatafree"><a href="#e2ee-metadatafree">Metadata-free</a></h3>
<p>If metadata leakage is an issue for you, you can use the
following contact methods.</p>
<p>These services do not have verification functionality and
will be treated as less secure; <strong>unless you really need
to use these services, use a preferred method
instead.</strong></p>
</section>
-->
</section>
<!--
<section id="nonprivate">
<h2 id="nonprivate"><a href="#nonprivate" class="h2">Non-private Contact Methods</a></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>
</section>
-->
</body>
</html>