2025-06-21 17:28:11 -07:00
<!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 >
2025-10-11 11:59:15 -07:00
< 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" / >
2025-06-21 17:28:11 -07:00
< / 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" >
2025-10-11 11:59:15 -07:00
< a href = "../" > About< / a >
2025-10-20 13:58:51 -07:00
< a href = "#projects" class = "active-nav-item" > < b > Projects< / b > < / a >
2025-10-11 11:59:15 -07:00
< a href = "../blog/" > Blog< / a >
< a href = "../interests/" > Interests< / a >
< a href = "../credits/" > Credits< / a >
2025-06-21 17:28:11 -07:00
< / nav >
< / header >
< div class = "content-wrapper" >
< aside class = "profile-info" >
2025-10-20 13:58:51 -07:00
< img src = "../assets/images/pfp.png" alt = "[cowmonk pfp]" id = "profile-pic" >
2025-06-21 17:28:11 -07:00
< h3 > cowmonk< / h3 >
< p > < em > Linux enthusiast, C enjoyer, and lifelong suckless shill.< / em > < / p >
< details class = "contacts" >
2025-10-20 13:58:51 -07:00
< summary > < b > Contact & Links< / b > < / summary >
2025-06-21 17:28:11 -07:00
< dl class = "contact-details" >
2025-10-16 17:51:02 -07:00
< dt > Email / XMPP< / dt >
2025-06-27 14:42:02 -07:00
< dd > cowmonk@based.pt< / dd >
2025-06-21 17:28:11 -07:00
< dt > GitHub< / dt >
2025-10-16 17:51:02 -07:00
< dd > < a href = "https://github.com/cowmonk" target = "_blank" rel = "noopener noreferrer" > cowmonk< / a > < / dd >
2026-01-14 08:00:59 -07:00
< dt > Codeberg< / dt >
< dd > < a href = "https://codeberg.org/cowmonk" target = "_blank" rel = "noopener noreferrer" > cowmonk< / a > < / dd >
2025-10-16 17:51:02 -07:00
< dt > Based Git< / dt >
< dd > < a href = "https://git.based.pt/cowmonk" target = "_blank" rel = "noopener noreferrer" > cowmonk< / a > < / dd >
2025-06-21 17:28:11 -07:00
< / dl >
< / details >
< / aside >
< main class = "main-content" >
< 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 -> < / 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 -> < / a > < / p >
< / article >
2025-06-27 15:03:33 -07:00
< article class = "project-item" >
< h3 > [ Website ]< / h3 >
< 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 >
2025-06-27 15:05:26 -07:00
< p > < a href = "https://github.com/cowmonk/cowmonk.github.io" > View Github -> < / a > < / p >
2025-06-27 15:03:33 -07:00
< / article >
2025-06-21 17:28:11 -07:00
< / section >
< / main >
< / div >
< footer >
2025-10-20 13:58:51 -07:00
< 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" / >
2025-06-21 17:28:11 -07:00
< center >
2025-10-20 13:58:51 -07:00
< 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 >
2025-06-21 17:28:11 -07:00
< / center >
2026-01-14 08:00:59 -07:00
< p > © 2026 cowmonk.< / p >
2025-06-21 17:28:11 -07:00
< / footer >
< / body >
< / html >