From 851b381ef4deede8c8b656f8cc59818a50d63094160a4645347dc1ccfc09e2af Mon Sep 17 00:00:00 2001 From: Nyx Tutt Date: Sun, 23 Feb 2025 22:22:58 -0600 Subject: [PATCH] start work on new site static for now Signed-off-by: Nyx Tutt --- site/assets/index.css | 14 +++++++++++ site/index.html | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 site/assets/index.css create mode 100644 site/index.html diff --git a/site/assets/index.css b/site/assets/index.css new file mode 100644 index 0000000..59ce72a --- /dev/null +++ b/site/assets/index.css @@ -0,0 +1,14 @@ +@media (prefers-color-scheme: dark) { + * { + background-color: black; + color: white; + } +} + +h1, h2, h3 { + font-family: monospace; +} + +body { + font-family: system-ui; +} diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..a7c26e3 --- /dev/null +++ b/site/index.html @@ -0,0 +1,55 @@ + + + + + Nyx's personal site + + + + + + +

+ Nyx Tutt +

+

+ about it +

+

+ it is a cat-robot-girl-thing. it likes to speak about itself in the third person. + it likes linux and uses nixos. +

+

+ contact +

+

+ this one has a few forms of contact:
+

+

+

+ links +

+

+

+

+