Improve spacing of section "Recommendations" tables license column

Cease using `<br/>` tags and use proper `<p></p>` tags instead. This
also improves the spacing due to CSS.
This commit is contained in:
inference 2024-03-24 02:38:39 +00:00
parent aa2fe5253a
commit 5da5e5ff28
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 10.2.0-alpha.2 -->
<!-- Version: 10.2.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -377,8 +377,10 @@
<th id="hardware-smartphone-type">Type</th>
<th id="hardware-smartphone">Hardware</th>
<th id="hardware-smartphone-description">Description</th>
<th id="hardware-smartphone-source_model">Source model<br/>
(License)</th>
<th id="hardware-smartphone-source_model">
<p>Source model</p>
<p>(License)</p>
</th>
</tr>
</thead>
<tbody>
@ -481,8 +483,10 @@
<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>
<th id="software-pc-source_model">
<p>Source model</p>
<p>(License)</p>
</th>
</tr>
</thead>
<tbody>
@ -512,8 +516,9 @@
<a href="https://src.inferencium.net/Inferencium/cfg/">configuration respository</a>.</p>
</td>
<td headers="software-pc-source_model gentoo_linux">
Open-source<br/>
(GPL-2.0-only)</td>
<p>Open-source</p>
<p>(GPL-2.0-only)</p>
</td>
</tr>
<tr>
<th id="software-web_browser">Web browser</th>
@ -535,8 +540,9 @@
<a href="https://www.chromium.org/developers/testing/control-flow-integrity/">control-flow integrity (CFI)</a>.</p>
</td>
<td headers="software-pc-source_model chromium">
Open-source<br/>
(BSD-3-Clause)</td>
<p>Open-source</p>
<p>(BSD-3-Clause)</p>
</td>
</tr>
<tr>
<th rowspan="2" id="software-vcs">Version Control</th>
@ -552,8 +558,9 @@
client-server model or peer-to-peer.</p>
</td>
<td headers="software-pc-source_model git">
Open-source<br/>
(GPL-2.0-only)</td>
<p>Open-source</p>
<p>(GPL-2.0-only)</p>
</td>
</tr>
<tr>
<th id="gitea" headers="software-pc software-vcs">
@ -566,8 +573,9 @@
CI/CD.</p>
</td>
<td headers="software-pc-source_model gitea">
Open-source<br/>
(MIT)</td>
<p>Open-source</p>
<p>(MIT)</p>
</td>
</tr>
</tbody>
</table>
@ -588,8 +596,10 @@
<th id="software-smartphone-type">Type</th>
<th id="software-smartphone">Software</th>
<th id="software-smartphone-description">Description</th>
<th id="software-smartphone-source_model">Source model<br/>
(License)</th>
<th id="software-smartphone-source_model">
<p>Source model</p>
<p>(License)</p>
</th>
</tr>
</thead>
<tbody>
@ -628,8 +638,9 @@
which provides extensive documentation.</p>
</td>
<td headers="software-smartphone-source_model grapheneos">
Open-source<br/>
(MIT)</td>
<p>Open-source</p>
<p>(MIT)</p>
</td>
</tr>
<tr>
<th id="software-smartphone-web_browser">Web browser</th>
@ -652,8 +663,9 @@
<a href="https://github.com/GrapheneOS/Vanadium/">official repository</a>.</p>
</td>
<td headers="software-smartphone-source_model vanadium">
Open-source<br/>
(GPL-2.0-only)</td>
<p>Open-source</p>
<p>(GPL-2.0-only)</p>
</td>
</tr>
<tr>
<th rowspan="2" id="software-smartphone-messenger">Messenger</th>
@ -682,8 +694,9 @@
</ul>
</td>
<td headers="software-smartphone-source_model molly">
Open-source<br/>
(AGPL-3.0-only)</td>
<p>Open-source</p>
<p>(AGPL-3.0-only)</p>
</td>
</tr>
<tr>
<th id="conversations" headers="software-smartphone software-smartphone-messenger">
@ -697,8 +710,9 @@
has great usability.</p>
</td>
<td headers="software-smartphone-source_model conversations">
Open-source<br/>
(GPL-3.0-only)</td>
<p>Open-source</p>
<p>(GPL-3.0-only)</p>
</td>
</tr>
<tr>
<th id="software-smartphone-viewer">Viewer</th>
@ -714,8 +728,9 @@
individual image and video file view, and folder view.</p>
</td>
<td headers="software-smartphone-source_model gallery">
Open-source<br/>
(Apache-2.0)</td>
<p>Open-source</p>
<p>(Apache-2.0)</p>
</td>
</tr>
<tr>
<th id="software-smartphone-calculator">Calculator</th>
@ -728,8 +743,9 @@
features.</p>
</td>
<td headers="software-smartphone-source_model opencalc">
Open-source<br/>
(GPL-3.0-only)</td>
<p>Open-source</p>
<p>(GPL-3.0-only)</p>
</td>
</tr>
</tbody>
</table>