diff --git a/assets/synth tpose spin.gif b/assets/synth tpose spin.gif new file mode 100644 index 0000000..a375ff3 Binary files /dev/null and b/assets/synth tpose spin.gif differ diff --git a/index.html b/index.html index 27cb6f3..d5d34ad 100644 --- a/index.html +++ b/index.html @@ -55,10 +55,10 @@
- Vector art made of bold squares and other rounded flat shapes of a synth character, They look to the left. Their body is mostly colored with shades of grey and accents of green, including their chest and belly area which is entirely made of green goo. -

hey, i'm ruben!

+

3D Low poly model of my synth character. He's a pretty chubby synth with a belly and chest made entirely out of goo, his frame is mostly made with shades of grey with lime/pastel green accents. hey, i'm ruben!

cheesed to meet ya. -

big gooey synth who is constantly eepy.

+

big gooey synth who is constantly tired.

+ ...or eepy, but definitely more tired.

pronouns

@@ -73,7 +73,7 @@
  • ruben
  • sneexy, sneex*
  • -
  • rubie (ruby)
  • +
  • rube, rubie (ruby)
  • variations/anything else
diff --git a/style.css b/style.css index d495bc0..38fd4b2 100644 --- a/style.css +++ b/style.css @@ -212,7 +212,7 @@ font-family and

is set under .terminal */ /* headings */ h1, h1 a { color: var(--text); - font-size: 32px; + font-size: 2rem; text-decoration: none; } @@ -296,18 +296,16 @@ details[open] > summary::after { } #sneexy > section { - #pfp { - width: 256px; - height: 256px; + h1 #pfp { + width: auto; + height: 6rem; - animation: 3s linear infinite spin-y; - - margin-top: 1em; - margin-bottom: 1em; + vertical-align: middle; } .selfinfo { display: grid; + padding-top: 5px; grid-template-areas: "pronouns names"; div { @@ -849,10 +847,6 @@ footer { } transition: 0s border-color !important; } - - #sneexy > section > #pfp { - animation: unset !important; - } } /* modify widths and spacing depending on the size of the display */