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:
parent
dba0b18bc8
commit
1b9440a26d
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Contact -->
|
||||
<!-- Version: 7.0.0-alpha.1 -->
|
||||
<!-- Version: 7.0.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -51,11 +51,17 @@
|
||||
for each contact method to verify my devices.</strong></p>
|
||||
<p>Note: Verification does not verify a person, only their devices,
|
||||
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/>
|
||||
+447549902964</p>
|
||||
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/>XMPP<br/>
|
||||
inference@inferencium.net (Main) -
|
||||
(<a href="key.xhtml#xmpp-inferencium">Key</a>)</p>
|
||||
<p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/>Signal
|
||||
<ul>
|
||||
<li>+447549902964</li>
|
||||
</ul>
|
||||
</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 id="e2ee-metadatafree">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 6.0.0-alpha.1 -->
|
||||
<!-- Version: 6.0.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
4
main.css
4
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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user