Compare commits
2 Commits
3f04c72c70
...
e979f7ac80
Author | SHA1 | Date | |
---|---|---|---|
e979f7ac80 | |||
3a44dc7d24 |
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 9.2.0-beta.3 -->
|
<!-- Version: 9.2.0-beta.4 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -35,6 +35,7 @@
|
|||||||
<h2><a href="#toc">Table of Contents</a></h2>
|
<h2><a href="#toc">Table of Contents</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#notes">Notes</a></li>
|
<li><a href="#notes">Notes</a></li>
|
||||||
|
<!--
|
||||||
<li><a href="#e2ee">End-to-end Encrypted Contact Methods</a></li>
|
<li><a href="#e2ee">End-to-end Encrypted Contact Methods</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#xmpp">XMPP</a></li>
|
<li><a href="#xmpp">XMPP</a></li>
|
||||||
@ -52,6 +53,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
<li><a href="#file_git_signing">File/Git Signing</a></li>
|
<li><a href="#file_git_signing">File/Git Signing</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#ssh">SSH</a></li>
|
<li><a href="#ssh">SSH</a></li>
|
||||||
@ -70,6 +72,7 @@
|
|||||||
or other force</li>
|
or other force</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
<!--
|
||||||
<section id="e2ee">
|
<section id="e2ee">
|
||||||
<h2><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">
|
<section id="xmpp">
|
||||||
@ -89,6 +92,7 @@
|
|||||||
<p><a href="xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c">xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c</a></p>
|
<p><a href="xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c">xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c</a></p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
<section id="file_git_signing">
|
<section id="file_git_signing">
|
||||||
<h2><a href="#file_git_signing">File/Git Signing</a></h2>
|
<h2><a href="#file_git_signing">File/Git Signing</a></h2>
|
||||||
<section id="ssh">
|
<section id="ssh">
|
||||||
|
3
main.css
3
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 12.5.0-beta.6 */
|
/* Version: 12.5.0-beta.7 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -13,7 +13,6 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: relative;
|
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
margin-left: min(400px, 45vw);
|
margin-left: min(400px, 45vw);
|
||||||
margin-right: min(150px, 12vw);
|
margin-right: min(150px, 12vw);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user