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.
This commit is contained in:
parent
d0570cfa84
commit
baa36a1296
34
about.xhtml
34
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 10.5.0-alpha.4 -->
|
||||
<!-- Version: 10.5.0-alpha.5 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -17,18 +17,18 @@
|
||||
</head>
|
||||
<body>
|
||||
<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="title"><a href="index.xhtml">Inferencium</a></div>
|
||||
<div><a href="about.xhtml">About</a></div>
|
||||
<div><a href="news.xhtml">News</a></div>
|
||||
<div><a href="documentation.xhtml">Documentation</a></div>
|
||||
<div><a href="source.xhtml">Source</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>
|
||||
<div class="sitemap"><a href="sitemap.xhtml">Sitemap</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">Inferencium</a></div>
|
||||
<div><a href="about">About</a></div>
|
||||
<div><a href="news">News</a></div>
|
||||
<div><a href="documentation">Documentation</a></div>
|
||||
<div><a href="source">Source</a></div>
|
||||
<div><a href="changelog">Changelog</a></div>
|
||||
<div><a href="blog">Blog</a></div>
|
||||
<div><a href="contact">Contact</a></div>
|
||||
<div><a href="directory">Directory</a></div>
|
||||
<div><a href="key">Key</a></div>
|
||||
<div class="sitemap"><a href="sitemap">Sitemap</a></div>
|
||||
</nav>
|
||||
<h1 id="about"><a href="#about">About</a></h1>
|
||||
<nav id="toc">
|
||||
@ -111,10 +111,10 @@
|
||||
<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>
|
||||
<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>
|
||||
<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">
|
||||
<h3><a href="#about_me-politics">Politics</a></h3>
|
||||
<p>I consider myself an economic socialist and anti-capitalist, and social conservative. As
|
||||
@ -859,7 +859,7 @@
|
||||
<section id="recommendations-music">
|
||||
<h3><a href="#recommendations-music">Music</a></h3>
|
||||
<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 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
|
||||
than a single forward-slash when there is more to the system than only GNU.</p>
|
||||
</section>
|
||||
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||
<div class="sitemap-small"><a href="sitemap">Sitemap</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user