Rename Section "Recommendations" term "Desktop" to "PC"

This commit closes #51.
This commit is contained in:
inference 2024-03-03 18:28:45 +00:00
parent 68db78b7f6
commit 9c7528cb82
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 9.2.0-alpha.2 --> <!-- Version: 9.2.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -78,7 +78,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>
@ -577,27 +577,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
@ -623,18 +623,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
@ -647,7 +647,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>