diff --git a/sass/stylesheet.css b/sass/stylesheet.css index b220310..80a95ad 100644 --- a/sass/stylesheet.css +++ b/sass/stylesheet.css @@ -9,6 +9,14 @@ html { background: #141414; } html h1, html h2, html h3 { color: #eee; } + html code { + background: #282828; + padding: .5pt 5pt; + border: #ddd 2px solid; } + html code:has(pre) { + display: block; + width: fit-content; + margin: 1em 0; } body { /* Make the body a 80 character wide container */ @@ -50,7 +58,7 @@ header nav ul { flex-grow: 1; text-align: center; } -#interests ul { +ul.two { column-count: 2; } a, a:link { @@ -61,6 +69,10 @@ a:visited { text-decoration: none; color: #3784e8; } +.netscape-container img { + width: 88px; + height: 31px; } + a:hover { text-decoration: none; color: #37DCE8; @@ -90,23 +102,35 @@ footer nav ul { color: #ddd; background: #141414; } html h1, html h2, html h3 { - color: #eee; } } + color: #eee; } + html code { + background: #282828; + border: #ddd 2px solid; } } @media (prefers-color-scheme: light) { html { color: #333; background: #fcfcfc; } html h1, html h2, html h3 { - color: #111; } } + color: #111; } + html code { + background: #eee; + border: #333 2px solid; } } html:has(#color-scheme-dark:checked) { color: #ddd; background: #141414; } html:has(#color-scheme-dark:checked) h1, html:has(#color-scheme-dark:checked) h2, html:has(#color-scheme-dark:checked) h3 { color: #eee; } + html:has(#color-scheme-dark:checked) code { + background: #282828; + border: #ddd 2px solid; } html:has(#color-scheme-light:checked) { color: #333; background: #fcfcfc; } html:has(#color-scheme-light:checked) h1, html:has(#color-scheme-light:checked) h2, html:has(#color-scheme-light:checked) h3 { color: #111; } + html:has(#color-scheme-light:checked) code { + background: #eee; + border: #333 2px solid; } diff --git a/static/abc.gif b/static/abc.gif new file mode 100644 index 0000000..eabb7d8 Binary files /dev/null and b/static/abc.gif differ diff --git a/static/acidnow.jpg b/static/acidnow.jpg new file mode 100644 index 0000000..441de88 Binary files /dev/null and b/static/acidnow.jpg differ diff --git a/static/anarchynow.gif b/static/anarchynow.gif new file mode 100644 index 0000000..c6ffe22 Binary files /dev/null and b/static/anarchynow.gif differ diff --git a/static/badapple.webp b/static/badapple.webp new file mode 100644 index 0000000..5879bed Binary files /dev/null and b/static/badapple.webp differ diff --git a/static/briish.gif b/static/briish.gif new file mode 100644 index 0000000..191fc2e Binary files /dev/null and b/static/briish.gif differ diff --git a/static/button-2hu.gif b/static/button-2hu.gif new file mode 100644 index 0000000..a27656e Binary files /dev/null and b/static/button-2hu.gif differ diff --git a/static/button-css.gif b/static/button-css.gif new file mode 100644 index 0000000..24fb8d5 Binary files /dev/null and b/static/button-css.gif differ diff --git a/static/button-grid.gif b/static/button-grid.gif new file mode 100644 index 0000000..1073f94 Binary files /dev/null and b/static/button-grid.gif differ diff --git a/static/button-html.gif b/static/button-html.gif new file mode 100644 index 0000000..dd832a0 Binary files /dev/null and b/static/button-html.gif differ diff --git a/static/button-ublock.gif b/static/button-ublock.gif new file mode 100644 index 0000000..2b0ca0f Binary files /dev/null and b/static/button-ublock.gif differ diff --git a/static/canada.gif b/static/canada.gif new file mode 100644 index 0000000..88eef8d Binary files /dev/null and b/static/canada.gif differ diff --git a/static/ccs.gif b/static/ccs.gif new file mode 100644 index 0000000..12a2fb9 Binary files /dev/null and b/static/ccs.gif differ diff --git a/static/cuteanimegirls.gif b/static/cuteanimegirls.gif new file mode 100644 index 0000000..c226c39 Binary files /dev/null and b/static/cuteanimegirls.gif differ diff --git a/static/fftake.gif b/static/fftake.gif new file mode 100644 index 0000000..7a86d07 Binary files /dev/null and b/static/fftake.gif differ diff --git a/static/fucknfts.png b/static/fucknfts.png new file mode 100644 index 0000000..88124a6 Binary files /dev/null and b/static/fucknfts.png differ diff --git a/static/hl.gif b/static/hl.gif new file mode 100644 index 0000000..cb79281 Binary files /dev/null and b/static/hl.gif differ diff --git a/static/keysmash.gif b/static/keysmash.gif new file mode 100644 index 0000000..73f78ee Binary files /dev/null and b/static/keysmash.gif differ diff --git a/static/lain.gif b/static/lain.gif new file mode 100644 index 0000000..ca6c70d Binary files /dev/null and b/static/lain.gif differ diff --git a/static/lesbian.png b/static/lesbian.png new file mode 100644 index 0000000..63e3b80 Binary files /dev/null and b/static/lesbian.png differ diff --git a/static/linuxfriendly.gif b/static/linuxfriendly.gif new file mode 100644 index 0000000..bb51fd5 Binary files /dev/null and b/static/linuxfriendly.gif differ diff --git a/static/medjed.jpg b/static/medjed.jpg new file mode 100644 index 0000000..6b6d4fb Binary files /dev/null and b/static/medjed.jpg differ diff --git a/static/minecraft.gif b/static/minecraft.gif new file mode 100644 index 0000000..bc01783 Binary files /dev/null and b/static/minecraft.gif differ diff --git a/static/nb.png b/static/nb.png new file mode 100644 index 0000000..e0377ab Binary files /dev/null and b/static/nb.png differ diff --git a/static/neovim.gif b/static/neovim.gif new file mode 100644 index 0000000..c3670e2 Binary files /dev/null and b/static/neovim.gif differ diff --git a/static/nixos.png b/static/nixos.png new file mode 100644 index 0000000..934ad98 Binary files /dev/null and b/static/nixos.png differ diff --git a/static/openeyes.jpg b/static/openeyes.jpg new file mode 100644 index 0000000..8e0ce8a Binary files /dev/null and b/static/openeyes.jpg differ diff --git a/static/ourpaws.png b/static/ourpaws.png new file mode 100644 index 0000000..a6c516b Binary files /dev/null and b/static/ourpaws.png differ diff --git a/static/pgp-now.gif b/static/pgp-now.gif new file mode 100644 index 0000000..ad18ac4 Binary files /dev/null and b/static/pgp-now.gif differ diff --git a/static/piracy.png b/static/piracy.png new file mode 100644 index 0000000..22ac4c9 Binary files /dev/null and b/static/piracy.png differ diff --git a/static/pluralproud.png b/static/pluralproud.png new file mode 100644 index 0000000..841803b Binary files /dev/null and b/static/pluralproud.png differ diff --git a/static/pokemon.jpg b/static/pokemon.jpg new file mode 100644 index 0000000..8597d89 Binary files /dev/null and b/static/pokemon.jpg differ diff --git a/static/rainysource.png b/static/rainysource.png new file mode 100644 index 0000000..bb52870 Binary files /dev/null and b/static/rainysource.png differ diff --git a/static/roly-saynotoweb3.gif b/static/roly-saynotoweb3.gif new file mode 100644 index 0000000..4f5a2f1 Binary files /dev/null and b/static/roly-saynotoweb3.gif differ diff --git a/static/trans.png b/static/trans.png new file mode 100644 index 0000000..9e3b390 Binary files /dev/null and b/static/trans.png differ diff --git a/static/trn.png b/static/trn.png new file mode 100644 index 0000000..7a8562e Binary files /dev/null and b/static/trn.png differ diff --git a/static/xenia.png b/static/xenia.png new file mode 100644 index 0000000..616a824 Binary files /dev/null and b/static/xenia.png differ diff --git a/templates/index.html b/templates/index.html index aa4af7e..4ee9c92 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,17 +4,102 @@

About

- Hi! I'm Kat. I have an eclectic range of interests. + Hi! I'm Kat. I have an eclectic range of interests. To be cringe is to be free! + +
+

Furry Code

+ +
FG[Snow leopard and arctic fox hybrid]4a A- C- D H+ M P++ R T+++ W- Z- Sf+ RLRLAT a cl+++ e++ f++++ h+++ i+++ j+++ p- sf+
+ + Decode +
+ +
+

Geek Code

+ +
-----BEGIN GEEK CODE BLOCK-----
+Version: 3.12
+GCS/IT d-- s: C++ UL L+++ W++ 
+PS+++ PE-- Y++ PGP++ t+ 5+ X+ tv- 
+b D+ G e++ h--- r+++ x+
+------END GEEK CODE BLOCK------
+ + Decode +
+
+ + +
+
+ I'm a transgender woman. + I also identify as non-binary. + I'm a lesbian. + Plural and proud! + Furry! + + Powered by NixOS; the website isn't currently but hopefully will be in the future! I run it on everything else though. + + + Made with Neovim + + + Firefox; take back the web! + + + uBlock Origin, now! Death to the corporate web! + + Anything but Chrome! + + Canadian flag with Eh? + + + Union Jack; flag of the United Kingdom + + Anarchy, now! + Piracy, now! + PGP, now! + Fuck Web3! + Fuck NFTs! + Trans rights, now! + Xenia my beloved + Linux friendly + Open your eyes! + Acid now! :p + Keysmash equality + 2hu!!! + bad apple!!! + Cute anime girls, now! :3 + Serial Experiments Lain + Cardcaptor Sakura :3 + + Pokemon forever! + + Medjed; <3 Futaba Sakura, <3 Persona 5 + Half Life + Minecraft + <HTML> Learn it today + CSS is difficult + Made with CSS Grid +
+ + Sources, where known: + rainy.gay, + hellnet.world, + moosyu/buttons. + +

Interests

-