Add alt attribute to images

`alt` attribute is a mandatory attribute of `<img>` elements.
This commit is contained in:
inference 2024-01-29 23:18:34 +00:00
parent 0a39225eea
commit 331f055a96
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
19 changed files with 47 additions and 47 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 8.0.0-alpha.2 -->
<!-- Version: 8.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>
@ -261,7 +261,7 @@
<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="100px" height="100px"/><br/>
<img src="asset/img/google-pixel_8_pro.png" width="100px" height="100px" alt="Front and rear view of a Google Pixel 8 Pro in Obsidian colour"/><br/>
Google Pixel
</th>
<td class="desc" headers="hardware-description google-pixel">
@ -372,7 +372,7 @@
<tr>
<th id="software-desktop-os">Operating system</th>
<th id="gentoo_linux" headers="software-desktop software-desktop-os">
<img src="asset/img/logo-gentoo_linux.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-gentoo_linux.png" width="100px" height="100px" alt="Gentoo Linux logo"/><br/>
Gentoo Linux
</th>
<td class="desc" headers="software-description gentoo_linux">
@ -406,7 +406,7 @@
<tr>
<th id="software-web_browser">Web browser</th>
<th id="chromium" headers="software-desktop software-web_browser">
<img src="asset/img/logo-chromium.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-chromium.png" width="100px" height="100px" alt="Chromium logo"/><br/>
Chromium
</th>
<td class="desc" headers="software-description chromium">
@ -442,7 +442,7 @@
<tr>
<th id="software-smartphone-os">Operating system</th>
<th id="grapheneos" headers="software-smartphone software-smartphone-os">
<img src="asset/img/logo-grapheneos.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-grapheneos.png" width="100px" height="100px" alt="GrapheneOS logo"/><br/>
GrapheneOS
</th>
<td class="desc" headers="software-smartphone-description grapheneos">
@ -487,7 +487,7 @@
<tr>
<th id="software-smartphone-web_browser">Web browser</th>
<th id="vanadium" headers="software-smartphone software-smartphone-web_browser">
<img src="asset/img/logo-vanadium.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-vanadium.png" width="100px" height="100px" alt="Vanadium logo"/><br/>
Vanadium
</th>
<td class="desc" headers="software-smartphone-description vanadium">
@ -512,7 +512,7 @@
<tr>
<th rowspan="2" id="software-smartphone-messenger">Messenger</th>
<th id="molly" headers="software-smartphone software-smartphone-messenger">
<img src="asset/img/logo-molly.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-molly.png" width="100px" height="100px" alt="Molly logo"/><br/>
Molly
</th>
<td class="desc" headers="software-smartphone-description molly">
@ -546,7 +546,7 @@
</tr>
<tr>
<th id="conversations" headers="software-smartphone software-smartphone-messenger">
<img src="asset/img/logo-conversations.png" width="100px" height="100px"/><br/>
<img src="asset/img/logo-conversations.png" width="100px" height="100px" alt="Conversations logo"/><br/>
Conversations
</th>
<td class="desc" headers="software-smartphone-description conversations">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog -->
<!-- Version: 6.0.0-alpha.2 -->
<!-- Version: 6.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog - #0 -->
<!-- Version: 7.0.0-alpha.2 -->
<!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog - #1 -->
<!-- Version: 7.0.0-alpha.2 -->
<!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog - #3 -->
<!-- Version: 7.0.0-alpha.2 -->
<!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog - #2 -->
<!-- Version: 7.0.0-alpha.2 -->
<!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog -->
<!-- Version: 4.0.0-alpha.4 -->
<!-- Version: 4.0.0-alpha.5 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Contact -->
<!-- Version: 8.0.0-alpha.2 -->
<!-- Version: 8.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -51,12 +51,12 @@
for each contact method to verify my devices.</strong></p>
<p>Note: Verification does not verify a person, only their devices,
and can be defeated via coercion or other force.</p>
<p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/>Signal
<p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px" alt="Signal logo"/>Signal
<ul>
<li>+447549902964</li>
</ul>
</p>
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/>XMPP
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px" alt="XMPP logo"/>XMPP
<ul>
<li>inference@inferencium.net (Main) -
(<a href="key.xhtml#xmpp-inferencium">Key</a>)</li>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Directory -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 3.0.0-alpha.14 -->
<!-- Version: 3.0.0-alpha.15 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
<!-- Version: 3.0.0-alpha.2 -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="../index.xhtml"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="../index.xhtml" class="title">Inferencium</a></div>
<div><a href="../about.xhtml">About</a></div>
<div><a href="../documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Index -->
<!-- Version: 5.0.0-alpha.1 -->
<!-- Version: 5.0.0-alpha.2 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Key -->
<!-- Version: 7.0.0-alpha.2 -->
<!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>
@ -80,7 +80,7 @@
<section id="e2ee">
<h2><a href="#e2ee">End-to-end Encrypted Contact Methods</a></h2>
<section id="xmpp">
<h3><a href="#xmpp"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40px" height="40px"/>XMPP</a></h3>
<h3><a href="#xmpp"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40px" height="40px" alt="XMPP logo"/>XMPP</a></h3>
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
<p>Whenever possible, open the links to pin the fingerprints directly
from this webpage; if that is not possible, manually verify the

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Music -->
<!-- Version: 4.0.0-alpha.2 -->
<!-- Version: 4.0.0-alpha.3 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Source -->
<!-- Version: 6.0.0-alpha.2 -->
<!-- Version: 6.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head>
<body>
<nav class="navbar">
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.xhtml"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px" alt="Inferencium logo"/></a></div>
<div><a href="index.xhtml" class="title">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>