Add HTML sections.

This commit is contained in:
inference 2023-06-12 13:45:11 +01:00
parent ffbb14211d
commit 2d83468ee2
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 5.2.0.38 -->
<!-- Version: 5.2.0.39 -->
<html>
@ -30,6 +30,7 @@
</div>
<body>
<h1>Contact</h1>
<section>
<!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2>
@ -46,6 +47,8 @@
</ul>
<!--<li><a href="#non-private" class="body-link">Non-private Contact Methods</a></li>-->
</ul>
</section>
<section>
<!-- Place end-to-end encrypted contact methods here -->
<!-- Contacts should be encouraged to use these contact methods -->
<h2 id="notes"><a href="#notes" class="h2"
@ -55,6 +58,8 @@
methods</li>
<li>I have phased out usage of email, including TLS-encrypted email</li>
</ul>
</section>
<section>
<h2 id="e2ee"><a href="#e2ee" class="h2"
>End-to-end Encrypted Contact Methods</a></h2>
<br>
@ -96,11 +101,14 @@
width="40px" height="40px"/> Briar<br>
<br>
Unavailable</p><br>
<!-- Place non-private contact methods here -->
</section>
<!--<section>
Place non-private contact methods here -->
<!-- Clarify that these contact methods are for public contact only -->
<!--<h2 id="non-private"><a href="#non-private" 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>-->
groups. Do not use these methods if confidentiality and/or privacy is required.</p>
</section>-->
</body>
</html>