mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 06:33:27 +00:00
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.
72 lines
3.5 KiB
HTML
Executable file
72 lines
3.5 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="utf-8" />
|
|
<title>cowmonk's Place</title>
|
|
<link rel="stylesheet" href="main.css" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png" />
|
|
<link rel="manifest" href="assets/images/site.webmanifest" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<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"><b>About</b></a>
|
|
<a href="projects/">Projects</a>
|
|
<a href="blog/">Blog</a>
|
|
<a href="interests/">Interests</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">
|
|
<h3>cowmonk</h3>
|
|
<p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p>
|
|
|
|
<details class="contacts">
|
|
<summary><b>Contact & Links</b></summary>
|
|
<dl class="contact-details">
|
|
<dt>Email / XMPP</dt>
|
|
<dd>cowmonk@based.pt</dd>
|
|
|
|
<dt>Discord</dt>
|
|
<dd>@cowmonk</dd>
|
|
|
|
<dt>GitHub</dt>
|
|
<dd><a href="https://github.com/cowmonk" target="_blank" rel="noopener noreferrer">cowmonk</a></dd>
|
|
|
|
<dt>Based Git</dt>
|
|
<dd><a href="https://git.based.pt/cowmonk" target="_blank" rel="noopener noreferrer">cowmonk</a></dd>
|
|
</dl>
|
|
</details>
|
|
</aside>
|
|
|
|
<main class="main-content">
|
|
<section id="about">
|
|
<h2><span class="prompt">$</span> Who am I?</h2>
|
|
<p>Hello there! I'm cowmonk. I'm passionate about open-source software, the Linux ecosystem, and building things from the ground up. This space is where I document my journey, share what I learn, and showcase my work.</p>
|
|
<p>My philosophy is rooted in the KISS (Keep It Simple, Stupid) principle, much like the tools I admire (DWM, suckless utilities, etc.). I believe in understanding the core of how things work, hence my adventures with Linux From Scratch.</p>
|
|
<p>When I'm not staring at a terminal, you might find me online or doing some other hobbist nerdy things such as getting into the nitty gritty of audiophile things.</p>
|
|
</section>
|
|
</main>
|
|
</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="[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>
|
|
</center>
|
|
<p>© 2025 cowmonk.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|
|
|