From eadf032cdfedd4efa3091f45dcbd076999cd44f2 Mon Sep 17 00:00:00 2001 From: cowmonk Date: Wed, 11 Jun 2025 19:16:27 -0700 Subject: [PATCH] adding some navigation to the website --- credits.html | 60 ++++++++++++++++++++++++++++++++++++++++ index.html | 45 ++++-------------------------- interests.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ main.css | 35 +++++++++++++++++++++-- projects.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 244 insertions(+), 43 deletions(-) create mode 100644 credits.html create mode 100644 interests.html create mode 100644 projects.html diff --git a/credits.html b/credits.html new file mode 100644 index 0000000..8bab113 --- /dev/null +++ b/credits.html @@ -0,0 +1,60 @@ + + + + + + cowmonk's Place + + + + + + + +
+

cowmonk's Digital Lair ~]#

+

Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.

+ +
+ +
+ + +
+
+

$ Credits

+

Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to his website. 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.

+
+
+
+ + + + diff --git a/index.html b/index.html index eb7022a..870db15 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ - - + @@ -16,7 +15,11 @@

cowmonk's Digital Lair ~]#

Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.

@@ -46,44 +49,6 @@

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.

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.

- -
-

$ My Projects

-
-

[ LearnixOS ]

-

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.

-

Learn More ->

-
- -
-

[ CowOS ]

-

Unlike LearnixOS this is NOT Linux-based. This is a Unix-like Operating System that's programmed from scratch in C.

-

View Github ->

-
-
- -
-

$ Other Things I Find Interesting

- -

Feel free to check out my blog for more detailed write-ups on some of these topics.

-
-
-

$ Credits

-

Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to his website. 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.

-
diff --git a/interests.html b/interests.html new file mode 100644 index 0000000..b8cfb16 --- /dev/null +++ b/interests.html @@ -0,0 +1,72 @@ + + + + + + cowmonk's Place + + + + + + + +
+

cowmonk's Digital Lair ~]#

+

Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.

+ +
+ +
+ + +
+
+

$ Other Things I Find Interesting

+
    +
  • Linux From Scratch: The masochist's dream OS.
  • +
  • Suckless Software: Exploring tools that aren't bloat.
  • +
  • Vim: More than just an editor, it's a way of life.
  • +
  • Torrenting: Does anyone actually pay for anything they don't own?
  • +
  • C: Yes I don't like garbage collectors, how can you tell?
  • +
  • Audio Gear: Not a music producer, I just like listening to high quality audio.
  • +
  • Gym: If you can't go into a pool and instantly sink, then you haven't made it in life yet.
  • +
+

Feel free to check out my blog for more detailed write-ups on some of these topics.

+
+
+
+ + + + + + + diff --git a/main.css b/main.css index 170ef82..e5894f0 100644 --- a/main.css +++ b/main.css @@ -28,9 +28,37 @@ body > header p { opacity: 0.8; color: #ccc; margin: 0 0 1rem 0; } -#main-nav a { color: yellow; - margin-right: 1.5rem; - font-size: 1.1em; } +#main-nav { display: flex; + justify-content: center; + flex-wrap: wrap; + gap: 0.75em; + line-height: 1.2; } +#main-nav a { color: #ccc; + text-decoration: none; + font-size: 1.2em; + padding: 0.1em 0.2em; + transition: color 0.2s ease; + position: relative; + display: inline-flex; + align-items: baseline; } +#main-nav a.active-nav-item, +#main-nav a.active-nav-item::before, +#main-nav a.active-nav-item::after { color: #fff; } +#main-nav a::before, +#main-nav a::after { color: #666; + transition: color 0.2s ease; + font-weight: normal; } +#main-nav a::before { content: "["; + margin-right: 0.4em; } +#main-nav a::after { content: "]"; + margin-left: 0.4em } +#main-nav a:hover, +#main-nav a:focus { color: yellow; } +#main-nav a:hover::before, +#main-nav a:hover::after, +#main-nav a:focus::before, +#main-nav a:focus::after { color: yellow; } + .content-wrapper { display: flex; width: 50rem; max-width: 96%; @@ -121,6 +149,7 @@ body > header p { opacity: 0.8; color: #ccc; } .project-item a { font-weight: bold; } + body > footer { width: 50rem; max-width: 96%; margin: 0 auto; diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..6ba27c2 --- /dev/null +++ b/projects.html @@ -0,0 +1,75 @@ + + + + + + cowmonk's Place + + + + + + + +
+

cowmonk's Digital Lair ~]#

+

Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.

+ +
+ +
+ + +
+
+

$ My Projects

+
+

[ LearnixOS ]

+

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.

+

Learn More ->

+
+ +
+

[ CowOS ]

+

Unlike LearnixOS this is NOT Linux-based. This is a Unix-like Operating System that's programmed from scratch in C.

+

View Github ->

+
+
+
+
+ + + +