site

my personal site
git clone git://git.daat.foo/site.git
Log | Files | Refs | README | LICENSE

commit a56e9e7792f69989397f7ed50f3e6a98490f0e03
parent 87a868f11681f8b30f2ec68308824fad28ecf63b
Author: cowmonk <cowmonk@based.pt>
Date:   Mon, 20 Oct 2025 13:58:51 -0700

Simple Tweaks

Taking a look at the website on my terminal browser made me a little
ick. So I only bolded and added better alt text to make it a little
managable. Other thing is that the webring links have brackets around
them. Perhaps excessive? But it looks cool.

Diffstat:
Mcredits/index.html | 14+++++++-------
Mindex.html | 14+++++++-------
Minterests/index.html | 14+++++++-------
Mprojects/index.html | 14+++++++-------
4 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/credits/index.html b/credits/index.html @@ -19,18 +19,18 @@ <a href="../projects/">Projects</a> <a href="../blog/">Blog</a> <a href="../interests/">Interests</a> - <a href="#credits" class="active-nav-item">Credits</a> + <a href="#credits" class="active-nav-item"><b>Credits</b></a> </nav> </header> <div class="content-wrapper"> <aside class="profile-info"> - <img src="../assets/images/pfp.png" alt="cowmonk pfp" id="profile-pic"> + <img src="../assets/images/pfp.png" alt="[cowmonk pfp]" id="profile-pic"> <h3>cowmonk</h3> <p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p> <details class="contacts"> - <summary>Contact & Links</summary> + <summary><b>Contact & Links</b></summary> <dl class="contact-details"> <dt>Email / XMPP</dt> <dd>cowmonk@based.pt</dd> @@ -56,11 +56,11 @@ </div> <footer> - <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31" /></a> - <img src="https://88x31.kate.pet/madeon_linux.gif" alt="Made on Linux" height="31" /> - <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31" /> + <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="[Made on Vim]" height="31" /></a> + <img src="https://88x31.kate.pet/madeon_linux.gif" alt="[Made on Linux]" height="31" /> + <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="[No JavaScript]" height="31" /> <center> - <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p> + <p><a href="https://bacalhau.based.pt">[ prev ]</a> | <a href="https://based.pt/webring">[ webring ]</a> | <a href="https://boofener.based.pt">[ next ]</a></p> </center> <p>© 2025 cowmonk.</p> </footer> diff --git a/index.html b/index.html @@ -15,7 +15,7 @@ <h1>cowmonk's Digital Lair ~]#</h1> <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <nav id="main-nav"> - <a href="#about" class="active-nav-item">About</a> + <a href="#about" class="active-nav-item"><b>About</b></a> <a href="projects/">Projects</a> <a href="blog/">Blog</a> <a href="interests/">Interests</a> @@ -25,12 +25,12 @@ <div class="content-wrapper"> <aside class="profile-info"> - <img src="assets/images/pfp.png" alt="cowmonk pfp" id="profile-pic"> + <img src="assets/images/pfp.png" alt="[cowmonk pfp]" id="profile-pic"> <h3>cowmonk</h3> <p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p> <details class="contacts"> - <summary>Contact & Links</summary> + <summary><b>Contact & Links</b></summary> <dl class="contact-details"> <dt>Email / XMPP</dt> <dd>cowmonk@based.pt</dd> @@ -58,11 +58,11 @@ </div> <footer> - <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31" /></a> - <img src="https://88x31.kate.pet/madeon_linux.gif" alt="Made on Linux" height="31" /> - <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31" /> + <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="[Made on Vim]" height="31" /></a> + <img src="https://88x31.kate.pet/madeon_linux.gif" alt="[Made on Linux]" height="31" /> + <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="[No JavaScript]" height="31" /> <center> - <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p> + <p><a href="https://bacalhau.based.pt">[ prev ]</a> | <a href="https://based.pt/webring">[ webring ]</a> | <a href="https://boofener.based.pt">[ next ]</a></p> </center> <p>© 2025 cowmonk.</p> </footer> diff --git a/interests/index.html b/interests/index.html @@ -18,19 +18,19 @@ <a href="../">About</a> <a href="../projects/">Projects</a> <a href="../blog/">Blog</a> - <a href="#other-things" class="active-nav-item">Interests</a> + <a href="#other-things" class="active-nav-item"><b>Interests</b></a> <a href="../credits/">Credits</a> </nav> </header> <div class="content-wrapper"> <aside class="profile-info"> - <img src="../assets/images/pfp.png" alt="cowmonk pfp" id="profile-pic"> + <img src="../assets/images/pfp.png" alt="[cowmonk pfp]" id="profile-pic"> <h3>cowmonk</h3> <p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p> <details class="contacts"> - <summary>Contact & Links</summary> + <summary><b>Contact & Links</b></summary> <dl class="contact-details"> <dt>Email / XMPP</dt> <dd>cowmonk@based.pt</dd> @@ -65,11 +65,11 @@ </div> <footer> - <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31" /></a> - <img src="https://88x31.kate.pet/madeon_linux.gif" alt="Made on Linux" height="31" /> - <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31" /> + <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="[Made on Vim]" height="31" /></a> + <img src="https://88x31.kate.pet/madeon_linux.gif" alt="[Made on Linux]" height="31" /> + <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="[No JavaScript]" height="31" /> <center> - <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p> + <p><a href="https://bacalhau.based.pt">[ prev ]</a> | <a href="https://based.pt/webring">[ webring ]</a> | <a href="https://boofener.based.pt">[ next ]</a></p> </center> <p>© 2025 cowmonk.</p> </footer> diff --git a/projects/index.html b/projects/index.html @@ -16,7 +16,7 @@ <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <nav id="main-nav"> <a href="../">About</a> - <a href="#projects" class="active-nav-item">Projects</a> + <a href="#projects" class="active-nav-item"><b>Projects</b></a> <a href="../blog/">Blog</a> <a href="../interests/">Interests</a> <a href="../credits/">Credits</a> @@ -25,12 +25,12 @@ <div class="content-wrapper"> <aside class="profile-info"> - <img src="../assets/images/pfp.png" alt="cowmonk pfp" id="profile-pic"> + <img src="../assets/images/pfp.png" alt="[cowmonk pfp]" id="profile-pic"> <h3>cowmonk</h3> <p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p> <details class="contacts"> - <summary>Contact & Links</summary> + <summary><b>Contact & Links</b></summary> <dl class="contact-details"> <dt>Email / XMPP</dt> <dd>cowmonk@based.pt</dd> @@ -76,11 +76,11 @@ </div> <footer> - <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31" /></a> - <img src="https://88x31.kate.pet/madeon_linux.gif" alt="Made on Linux" height="31" /> - <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31" /> + <a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="[Made on Vim]" height="31" /></a> + <img src="https://88x31.kate.pet/madeon_linux.gif" alt="[Made on Linux]" height="31" /> + <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="[No JavaScript]" height="31" /> <center> - <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p> + <p><a href="https://bacalhau.based.pt">[ prev ]</a> | <a href="https://based.pt/webring">[ webring ]</a> | <a href="https://boofener.based.pt">[ next ]</a></p> </center> <p>© 2025 cowmonk.</p> </footer>