Improve contact and key information

Improve spacing around `img.logo-small` CSS class, and switch to
bullet lists for contact information to allow multiple addresses etc per
contact method.
This commit is contained in:
inference 2024-01-13 04:28:22 +00:00
parent dba0b18bc8
commit 1b9440a26d
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
3 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Contact --> <!-- Inferencium - Website - Contact -->
<!-- Version: 7.0.0-alpha.1 --> <!-- Version: 7.0.0-alpha.2 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -51,11 +51,17 @@
for each contact method to verify my devices.</strong></p> for each contact method to verify my devices.</strong></p>
<p>Note: Verification does not verify a person, only their devices, <p>Note: Verification does not verify a person, only their devices,
and can be defeated via coercion or other force.</p> 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/> <p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/>Signal
+447549902964</p> <ul>
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/>XMPP<br/> <li>+447549902964</li>
inference@inferencium.net (Main) - </ul>
(<a href="key.xhtml#xmpp-inferencium">Key</a>)</p> </p>
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/>XMPP
<ul>
<li>inference@inferencium.net (Main) -
(<a href="key.xhtml#xmpp-inferencium">Key</a>)</li>
</ul>
</p>
</section> </section>
<!-- <!--
<section id="e2ee-metadatafree"> <section id="e2ee-metadatafree">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Key --> <!-- Inferencium - Website - Key -->
<!-- Version: 6.0.0-alpha.1 --> <!-- Version: 6.0.0-alpha.2 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -59,7 +59,7 @@
</section> </section>
<section id="e2ee"> <section id="e2ee">
<h2 id="e2ee"><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2> <h2 id="e2ee"><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2>
<h3 id="xmpp"><a href="#xmpp"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40px" height="40px"/> XMPP</a></h3> <h3 id="xmpp"><a href="#xmpp"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40px" height="40px"/>XMPP</a></h3>
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p> <p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
<p>Whenever possible, open the links to pin the fingerprints directly <p>Whenever possible, open the links to pin the fingerprints directly
from this webpage. If that is not possible, manually verify the from this webpage. If that is not possible, manually verify the

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 11.3.0-alpha.1 */ /* Version: 11.3.0-alpha.2 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -205,7 +205,7 @@ td.red {
/* Image */ /* Image */
img.logo-small { img.logo-small {
transform: translate(0px, 13px); transform: translate(0px, 13px);
padding: 15px; margin-right: 15px;
} }