Compare commits

...

2 Commits

Author SHA1 Message Date
baa36a1296
fix(about): switch to relative paths for local URLs
This simplifies reading and writing the code for URLs, since they are
all contained within the web server's website root directory.
2025-06-27 15:04:30 +00:00
d0570cfa84
feat(about): update XMPP-channels mention to SimpleX groups 2025-06-27 14:55:25 +00:00

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 10.5.0-alpha.3 --> <!-- Version: 10.5.0-alpha.5 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -17,18 +17,18 @@
</head> </head>
<body> <body>
<nav class="navbar"> <nav class="navbar">
<div class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div> <div class="logo"><a href="index"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
<div class="title"><a href="index.xhtml">Inferencium</a></div> <div class="title"><a href="index">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div> <div><a href="about">About</a></div>
<div><a href="news.xhtml">News</a></div> <div><a href="news">News</a></div>
<div><a href="documentation.xhtml">Documentation</a></div> <div><a href="documentation">Documentation</a></div>
<div><a href="source.xhtml">Source</a></div> <div><a href="source">Source</a></div>
<div><a href="changelog.xhtml">Changelog</a></div> <div><a href="changelog">Changelog</a></div>
<div><a href="blog.xhtml">Blog</a></div> <div><a href="blog">Blog</a></div>
<div><a href="contact.xhtml">Contact</a></div> <div><a href="contact">Contact</a></div>
<div><a href="directory.xhtml">Directory</a></div> <div><a href="directory">Directory</a></div>
<div><a href="key.xhtml">Key</a></div> <div><a href="key">Key</a></div>
<div class="sitemap"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap"><a href="sitemap">Sitemap</a></div>
</nav> </nav>
<h1 id="about"><a href="#about">About</a></h1> <h1 id="about"><a href="#about">About</a></h1>
<nav id="toc"> <nav id="toc">
@ -110,11 +110,11 @@
accessibility for disabled users.</p> accessibility for disabled users.</p>
<p>I am also a modular design advocate for the ability to securely and robustly make changes to <p>I am also a modular design advocate for the ability to securely and robustly make changes to
hardware and software without the entire system being affected.</p> hardware and software without the entire system being affected.</p>
<p>I run multiple XMPP channels; a directory of channels can be found on the <p>I run multiple SimpleX groups; a directory of groups can be found on the
<a href="https://inferencium.net/directory.xhtml">directory</a> <a href="directory">directory</a>
webpage.</p> webpage.</p>
<p>If you wish to contact me for any reason, you can use my <p>If you wish to contact me for any reason, you can use my
<a href="https://inferencium.net/contact.xhtml">contact methods</a>.</p> <a href="contact">contact methods</a>.</p>
<section id="about_me-politics"> <section id="about_me-politics">
<h3><a href="#about_me-politics">Politics</a></h3> <h3><a href="#about_me-politics">Politics</a></h3>
<p>I consider myself an economic socialist and anti-capitalist, and social conservative. As <p>I consider myself an economic socialist and anti-capitalist, and social conservative. As
@ -859,7 +859,7 @@
<section id="recommendations-music"> <section id="recommendations-music">
<h3><a href="#recommendations-music">Music</a></h3> <h3><a href="#recommendations-music">Music</a></h3>
<p>For a curated list of music I enjoy, visit my <p>For a curated list of music I enjoy, visit my
<a href="music.xhtml">music page</a>.</p> <a href="music">music page</a>.</p>
</section> </section>
</section> </section>
<section id="gnulinux_or_linux"> <section id="gnulinux_or_linux">
@ -874,6 +874,6 @@
system which makes it just as usable? If a system is running "GNU/Linux", it should be using more system which makes it just as usable? If a system is running "GNU/Linux", it should be using more
than a single forward-slash when there is more to the system than only GNU.</p> than a single forward-slash when there is more to the system than only GNU.</p>
</section> </section>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap-small"><a href="sitemap">Sitemap</a></div>
</body> </body>
</html> </html>