From c79d6cd07559dfaa76da731c5eff2003a90494f0 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Fri, 18 Jul 2025 18:02:13 -0400 Subject: [PATCH] Prep stuff for balloon preprocessor. --- .gitignore | 2 +- index.html | 82 ------------------ {.well-known => src/.well-known}/security.txt | 0 .../acknowledgements.html | 0 {errors => src/errors}/400.html | 0 {errors => src/errors}/401.html | 0 {errors => src/errors}/403.html | 0 {errors => src/errors}/404.html | 0 {errors => src/errors}/500.html | 0 {errors => src/errors}/501.html | 0 {errors => src/errors}/502.html | 0 {errors => src/errors}/503.html | 0 {errors => src/errors}/504.html | 0 {img => src/img}/background.png | Bin {img => src/img}/test-favicon.jpg | Bin src/index.html | 26 ++++++ src/nav.html | 63 ++++++++++++++ robots.txt => src/robots.txt | 0 style.css => src/style.css | 8 ++ 19 files changed, 98 insertions(+), 83 deletions(-) delete mode 100644 index.html rename {.well-known => src/.well-known}/security.txt (100%) rename acknowledgements.html => src/acknowledgements.html (100%) rename {errors => src/errors}/400.html (100%) rename {errors => src/errors}/401.html (100%) rename {errors => src/errors}/403.html (100%) rename {errors => src/errors}/404.html (100%) rename {errors => src/errors}/500.html (100%) rename {errors => src/errors}/501.html (100%) rename {errors => src/errors}/502.html (100%) rename {errors => src/errors}/503.html (100%) rename {errors => src/errors}/504.html (100%) rename {img => src/img}/background.png (100%) rename {img => src/img}/test-favicon.jpg (100%) create mode 100644 src/index.html create mode 100644 src/nav.html rename robots.txt => src/robots.txt (100%) rename style.css => src/style.css (94%) diff --git a/.gitignore b/.gitignore index 8b13789..b60de5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ - +**/target diff --git a/index.html b/index.html deleted file mode 100644 index c6063f1..0000000 --- a/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - Home | Cutieguwu - - - - - - - - - - -
-

lorem ipsum etc idk what else there is in this latin phrase

-
- - - - diff --git a/.well-known/security.txt b/src/.well-known/security.txt similarity index 100% rename from .well-known/security.txt rename to src/.well-known/security.txt diff --git a/acknowledgements.html b/src/acknowledgements.html similarity index 100% rename from acknowledgements.html rename to src/acknowledgements.html diff --git a/errors/400.html b/src/errors/400.html similarity index 100% rename from errors/400.html rename to src/errors/400.html diff --git a/errors/401.html b/src/errors/401.html similarity index 100% rename from errors/401.html rename to src/errors/401.html diff --git a/errors/403.html b/src/errors/403.html similarity index 100% rename from errors/403.html rename to src/errors/403.html diff --git a/errors/404.html b/src/errors/404.html similarity index 100% rename from errors/404.html rename to src/errors/404.html diff --git a/errors/500.html b/src/errors/500.html similarity index 100% rename from errors/500.html rename to src/errors/500.html diff --git a/errors/501.html b/src/errors/501.html similarity index 100% rename from errors/501.html rename to src/errors/501.html diff --git a/errors/502.html b/src/errors/502.html similarity index 100% rename from errors/502.html rename to src/errors/502.html diff --git a/errors/503.html b/src/errors/503.html similarity index 100% rename from errors/503.html rename to src/errors/503.html diff --git a/errors/504.html b/src/errors/504.html similarity index 100% rename from errors/504.html rename to src/errors/504.html diff --git a/img/background.png b/src/img/background.png similarity index 100% rename from img/background.png rename to src/img/background.png diff --git a/img/test-favicon.jpg b/src/img/test-favicon.jpg similarity index 100% rename from img/test-favicon.jpg rename to src/img/test-favicon.jpg diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..d623e3a --- /dev/null +++ b/src/index.html @@ -0,0 +1,26 @@ + + + + + Home | Cutieguwu + + + + + + + + +
+

lorem ipsum etc idk what else there is in this latin phrase

+
+ + + + diff --git a/src/nav.html b/src/nav.html new file mode 100644 index 0000000..b9557cd --- /dev/null +++ b/src/nav.html @@ -0,0 +1,63 @@ + diff --git a/robots.txt b/src/robots.txt similarity index 100% rename from robots.txt rename to src/robots.txt diff --git a/style.css b/src/style.css similarity index 94% rename from style.css rename to src/style.css index 8c956a7..334eb1e 100644 --- a/style.css +++ b/src/style.css @@ -45,6 +45,14 @@ hr { float: left; } +.nav_pane hr { + color: lightpink; + margin-top: 0.5vh; + margin-bottom: 0.5vh; + margin-left: 1.25vh; + margin-right: 1.25vh; +} + .nav_logo { color: lightpink; font-family: Arial, Helvetica, sans-serif;