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