hi!! i'm cry (they/them)
+diff --git a/imgs/c00L_y2k_g1rL.png b/imgs/c00L_y2k_g1rL.png new file mode 100644 index 0000000..34bf1f5 Binary files /dev/null and b/imgs/c00L_y2k_g1rL.png differ diff --git a/scripts/bakeimgs b/scripts/bakeimgs index 4b0f436..b04afbb 100755 --- a/scripts/bakeimgs +++ b/scripts/bakeimgs @@ -4,8 +4,9 @@ # ===== Configuration ===== # IMGS_DIR="imgs" -BAKE_DIR="bake" +BAKE_DIR="www/baked" # ========================= # 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 new file mode 100644 index 0000000..2262796 --- /dev/null +++ b/www/audio/README.md @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000..f91cc00 Binary files /dev/null and b/www/audio/UNDO_UNDO.mpeg differ diff --git a/www/audio/UNREGISTERED_FIREARM.mpeg b/www/audio/UNREGISTERED_FIREARM.mpeg new file mode 100644 index 0000000..1e7e937 Binary files /dev/null and b/www/audio/UNREGISTERED_FIREARM.mpeg differ diff --git a/www/css/ppty.css b/www/css/ppty.css index 73192fb..ecf388d 100644 --- a/www/css/ppty.css +++ b/www/css/ppty.css @@ -3,15 +3,6 @@ /* =========================================================== */ .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; */ @@ -19,6 +10,9 @@ /* 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 f4d9a73..0c5a154 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -2,6 +2,11 @@ body { background-color: var(--theme-bg); } +main { + visibility: hidden; + opacity: 0; +} + #bg-canvas { display:block; position: fixed; @@ -12,7 +17,7 @@ body { z-index: -1; } -.centered { +.centered-container { position: absolute; inset: 0 0 0 0; margin: auto; @@ -20,8 +25,22 @@ body { display: flex; } -.heading { - font-family: monospace; - font-size: 2em; - font-weight: bold; +.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); + + font-family: monospace; + font-size: 1.5em } diff --git a/www/index.html b/www/index.html index 166f674..55f1c87 100644 --- a/www/index.html +++ b/www/index.html @@ -20,8 +20,8 @@ -
hi!! i'm cry (they/them)
+