Update webpage "About" from version "9.1.0" to "10.0.0"

This commit is contained in:
inference 2024-03-04 18:30:01 +00:00
parent e818b01650
commit f296424357
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 9.1.0 -->
<!-- Version: 10.0.0 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -17,9 +17,10 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" width="110" height="110" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<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>
@ -27,6 +28,7 @@
<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>
</nav>
<h1 id="about"><a href="#about">About</a></h1>
<nav id="toc">
@ -77,7 +79,7 @@
</ul>
<li><a href="#recommendations-software">Software</a></li>
<ul>
<li><a href="#recommendations-software-desktop">Desktop</a></li>
<li><a href="#recommendations-software-pc">PC</a></li>
<li><a href="#recommendations-software-smartphone">Smartphone</a></li>
</ul>
<li><a href="#recommendations-music">Music</a></li>
@ -576,27 +578,27 @@
</section>
<section id="recommendations-software">
<h3><a href="#recommendations-software">Software</a></h3>
<section id="recommendations-software-desktop">
<h4><a href="#recommendations-software-desktop">Desktop</a></h4>
<section id="recommendations-software-pc">
<h4><a href="#recommendations-software-pc">PC</a></h4>
<div style="overflow-x:auto;">
<table>
<thead>
<tr>
<th id="software-desktop-type">Type</th>
<th id="software-desktop">Software</th>
<th id="software-desktop-description">Description</th>
<th id="software-desktop-source_model">Source model<br/>
<th id="software-pc-type">Type</th>
<th id="software-pc">Software</th>
<th id="software-pc-description">Description</th>
<th id="software-pc-source_model">Source model<br/>
(License)</th>
</tr>
</thead>
<tbody>
<tr>
<th id="software-desktop-os">Operating system</th>
<th id="gentoo_linux" headers="software-desktop software-desktop-os">
<th id="software-pc-os">Operating system</th>
<th id="gentoo_linux" headers="software-pc software-pc-os">
<img src="asset/img/logo/gentoo_linux.png" width="100" height="100" alt="Gentoo Linux logo"/><br/>
Gentoo Linux
</th>
<td class="desc" headers="software-description gentoo_linux">
<td class="desc" headers="software-pc-description gentoo_linux">
<p><a href="https://www.gentoo.org/">Gentoo Linux</a>
is a highly modular, source-based, Linux-based
operating system which allows vast customisation
@ -622,18 +624,18 @@
in my
<a href="https://src.inferencium.net/Inferencium/cfg/">configuration respository</a>.</p>
</td>
<td headers="software-desktop-source_model gentoo_linux">
<td headers="software-pc-source_model gentoo_linux">
Open-source<br/>
(GPL-2.0-only)
</td>
</tr>
<tr>
<th id="software-web_browser">Web browser</th>
<th id="chromium" headers="software-desktop software-web_browser">
<th id="chromium" headers="software-pc software-web_browser">
<img src="asset/img/logo/chromium.png" width="100" height="100" alt="Chromium logo"/><br/>
Chromium
</th>
<td class="desc" headers="software-description chromium">
<td class="desc" headers="software-pc-description chromium">
<p><a href="https://chromium.org/">Chromium</a>
is a highly secure web browser which is often ahead
of other web browsers in security aspects. It has a
@ -646,7 +648,7 @@
<a href="https://www.chromium.org/Home/chromium-security/binding-integrity">Binding Integrity</a>
memory hardening, and
<a href="https://www.chromium.org/developers/testing/control-flow-integrity/">control-flow integrity (CFI)</a>.</p></td>
<td headers="software-desktop-source_model chromium">
<td headers="software-pc-source_model chromium">
Open-source<br/>
(BSD-3-Clause)
</td>
@ -844,5 +846,6 @@
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>
</body>
</html>