commit 09ce5acb3795ca89511acfc3b0d3f4fe6ebb61b4 Author: stab.ing Date: Thu Jun 4 20:21:08 2026 -0500 Stabosas lovely world diff --git a/404.html b/404.html new file mode 100644 index 0000000..b166360 --- /dev/null +++ b/404.html @@ -0,0 +1,3 @@ +

This page wasnt found on the server or an error has occured please return home

+ +

:.(

\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5e22a46 --- /dev/null +++ b/index.html @@ -0,0 +1,69 @@ + + + + stab.ing + + + + + +
+

HELLO!


+ + + + + + + +
+ +
+

Welcome to stab.ing. Owner of red garden, makan co.

+

I love opensource software. My favorite programming languages consist of

+

Go, C, Java, Nim, Python, Vlang

+
+ +
+

Projects

+

I do Minecraft mod dev among other things. You can check my work here:

+ +
+ +
+

My stuff

+ +

My other stuff

+ +
+ +
+

Contact

+

+ XMPP: stab@redgarden.cv
+ Email: stab@stab.ing
+

+
+ +
+

Donate

+

+ XMR: 89abYakWe3sYCCuek3N8QsLjHoxRfYXvqd9bHcoyWk2H8w4SaMDxf5bJyTUrnYxBkmPgqXqgECBD6BKecDAkirixDL3e6ur
+

+
+ +

Note: Some of my personal sites are tunneled through cloudflare (this isnt!) BUT stuff like omnisearch and my xmpp are on a vps.

+

Another Note: I have a discord account but rarely used nowadays. "stabosa87."

+ + maka + + \ No newline at end of file diff --git a/static/archive-banner.png b/static/archive-banner.png new file mode 100644 index 0000000..2a0847f Binary files /dev/null and b/static/archive-banner.png differ diff --git a/static/artixlinux-banner.gif b/static/artixlinux-banner.gif new file mode 100644 index 0000000..63d373e Binary files /dev/null and b/static/artixlinux-banner.gif differ diff --git a/static/discord-no-way-banner.gif b/static/discord-no-way-banner.gif new file mode 100644 index 0000000..4ee8d64 Binary files /dev/null and b/static/discord-no-way-banner.gif differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..9a9473d Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/freebsd-banner.gif b/static/freebsd-banner.gif new file mode 100644 index 0000000..cd41141 Binary files /dev/null and b/static/freebsd-banner.gif differ diff --git a/static/gizmodic-banner.png b/static/gizmodic-banner.png new file mode 100644 index 0000000..af8a620 Binary files /dev/null and b/static/gizmodic-banner.png differ diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..12b8715 --- /dev/null +++ b/static/main.css @@ -0,0 +1,74 @@ +:root { + --bg: #000; + --text: #fff; + --accent: #555555; +} + +body { + background-color: var(--bg); + color: var(--text); + font-family: "Noto Sans Mono", monospace; + line-height: 1.6; + max-width: 650px; + margin: 40px auto; + padding: 0 20px; + padding-bottom: 120px; + overflow-wrap: break-word; + word-wrap: break-word; +} + +h1 { + font-size: 1.2rem; + display: inline-block; + margin-bottom: 20px; +} + +.motd { + font-style: italic; + color: var(--accent); + margin-bottom: 30px; + display: block; +} + +a { + color: var(--text); + text-decoration: underline; +} + +.banners:hover { + color: var(--text); + background: none; +} + +a:hover { + background: var(--text); + color: var(--bg); +} + +section { + margin-bottom: 30px; +} + +.links { + display: flex; + flex-direction: column; + gap: 10px; +} + +.foot { + font-size: 0.8rem; + margin-top: 50px; + opacity: 0.6; +} + +.dacat { + max-width: 100px; + z-index: 100; + pointer-events: none; +} + +@media (max-width: 400px) { + .dacat { + display: none; + } +} \ No newline at end of file diff --git a/static/maka.png b/static/maka.png new file mode 100644 index 0000000..7906506 Binary files /dev/null and b/static/maka.png differ diff --git a/static/public-domain.png b/static/public-domain.png new file mode 100644 index 0000000..7c7ce1d Binary files /dev/null and b/static/public-domain.png differ diff --git a/static/stab-banner.gif b/static/stab-banner.gif new file mode 100644 index 0000000..e0e1684 Binary files /dev/null and b/static/stab-banner.gif differ diff --git a/static/vscodium-banner.gif b/static/vscodium-banner.gif new file mode 100644 index 0000000..c8f43d8 Binary files /dev/null and b/static/vscodium-banner.gif differ