hi!! i'm cry (they/them)
-diff --git a/imgs/c00L_y2k_g1rL.png b/imgs/c00L_y2k_g1rL.png deleted file mode 100644 index 34bf1f5..0000000 Binary files a/imgs/c00L_y2k_g1rL.png and /dev/null differ diff --git a/scripts/bakeimgs b/scripts/bakeimgs index b04afbb..4b0f436 100755 --- a/scripts/bakeimgs +++ b/scripts/bakeimgs @@ -4,9 +4,8 @@ # ===== Configuration ===== # IMGS_DIR="imgs" -BAKE_DIR="www/baked" +BAKE_DIR="bake" # ========================= # mkdir -p "$BAKE_DIR" magick -background '#000000' -size 100x100 "$IMGS_DIR/mirror-icon.svg" "$BAKE_DIR/mirror-icon.png" -magick "$IMGS_DIR/c00L_y2k_g1rL.png" -resize 50% "$BAKE_DIR/avatar.png" diff --git a/www/audio/README.md b/www/audio/README.md deleted file mode 100644 index 2262796..0000000 --- a/www/audio/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Credit -1. [me and my UNREGISTERED FIREARM](https://www.youtube.com/watch?v=5NWH-UmwWeM) by **@oranjate** -2. [UNDO UNDO](https://www.youtube.com/watch?v=lCaun_EiJZQ) by **@Rolobi** diff --git a/www/audio/UNDO_UNDO.mpeg b/www/audio/UNDO_UNDO.mpeg deleted file mode 100644 index f91cc00..0000000 Binary files a/www/audio/UNDO_UNDO.mpeg and /dev/null differ diff --git a/www/audio/UNREGISTERED_FIREARM.mpeg b/www/audio/UNREGISTERED_FIREARM.mpeg deleted file mode 100644 index 1e7e937..0000000 Binary files a/www/audio/UNREGISTERED_FIREARM.mpeg and /dev/null differ diff --git a/www/css/ppty.css b/www/css/ppty.css index ecf388d..73192fb 100644 --- a/www/css/ppty.css +++ b/www/css/ppty.css @@ -3,6 +3,15 @@ /* =========================================================== */ .ppty { + background-color: var(--theme-bg); + border: 0.5ch solid var(--theme-tty-border); + + margin: auto auto; + padding: 20px; + + position: relative; + height: auto; + /* display: block; */ /* flex-direction: column; */ /* justify-content: start; */ @@ -10,9 +19,6 @@ /* align-items: start; */ overflow: hidden; - - font-family: monospace; - font-weight: bold; } .ppty-block { diff --git a/www/css/style.css b/www/css/style.css index 0c5a154..f4d9a73 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -2,11 +2,6 @@ body { background-color: var(--theme-bg); } -main { - visibility: hidden; - opacity: 0; -} - #bg-canvas { display:block; position: fixed; @@ -17,7 +12,7 @@ main { z-index: -1; } -.centered-container { +.centered { position: absolute; inset: 0 0 0 0; margin: auto; @@ -25,22 +20,8 @@ main { display: flex; } -.centered { - margin: auto auto; - position: relative; -} - -/* like iframes but . . . wait what are iframes again? */ -.cryframe { - border: 0.5ch solid var(--theme-tty-border); - padding: 20px; - - width: auto; - height: auto; - - background-color: var(--theme-bg); - color: var(--theme-text); - +.heading { font-family: monospace; - font-size: 1.5em + font-size: 2em; + font-weight: bold; } diff --git a/www/index.html b/www/index.html index 55f1c87..166f674 100644 --- a/www/index.html +++ b/www/index.html @@ -20,8 +20,8 @@ -
hi!! i'm cry (they/them)
-