Fix section "Recommendations" hardware/software table headings
Cease using `<br/>` as it is unnecessary for this use case.
This commit is contained in:
parent
4e8cc15f40
commit
6b0848e5a9
32
about.xhtml
32
about.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - About -->
|
<!-- Inferencium - Website - About -->
|
||||||
<!-- Version: 10.2.0-alpha.6 -->
|
<!-- Version: 10.2.0-alpha.7 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -387,8 +387,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th id="hardware-smartphone-smartphone">Smartphone</th>
|
<th id="hardware-smartphone-smartphone">Smartphone</th>
|
||||||
<th id ="google-pixel" headers="hardware hardware-smartphone-smartphone">
|
<th id ="google-pixel" headers="hardware hardware-smartphone-smartphone">
|
||||||
<img src="asset/img/google-pixel_8_pro.png" width="100" height="100" alt="Front and rear view of a Google Pixel 8 Pro in Obsidian colour"/><br/>
|
<img src="asset/img/google-pixel_8_pro.png" width="100" height="100" alt="Front and rear view of a Google Pixel 8 Pro in Obsidian colour"/>
|
||||||
Google Pixel</th>
|
Google Pixel
|
||||||
|
</th>
|
||||||
<td class="desc" headers="hardware-description google-pixel">
|
<td class="desc" headers="hardware-description google-pixel">
|
||||||
<h5>Security/Privacy</h5>
|
<h5>Security/Privacy</h5>
|
||||||
<p>Google Pixel devices are the best Android devices
|
<p>Google Pixel devices are the best Android devices
|
||||||
@ -496,8 +497,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th id="software-pc-os">Operating system</th>
|
<th id="software-pc-os">Operating system</th>
|
||||||
<th id="gentoo_linux" headers="software-pc software-pc-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"/>
|
||||||
Gentoo Linux</th>
|
Gentoo Linux
|
||||||
|
</th>
|
||||||
<td class="desc" headers="software-pc-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 operating system
|
is a highly modular, source-based, Linux-based operating system
|
||||||
@ -526,8 +528,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th id="software-pc-libc">C Standard Library</th>
|
<th id="software-pc-libc">C Standard Library</th>
|
||||||
<th id="musl" headers="software-pc software-pc-libc">
|
<th id="musl" headers="software-pc software-pc-libc">
|
||||||
<img src="asset/img/logo/musl.png" width="90%" height="90%" alt="musl logo"/><br/>
|
<img src="asset/img/logo/musl.png" width="90%" height="90%" alt="musl logo"/>
|
||||||
musl</th>
|
musl
|
||||||
|
</th>
|
||||||
<td class="desc" headers="software-pc-description musl">
|
<td class="desc" headers="software-pc-description musl">
|
||||||
<p><a href="https://musl.libc.org/">musl</a>
|
<p><a href="https://musl.libc.org/">musl</a>
|
||||||
is a lightweight C standard library which aims to be correct,
|
is a lightweight C standard library which aims to be correct,
|
||||||
@ -548,8 +551,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th id="software-web_browser">Web browser</th>
|
<th id="software-web_browser">Web browser</th>
|
||||||
<th id="chromium" headers="software-pc 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"/>
|
||||||
Chromium</th>
|
Chromium
|
||||||
|
</th>
|
||||||
<td class="desc" headers="software-pc-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 of other web
|
is a highly secure web browser which is often ahead of other web
|
||||||
@ -572,8 +576,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2" id="software-vcs">Version Control</th>
|
<th rowspan="2" id="software-vcs">Version Control</th>
|
||||||
<th id="git" headers="software-pc software-vcs">
|
<th id="git" headers="software-pc software-vcs">
|
||||||
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/><br/>
|
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/>
|
||||||
Git</th>
|
Git
|
||||||
|
</th>
|
||||||
<td class="desc" headers="software-pc-description git">
|
<td class="desc" headers="software-pc-description git">
|
||||||
<p><a href="https://git-scm.com/">Git</a>
|
<p><a href="https://git-scm.com/">Git</a>
|
||||||
is highly-flexible and feature-rich version control software
|
is highly-flexible and feature-rich version control software
|
||||||
@ -589,8 +594,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th id="gitea" headers="software-pc software-vcs">
|
<th id="gitea" headers="software-pc software-vcs">
|
||||||
<img src="asset/img/logo/gitea.png" width="100" height="100" alt="Gitea logo"/><br/>
|
<img src="asset/img/logo/gitea.png" width="100" height="100" alt="Gitea logo"/>
|
||||||
Gitea</th>
|
Gitea
|
||||||
|
</th>
|
||||||
<td class="desc" headers="software-pc-description software-vcs">
|
<td class="desc" headers="software-pc-description software-vcs">
|
||||||
<p><a href="https://gitea.com/">Gitea</a>
|
<p><a href="https://gitea.com/">Gitea</a>
|
||||||
is a self-hosted, all-in-one development platform with Git
|
is a self-hosted, all-in-one development platform with Git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user