Update webpage "Key" from version "6.0.0-beta.1" to "7.0.0-beta.1"
This commit is contained in:
parent
26a8d725e3
commit
26cbf007bd
24
key.xhtml
24
key.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 6.0.0-beta.1 -->
|
||||
<!-- Version: 7.0.0-beta.1 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,20 +16,20 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110" height="110" alt="Inferencium logo"/></a></div>
|
||||
<div><a href="index.xhtml" class="title">Inferencium</a></div>
|
||||
<div><a href="about.xhtml">About</a></div>
|
||||
<div><a href="contact.xhtml">Contact</a></div>
|
||||
<div><a href="blog.xhtml">Blog</a></div>
|
||||
<div><a href="documentation.xhtml">Documentation</a></div>
|
||||
<div><a href="source.xhtml">Source</a></div>
|
||||
<div><a href="key.xhtml">Key</a></div>
|
||||
<div><a href="changelog.xhtml">Changelog</a></div>
|
||||
<div><a href="blog.xhtml">Blog</a></div>
|
||||
<div><a href="contact.xhtml">Contact</a></div>
|
||||
<div><a href="directory.xhtml">Directory</a></div>
|
||||
<div><a href="key.xhtml">Key</a></div>
|
||||
</nav>
|
||||
<h1>Key</h1>
|
||||
<nav id="toc">
|
||||
<h2 id="toc"><a href="#toc">Table of Contents</a></h2>
|
||||
<h2><a href="#toc">Table of Contents</a></h2>
|
||||
<ul>
|
||||
<li><a href="#notes">Notes</a></li>
|
||||
<li><a href="#e2ee">End-to-end Encrypted Contact Methods</a></li>
|
||||
@ -66,7 +66,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
<section id="notes">
|
||||
<h2 id="notes"><a href="#notes">Notes</a></h2>
|
||||
<h2><a href="#notes">Notes</a></h2>
|
||||
<ul>
|
||||
<li>You can also find my keys on
|
||||
<a href="https://github.com/inferenceus/key">GitHub</a>
|
||||
@ -78,10 +78,10 @@
|
||||
</ul>
|
||||
</section>
|
||||
<section id="e2ee">
|
||||
<h2 id="e2ee"><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2>
|
||||
<h2><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2>
|
||||
<section id="xmpp">
|
||||
<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>
|
||||
<h3><a href="#xmpp"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40" height="40" alt="XMPP logo"/>XMPP</a></h3>
|
||||
<p class="update_date">Updated: 2023-10-16 (UTC+00:00)</p>
|
||||
<p>Whenever possible, open the links to pin the fingerprints directly
|
||||
from this webpage; if that is not possible, manually verify the
|
||||
fingerprints.</p>
|
||||
@ -101,9 +101,9 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="file_git_signing">
|
||||
<h2 id="file_git_signing"><a href="#file_git_signing">File/Git Signing</a></h2>
|
||||
<h2><a href="#file_git_signing">File/Git Signing</a></h2>
|
||||
<section id="ssh">
|
||||
<h3 id="ssh"><a href="#ssh">SSH</a></h3>
|
||||
<h3><a href="#ssh">SSH</a></h3>
|
||||
<p class="update_date">Updated: 2023-07-27 (UTC+00:00)</p>
|
||||
<p>Each SSH key is signed by the previous key, allowing verification of
|
||||
the chain of keys, and root of trust.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user