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 >
< 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 = "index.html" > About< / a >
< a href = "projects.html" > Projects< / a >
< a href = "blog/index.html" > Blog< / a >
< a href = "interests.html" > Interests< / a >
< a href = "#credits" class = "active-nav-item" > 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 > Contact & Links< / summary >
< dl class = "contact-details" >
2025-06-27 14:42:02 -07:00
< dt > Email< / dt >
< dd > cowmonk@based.pt< / dd >
2025-06-21 17:28:11 -07:00
< dt > Discord< / dt >
< dd > @cowmonk< / dd >
< dt > XMPP< / dt >
< dd > cowmonk@based.pt< / dd >
< dt > GitHub< / dt >
< dd > < a href = "https://github.com/cowmonk" target = "_blank" rel = "noopener noreferrer" > github.com/cowmonk< / a > < / dd >
< / dl >
< / details >
< / aside >
< main class = "main-content" >
< section id = "credits" >
< 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 >
< 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" / >
< center >
< p > < a href = "https://bacalhau.based.pt" > prev< / a > | < a href = "https://based.pt/webring" > webring< / a > | < a href = "https://bacalhau.based.pt" > next< / a > < / p >
< / center >
< p > © 2025 cowmonk.< / p >
< / footer >
< / body >
< / html >