From 1b803646a9f51af19f68feab6aaf41a8894f339a Mon Sep 17 00:00:00 2001 From: Violet Date: Thu, 9 Nov 2023 20:56:11 -0600 Subject: [PATCH] Better pronouns page! and new CSS!!! --- static/index.html | 8 ++-- static/pronouns/index.html | 77 +++++++++++++++++++++----------------- static/style.css | 9 ++--- 3 files changed, 51 insertions(+), 43 deletions(-) diff --git a/static/index.html b/static/index.html index 8704925..71db7ab 100644 --- a/static/index.html +++ b/static/index.html @@ -11,6 +11,8 @@ Violet's Purgatory + + @@ -37,9 +39,9 @@

Socials

Pronouns


-

Fediverse: @Bingus_Violet@tech.lgbt

-

Ko-Fi: bingus_violet - Please donate!

+

Fediverse: @Bingus_Violet@tech.lgbt

+

Ko-Fi: bingus_violet - Please donate!

If you have any problems with the site, put up an issue on codeberg!

diff --git a/static/pronouns/index.html b/static/pronouns/index.html index 47b45b2..c7182a7 100644 --- a/static/pronouns/index.html +++ b/static/pronouns/index.html @@ -5,6 +5,9 @@ + + Pronouns - Violet's Purgatory @@ -13,45 +16,49 @@ - + -
-

Home

-

Preferences

-
-

Love

- -

Fine if used Silly/Jokingly

-

Neutral

-

Hate

-
+
+

Home

+

Pronouns

+
+
+

Love

+ +

Fine if used Silly/Jokingly

+

Neutral

+

Hate

+
+
+
+

Names

+

Violet, Vivi, Vi, V

+ +

Purple guy

+
+
-

Names

-

Violet, Vivi, Vi, V

- -

Purple guy

-
+
+

Pronouns

+

They/Them

+

She/Her, etc...

+

He/Him

+
+
-

Pronouns

-

They/Them

- -

Other

-

He/Him

-
+
+

Honorifics

+ +

Sir, Mr

+

Mx

+
-

Words

-

Honorifics

- -

Sir, Mr

-

Mx

- -

Other words

-

Any silly Enby/Slime/Moth related terms

- -

Guy, Pardner

- -
-

This page will be updated over time!

+
+

Other words

+

Any silly Enby/Slime/Moth related terms

+ +

Guy, Pardner

+
diff --git a/static/style.css b/static/style.css index 082bda2..27621b4 100644 --- a/static/style.css +++ b/static/style.css @@ -20,7 +20,7 @@ h2 { body, html { overflow-x: hidden; margin: auto; - background-color: rgb(30, 5, 60); + background-color: rgb(20, 5, 60); width: 100vw; height: 100vh; margin: 0; @@ -34,7 +34,7 @@ body, html { } a { - color: rgb(230, 175, 255); + color: rgb(175, 225, 255); text-decoration: none; display: inline-block; transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1); @@ -43,7 +43,7 @@ a { .chip { font-size: 1.3rem; border: 2px gray solid; - border-radius: 8px; + /* border-radius: 4px; */ background-color: black; padding: 8px; margin: 3px; @@ -94,8 +94,7 @@ hr { } #card { - background-image: linear-gradient(-45deg, rgb(75, 25, 125), rgb(100, 30, 100)); - background-color: rgb(50, 25, 100); + background-color: rgb(75, 25, 100); padding: 15px; border: 2px white solid; margin: auto;