index.html (4642B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta name="viewport" content="width=device-width, initial-scale=1" /> 5 <meta charset="utf-8" /> 6 <title>cowmonk's Place</title> 7 <link rel="stylesheet" href="../main.css" /> 8 <link rel="apple-touch-icon" sizes="180x180" href="../assets/images/apple-touch-icon.png" /> 9 <link rel="icon" type="image/png" sizes="32x32" href="../assets/images/favicon-32x32.png" /> 10 <link rel="icon" type="image/png" sizes="16x16" href="../assets/images/favicon-16x16.png" /> 11 <link rel="manifest" href="../assets/images/site.webmanifest" /> 12 </head> 13 <body> 14 <header> 15 <h1>cowmonk's Digital Lair ~]#</h1> 16 <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> 17 <nav id="main-nav"> 18 <a href="../">About</a> 19 <a href="#projects" class="active-nav-item"><b>Projects</b></a> 20 <a href="../blog/">Blog</a> 21 <a href="../interests/">Interests</a> 22 <a href="../credits/">Credits</a> 23 </nav> 24 </header> 25 26 <div class="content-wrapper"> 27 <aside class="profile-info"> 28 <img src="../assets/images/pfp.png" alt="[cowmonk pfp]" id="profile-pic"> 29 <h3>cowmonk</h3> 30 <p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p> 31 32 <details class="contacts"> 33 <summary><b>Contact & Links</b></summary> 34 <dl class="contact-details"> 35 <dt>Email / XMPP</dt> 36 <dd>cowmonk@based.pt</dd> 37 38 <dt>GitHub</dt> 39 <dd><a href="https://github.com/cowmonk" target="_blank" rel="noopener noreferrer">cowmonk</a></dd> 40 41 <dt>Codeberg</dt> 42 <dd><a href="https://codeberg.org/cowmonk" target="_blank" rel="noopener noreferrer">cowmonk</a></dd> 43 44 <dt>Based Git</dt> 45 <dd><a href="https://git.based.pt/cowmonk" target="_blank" rel="noopener noreferrer">cowmonk</a></dd> 46 </dl> 47 </details> 48 </aside> 49 50 <main class="main-content"> 51 <section id="projects"> 52 <h2><span class="prompt">$</span> My Projects</h2> 53 <article class="project-item"> 54 <h3>[ LearnixOS ]</h3> 55 <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> 56 <p><a href="https://learnixos.github.io">Learn More -></a></p> 57 </article> 58 <!-- <article class="project-item"> 59 <h3>[ Dotless ]</h3> 60 <p>Suckless "Dotfiles" installable via a POSIX Makefile. Just a good quick base to build off of.</p> 61 <p><a href="https://git.based.pt/dotless/file/README.html">View Dotfiles ->></a></p> 62 </article> 63 --> 64 <article class="project-item"> 65 <h3>[ CowOS ]</h3> 66 <p>Unlike LearnixOS this is NOT Linux-based. This is a Unix-like Operating System that's programmed from scratch in C.</p> 67 <p><a href="https://github.com/cowmonk/cowos">View Github -></a></p> 68 </article> 69 <article class="project-item"> 70 <h3>[ Website ]</h3> 71 <p>I debated whether or not to include this, but I decided to so people can find the hosted source code. I don't think I need any explaining, but it's just my personal website that you see here :).</p> 72 <p><a href="https://github.com/cowmonk/cowmonk.github.io">View Github -></a></p> 73 </article> 74 </section> 75 </main> 76 </div> 77 78 <footer> 79 <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> 80 <img src="https://88x31.kate.pet/madeon_linux.gif" alt="[Made on Linux]" height="31" /> 81 <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="[No JavaScript]" height="31" /> 82 <center> 83 <p><a href="https://based.pt/~bacalhau">[ prev ]</a> | <a href="https://based.pt/webring">[ webring ]</a> | <a href="https://ariamath.xyz/~broke">[ next ]</a></p> 84 </center> 85 <p>© 2026 cowmonk.</p> 86 </footer> 87 </body> 88 </html>