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>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 10.2.0-alpha.6 -->
|
||||
<!-- Version: 10.2.0-alpha.7 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -387,8 +387,9 @@
|
||||
<tr>
|
||||
<th id="hardware-smartphone-smartphone">Smartphone</th>
|
||||
<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/>
|
||||
Google Pixel</th>
|
||||
<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>
|
||||
<td class="desc" headers="hardware-description google-pixel">
|
||||
<h5>Security/Privacy</h5>
|
||||
<p>Google Pixel devices are the best Android devices
|
||||
@ -496,8 +497,9 @@
|
||||
<tr>
|
||||
<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>
|
||||
<img src="asset/img/logo/gentoo_linux.png" width="100" height="100" alt="Gentoo Linux logo"/>
|
||||
Gentoo Linux
|
||||
</th>
|
||||
<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
|
||||
@ -526,8 +528,9 @@
|
||||
<tr>
|
||||
<th id="software-pc-libc">C Standard Library</th>
|
||||
<th id="musl" headers="software-pc software-pc-libc">
|
||||
<img src="asset/img/logo/musl.png" width="90%" height="90%" alt="musl logo"/><br/>
|
||||
musl</th>
|
||||
<img src="asset/img/logo/musl.png" width="90%" height="90%" alt="musl logo"/>
|
||||
musl
|
||||
</th>
|
||||
<td class="desc" headers="software-pc-description musl">
|
||||
<p><a href="https://musl.libc.org/">musl</a>
|
||||
is a lightweight C standard library which aims to be correct,
|
||||
@ -548,8 +551,9 @@
|
||||
<tr>
|
||||
<th id="software-web_browser">Web browser</th>
|
||||
<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>
|
||||
<img src="asset/img/logo/chromium.png" width="100" height="100" alt="Chromium logo"/>
|
||||
Chromium
|
||||
</th>
|
||||
<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
|
||||
@ -572,8 +576,9 @@
|
||||
<tr>
|
||||
<th rowspan="2" id="software-vcs">Version Control</th>
|
||||
<th id="git" headers="software-pc software-vcs">
|
||||
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/><br/>
|
||||
Git</th>
|
||||
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/>
|
||||
Git
|
||||
</th>
|
||||
<td class="desc" headers="software-pc-description git">
|
||||
<p><a href="https://git-scm.com/">Git</a>
|
||||
is highly-flexible and feature-rich version control software
|
||||
@ -589,8 +594,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th id="gitea" headers="software-pc software-vcs">
|
||||
<img src="asset/img/logo/gitea.png" width="100" height="100" alt="Gitea logo"/><br/>
|
||||
Gitea</th>
|
||||
<img src="asset/img/logo/gitea.png" width="100" height="100" alt="Gitea logo"/>
|
||||
Gitea
|
||||
</th>
|
||||
<td class="desc" headers="software-pc-description software-vcs">
|
||||
<p><a href="https://gitea.com/">Gitea</a>
|
||||
is a self-hosted, all-in-one development platform with Git
|
||||
|
Loading…
x
Reference in New Issue
Block a user