Rearrange class to be final component of links and sources.
This commit is contained in:
parent
e600ac7b66
commit
8f1c431826
20
contact.html
20
contact.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||||
|
|
||||||
<!-- Version: 4.0.0.24 -->
|
<!-- Version: 4.0.0.25 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -42,12 +42,12 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="#notes" class="body-link"
|
<li><a href="#notes" class="body-link"
|
||||||
>Notes</a></li>
|
>Notes</a></li>
|
||||||
<li><a class="body-link" href="#e2ee"
|
<li><a href="#e2ee" class="body-link"
|
||||||
>End-to-end encrypted contact methods</a></li>
|
>End-to-end encrypted contact methods</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="body-link" href="#e2ee-pref"
|
<li><a href="#e2ee-pref" class="body-link"
|
||||||
>Preferred</a></li>
|
>Preferred</a></li>
|
||||||
<li><a class="body-link" href="#e2ee-metadata"
|
<li><a href="#e2ee-metadata" class="body-link"
|
||||||
>Metadata-free</a></li>
|
>Metadata-free</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
@ -78,20 +78,20 @@
|
|||||||
privacy.<br>
|
privacy.<br>
|
||||||
<br>
|
<br>
|
||||||
<p><strong>Use the
|
<p><strong>Use the
|
||||||
<a class="body-link" href="key.html"
|
<a href="key.html" class="body-link"
|
||||||
>keys</a> for each contact method to verify my devices.</strong><br>
|
>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
|
Note: Verification does not verify a person, only their devices, and can be
|
||||||
defeated via coercion or other force.</p>
|
defeated via coercion or other force.</p>
|
||||||
<br>
|
<br>
|
||||||
<p><img class="logo-small" src="asset/img/logo-signal.png"
|
<p><img src="asset/img/logo-signal.png" class="logo-small"
|
||||||
width="40px" height="40px"/> Signal<br>
|
width="40px" height="40px"/> Signal<br>
|
||||||
<br>
|
<br>
|
||||||
+447549902964<p><br>
|
+447549902964<p><br>
|
||||||
<p><img class="logo-small" src="asset/img/logo-xmpp.png"
|
<p><img src="asset/img/logo-xmpp.png" class="logo-small"
|
||||||
width="40px" height="40px"/> XMPP<br>
|
width="40px" height="40px"/> XMPP<br>
|
||||||
<br>
|
<br>
|
||||||
inference@inferencium.net
|
inference@inferencium.net
|
||||||
(<a class="body-link" href="key/xmpp.html"
|
(<a href="key/xmpp.html" class="body-link"
|
||||||
>Key</a>)<p>
|
>Key</a>)<p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -104,11 +104,11 @@
|
|||||||
Note: These services do not have verification functionality and will be treated as less secure; <strong>unless
|
Note: 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>
|
you really need to use these services, use a preferred method instead.</strong></p>
|
||||||
<br>
|
<br>
|
||||||
<p><img class="logo-small" src="asset/img/logo-briar.png"
|
<p><img src="asset/img/logo-briar.png" class="logo-small"
|
||||||
width="40px" height="40px"/> Briar<br>
|
width="40px" height="40px"/> Briar<br>
|
||||||
<br>
|
<br>
|
||||||
Unavailable</p><br>
|
Unavailable</p><br>
|
||||||
<p><img class="logo-small" src="asset/img/logo-session.png"
|
<p><img src="asset/img/logo-session.png" class="logo-small"
|
||||||
width="40px" height="40px"/> Session<br>
|
width="40px" height="40px"/> Session<br>
|
||||||
<br>
|
<br>
|
||||||
Unavailable</p>
|
Unavailable</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user