From 1b9440a26d458ba23352c5b79fdfdfe08a7821dc Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Jan 2024 04:28:22 +0000 Subject: [PATCH] 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. --- contact.xhtml | 18 ++++++++++++------ key.xhtml | 4 ++-- main.css | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/contact.xhtml b/contact.xhtml index bf191d9..edb3a54 100644 --- a/contact.xhtml +++ b/contact.xhtml @@ -1,7 +1,7 @@ - + @@ -51,11 +51,17 @@ for each contact method to verify my devices.

Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other force.

-

Signal
- +447549902964

-

XMPP
- inference@inferencium.net (Main) - - (Key)

+

Signal +

+

+

XMPP +

+

- + @@ -59,7 +59,7 @@

End-to-end Encrypted Contact Methods

-

XMPP

+

XMPP

Updated: 2023-01-13 (UTC+00:00)

Whenever possible, open the links to pin the fingerprints directly from this webpage. If that is not possible, manually verify the diff --git a/main.css b/main.css index 99683a7..c0958c4 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 11.3.0-alpha.1 */ +/* Version: 11.3.0-alpha.2 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -205,7 +205,7 @@ td.red { /* Image */ img.logo-small { transform: translate(0px, 13px); - padding: 15px; + margin-right: 15px; }