adding some navigation to the website

This commit is contained in:
cowmonk 2025-06-11 19:16:27 -07:00
parent 90c20ebc65
commit eadf032cdf
5 changed files with 244 additions and 43 deletions

View file

@ -1,5 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
@ -16,7 +15,11 @@
<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="projects.html">Projects</a>
<a href="blog/index.html">Blog</a>
<a href="interests.html">Interests</a>
<a href="credits.html">Credits</a>
</nav>
</header>
@ -46,44 +49,6 @@
<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>
<section id="projects">
<h2><span class="prompt">$</span> My Projects</h2>
<article class="project-item">
<h3>[ LearnixOS ]</h3>
<p>I was the founder of the github and project, most of the projects are under my old github profile. It's a Linux-based operating system designed for both beginners exploring Linux for the first time and advanced users seeking a lightweight yet powerful OS for daily use.</p>
<p><a href="https://learnixos.github.io">Learn More -&gt;</a></p>
</article>
<!-- <article class="project-item">
<h3>[Project 2: Dotfiles Configuration]</h3>
<p>My personal collection of configuration files for various tools (vim, st, DWM, etc.), optimized for productivity and a minimalist aesthetic.</p>
<p><a href="[link-to-dotfiles-repo]">View Dotfiles ->&gt</a></p>
</article>
-->
<article class="project-item">
<h3>[ CowOS ]</h3>
<p>Unlike LearnixOS this is NOT Linux-based. This is a Unix-like Operating System that's programmed from scratch in C.</p>
<p><a href="https://github.com/cowmonk/cowos">View Github -&gt;</a></p>
</article>
</section>
<section id="other-things">
<h2><span class="prompt">$</span> Other Things I Find Interesting</h2>
<ul>
<li><strong>Linux From Scratch:</strong> The masochist's dream OS.</li>
<li><strong>Suckless Software:</strong> Exploring tools that aren't bloat.</li>
<li><strong>Vim:</strong> More than just an editor, it's a way of life.</li>
<li><strong>Torrenting:</strong> Does anyone actually pay for anything they don't own?</li>
<li><strong>C:</strong> Yes I don't like garbage collectors, how can you tell?</li>
<li><strong>Audio Gear:</strong> Not a music producer, I just like listening to high quality audio.</li>
<li><strong>Gym:</strong> If you can't go into a pool and instantly sink, then you haven't made it in life yet.</li>
</ul>
<p>Feel free to check out my <a href="blog/index.html">blog</a> for more detailed write-ups on some of these topics.</p>
</section>
<section id="other-things">
<h2><span class="prompt">$</span> Credits</h2>
<p>Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to <a href="https://based.pt">his website</a>. And if you have any spare change, I would encourage you to donate since all his services that he provides are 100% free, and (allegedly) safe.</p>
</section>
</main>
</div>