Update webpage "About" from version "9.1.0" to "10.0.0"
This commit is contained in:
parent
e818b01650
commit
f296424357
37
about.xhtml
37
about.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - About -->
|
<!-- Inferencium - Website - About -->
|
||||||
<!-- Version: 9.1.0 -->
|
<!-- Version: 10.0.0 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -17,9 +17,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<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 class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
|
||||||
<div><a href="index.xhtml" class="title">Inferencium</a></div>
|
<div class="title"><a href="index.xhtml">Inferencium</a></div>
|
||||||
<div><a href="about.xhtml">About</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="documentation.xhtml">Documentation</a></div>
|
||||||
<div><a href="source.xhtml">Source</a></div>
|
<div><a href="source.xhtml">Source</a></div>
|
||||||
<div><a href="changelog.xhtml">Changelog</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="contact.xhtml">Contact</a></div>
|
||||||
<div><a href="directory.xhtml">Directory</a></div>
|
<div><a href="directory.xhtml">Directory</a></div>
|
||||||
<div><a href="key.xhtml">Key</a></div>
|
<div><a href="key.xhtml">Key</a></div>
|
||||||
|
<div class="sitemap"><a href="sitemap.xhtml">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">
|
||||||
@ -77,7 +79,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<li><a href="#recommendations-software">Software</a></li>
|
<li><a href="#recommendations-software">Software</a></li>
|
||||||
<ul>
|
<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>
|
<li><a href="#recommendations-software-smartphone">Smartphone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#recommendations-music">Music</a></li>
|
<li><a href="#recommendations-music">Music</a></li>
|
||||||
@ -576,27 +578,27 @@
|
|||||||
</section>
|
</section>
|
||||||
<section id="recommendations-software">
|
<section id="recommendations-software">
|
||||||
<h3><a href="#recommendations-software">Software</a></h3>
|
<h3><a href="#recommendations-software">Software</a></h3>
|
||||||
<section id="recommendations-software-desktop">
|
<section id="recommendations-software-pc">
|
||||||
<h4><a href="#recommendations-software-desktop">Desktop</a></h4>
|
<h4><a href="#recommendations-software-pc">PC</a></h4>
|
||||||
<div style="overflow-x:auto;">
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th id="software-desktop-type">Type</th>
|
<th id="software-pc-type">Type</th>
|
||||||
<th id="software-desktop">Software</th>
|
<th id="software-pc">Software</th>
|
||||||
<th id="software-desktop-description">Description</th>
|
<th id="software-pc-description">Description</th>
|
||||||
<th id="software-desktop-source_model">Source model<br/>
|
<th id="software-pc-source_model">Source model<br/>
|
||||||
(License)</th>
|
(License)</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th id="software-desktop-os">Operating system</th>
|
<th id="software-pc-os">Operating system</th>
|
||||||
<th id="gentoo_linux" headers="software-desktop software-desktop-os">
|
<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/>
|
<img src="asset/img/logo/gentoo_linux.png" width="100" height="100" alt="Gentoo Linux logo"/><br/>
|
||||||
Gentoo Linux
|
Gentoo Linux
|
||||||
</th>
|
</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>
|
<p><a href="https://www.gentoo.org/">Gentoo Linux</a>
|
||||||
is a highly modular, source-based, Linux-based
|
is a highly modular, source-based, Linux-based
|
||||||
operating system which allows vast customisation
|
operating system which allows vast customisation
|
||||||
@ -622,18 +624,18 @@
|
|||||||
in my
|
in my
|
||||||
<a href="https://src.inferencium.net/Inferencium/cfg/">configuration respository</a>.</p>
|
<a href="https://src.inferencium.net/Inferencium/cfg/">configuration respository</a>.</p>
|
||||||
</td>
|
</td>
|
||||||
<td headers="software-desktop-source_model gentoo_linux">
|
<td headers="software-pc-source_model gentoo_linux">
|
||||||
Open-source<br/>
|
Open-source<br/>
|
||||||
(GPL-2.0-only)
|
(GPL-2.0-only)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th id="software-web_browser">Web browser</th>
|
<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/>
|
<img src="asset/img/logo/chromium.png" width="100" height="100" alt="Chromium logo"/><br/>
|
||||||
Chromium
|
Chromium
|
||||||
</th>
|
</th>
|
||||||
<td class="desc" headers="software-description chromium">
|
<td class="desc" headers="software-pc-description chromium">
|
||||||
<p><a href="https://chromium.org/">Chromium</a>
|
<p><a href="https://chromium.org/">Chromium</a>
|
||||||
is a highly secure web browser which is often ahead
|
is a highly secure web browser which is often ahead
|
||||||
of other web browsers in security aspects. It has a
|
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>
|
<a href="https://www.chromium.org/Home/chromium-security/binding-integrity">Binding Integrity</a>
|
||||||
memory hardening, and
|
memory hardening, and
|
||||||
<a href="https://www.chromium.org/developers/testing/control-flow-integrity/">control-flow integrity (CFI)</a>.</p></td>
|
<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/>
|
Open-source<br/>
|
||||||
(BSD-3-Clause)
|
(BSD-3-Clause)
|
||||||
</td>
|
</td>
|
||||||
@ -844,5 +846,6 @@
|
|||||||
should be using more than a single forward-slash when there
|
should be using more than a single forward-slash when there
|
||||||
is more to the system than only GNU.</p>
|
is more to the system than only GNU.</p>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user