Update Contact webpage from version 5.1.0.35 to 5.2.0.39.
This commit is contained in:
parent
db2ad1b2ec
commit
b4230e8ac5
46
contact.html
46
contact.html
@ -5,17 +5,15 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.1.0.35 -->
|
<!-- Version: 5.2.0.39 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Contact</title>
|
<title>Inferencium - Contact</title>
|
||||||
<link rel="stylesheet" href="inf.css">
|
<link rel="stylesheet" href="inf.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png"
|
<img src="asset/img/logo-inferencium-no_text.png"
|
||||||
@ -30,13 +28,9 @@
|
|||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<br>
|
<section>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Table of contents -->
|
<!-- Table of contents -->
|
||||||
<h2 id="toc"><a href="#toc" class="h2"
|
<h2 id="toc"><a href="#toc" class="h2"
|
||||||
>Table of Contents<a/></h2>
|
>Table of Contents<a/></h2>
|
||||||
@ -51,13 +45,10 @@
|
|||||||
<li><a href="#e2ee-metadata" class="body-link"
|
<li><a href="#e2ee-metadata" class="body-link"
|
||||||
>Metadata-free</a></li>
|
>Metadata-free</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#non-private" class="body-link"
|
<!--<li><a href="#non-private" class="body-link">Non-private Contact Methods</a></li>-->
|
||||||
>Non-private Contact Methods</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
</section>
|
||||||
<br>
|
<section>
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Place end-to-end encrypted contact methods here -->
|
<!-- Place end-to-end encrypted contact methods here -->
|
||||||
<!-- Contacts should be encouraged to use these contact methods -->
|
<!-- Contacts should be encouraged to use these contact methods -->
|
||||||
<h2 id="notes"><a href="#notes" class="h2"
|
<h2 id="notes"><a href="#notes" class="h2"
|
||||||
@ -67,10 +58,8 @@
|
|||||||
methods</li>
|
methods</li>
|
||||||
<li>I have phased out usage of email, including TLS-encrypted email</li>
|
<li>I have phased out usage of email, including TLS-encrypted email</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
</section>
|
||||||
<br>
|
<section>
|
||||||
<br>
|
|
||||||
|
|
||||||
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
||||||
>End-to-end Encrypted Contact Methods</a></h2>
|
>End-to-end Encrypted Contact Methods</a></h2>
|
||||||
<br>
|
<br>
|
||||||
@ -112,25 +101,14 @@
|
|||||||
width="40px" height="40px"/> Briar<br>
|
width="40px" height="40px"/> Briar<br>
|
||||||
<br>
|
<br>
|
||||||
Unavailable</p><br>
|
Unavailable</p><br>
|
||||||
<br>
|
</section>
|
||||||
<br>
|
<!--<section>
|
||||||
|
Place non-private contact methods here -->
|
||||||
<!-- Place non-private contact methods here -->
|
|
||||||
<!-- Clarify that these contact methods are for public contact only -->
|
<!-- Clarify that these contact methods are for public contact only -->
|
||||||
<h2 id="non-private"><a href="#non-private" class="h2"
|
<!--<h2 id="non-private"><a href="#non-private" class="h2">Non-private Contact Methods</a></h2>
|
||||||
>Non-private Contact Methods</a></h2>
|
|
||||||
<p>The following contact methods do not utilise end-to-end encryption, or I do not use
|
<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
|
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>
|
groups. Do not use these methods if confidentiality and/or privacy is required.</p>
|
||||||
<br>
|
</section>-->
|
||||||
<p><img src="asset/img/logo-pleroma.png" class="logo-small"
|
|
||||||
width="40px" height="40px"/> Fediverse<br>
|
|
||||||
<br>
|
|
||||||
<a href="https://plm.inferencium.net/inference" class="body-link"
|
|
||||||
>@inference@plm.inferencium.net</a></p>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user