Rename Section "Recommendations" term "Desktop" to "PC"
This commit closes #51.
This commit is contained in:
parent
68db78b7f6
commit
9c7528cb82
30
about.xhtml
30
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 9.2.0-alpha.2 -->
|
||||
<!-- Version: 9.2.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -78,7 +78,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>
|
||||
@ -577,27 +577,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
|
||||
@ -623,18 +623,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
|
||||
@ -647,7 +647,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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user