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 -->

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;
} }