Add alt text to images

This commit is contained in:
EnumDev 2025-03-27 11:52:20 +02:00
parent ed6ad9b7cc
commit fc99f31862
2 changed files with 7 additions and 7 deletions

View File

@ -15,14 +15,14 @@
<a href="https://git.enumerated.dev/">Gitea Instance</a> <a href="https://git.enumerated.dev/">Gitea Instance</a>
</div> </div>
<div id="main"> <div id="main">
<img id="pfp" src="assets/pfp.jpg"> <img id="pfp" src="assets/pfp.jpg" alt="Profile Picture">
<div id="info"> <div id="info">
<h1>EnumDev</h1> <h1>EnumDev</h1>
<span>Computer programmer and Linux enthusiast</span> <span>Computer programmer and Linux enthusiast</span>
<br><br> <br><br>
<a class="link" href="https://git.enumerated.dev/EnumDev"><img src="assets/gitea-logo.png"></a> <a class="link" href="https://git.enumerated.dev/EnumDev"><img src="assets/gitea-logo.png" alt="Gitea"></a>
<a class="link" href="https://gitlab.com/EnumDev"><img src="assets/gitlab-logo.png"></a> <a class="link" href="https://gitlab.com/EnumDev"><img src="assets/gitlab-logo.png" alt="Gitlab"></a>
<a class="link" href="https://github.com/EnumuratedDev"><img src="assets/github-logo.png"></a> <a class="link" href="https://github.com/EnumuratedDev"><img src="assets/github-logo.png" alt="Github"></a>
</div> </div>
</div> </div>
</body> </body>

View File

@ -17,7 +17,7 @@
<div class="project"> <div class="project">
<div> <div>
<img src="assets/bpm.png"> <img src="assets/bpm.png" alt="BPM">
<div> <div>
<a href="https://git.enumerated.dev/bubble-package-manager/bpm"><h1>Bubble Package Manager - BPM</h1></a> <a href="https://git.enumerated.dev/bubble-package-manager/bpm"><h1>Bubble Package Manager - BPM</h1></a>
<p>The Bubble Package manager is a simple package manager for linux systems primarily designed for the Tide Linux distribution <p>The Bubble Package manager is a simple package manager for linux systems primarily designed for the Tide Linux distribution
@ -27,7 +27,7 @@
<div class="project" style="float: right;"> <div class="project" style="float: right;">
<div> <div>
<img src="assets/tidelinux.png"> <img src="assets/tidelinux.png" alt="Tide Linux">
<div> <div>
<a href="https://gitlab.com/tidelinux"><h1>Tide Linux</h1></a> <a href="https://gitlab.com/tidelinux"><h1>Tide Linux</h1></a>
<p>Tide Linux is an independent linux distribution utilizing BPM as its package manager <p>Tide Linux is an independent linux distribution utilizing BPM as its package manager
@ -37,7 +37,7 @@
<div class="project"> <div class="project">
<div> <div>
<img src="assets/stormfetch.png"> <img src="assets/stormfetch.png" alt="Stormfetch">
<div> <div>
<a href="https://git.enumerated.dev/EnumDev/stormfetch"><h1>Stormfetch</h1></a> <a href="https://git.enumerated.dev/EnumDev/stormfetch"><h1>Stormfetch</h1></a>
<p>Stormfetch is a simple linux fetch program written in go with the ability to configure its output in bash <p>Stormfetch is a simple linux fetch program written in go with the ability to configure its output in bash