From 185c66b86abf719e1b2f07ef16ee28dbf9226b54 Mon Sep 17 00:00:00 2001 From: Violet Date: Tue, 7 Nov 2023 20:40:43 +0000 Subject: [PATCH] Back to the card! --- static/index.html | 13 ++++---- static/p/index.html | 75 +++++++++++++++++++++++++-------------------- static/s/index.html | 38 +++++++++++++++-------- static/style.css | 8 +++-- 4 files changed, 77 insertions(+), 57 deletions(-) diff --git a/static/index.html b/static/index.html index 254bfd7..217b5fb 100644 --- a/static/index.html +++ b/static/index.html @@ -13,12 +13,12 @@ -

Welcome to Violet's Purgatory

-
-
+
+

Violet

-
+
@@ -34,15 +34,14 @@

The world's worst developer

-
-

Ko-Fi: Ko-Fi: bingus_violet - Please donate!



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

+ href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!

-->
diff --git a/static/p/index.html b/static/p/index.html index 955ccae..47b45b2 100644 --- a/static/p/index.html +++ b/static/p/index.html @@ -1,5 +1,6 @@ + @@ -8,45 +9,51 @@ + - -
-

Home

-

Preferences

-

Love

- -

Fine if used Silly/Jokingly

-

Neutral

-

Hate

-
+ -

Names

-

Violet, Vivi, Vi, V

- -

Purple guy

-
+
+

Home

+

Preferences

+
+

Love

+ +

Fine if used Silly/Jokingly

+

Neutral

+

Hate

+
-

Pronouns

-

They/Them

- -

Other

-

He/Him

-
- -

Words

-

Honorifics

- -

Sir, Mr

-

Mx

- -

Other words

-

Any silly Enby/Slime/Moth related terms

- -

Guy, Pardner

+

Names

+

Violet, Vivi, Vi, V

+ +

Purple guy

+
-
-

This page will be updated over time!

+

Pronouns

+

They/Them

+ +

Other

+

He/Him

+
+ +

Words

+

Honorifics

+ +

Sir, Mr

+

Mx

+ +

Other words

+

Any silly Enby/Slime/Moth related terms

+ +

Guy, Pardner

+ +
+

This page will be updated over time!

+ +
+ \ No newline at end of file diff --git a/static/s/index.html b/static/s/index.html index 7895daa..c90e19d 100644 --- a/static/s/index.html +++ b/static/s/index.html @@ -1,5 +1,6 @@ + @@ -8,20 +9,31 @@ Socials - Violet's Purgatory + +
Home -

Socials

-

Chat Applications:

-

Matrix: @bingus_violet:catgirl.cloud

-

Revolt: BingusViolet#5573

-

Discord: bingus_violet

-

Social media:

-

Fedi: @Bingus_Violet@tech.lgbt

-

Youtube: Violet's Fiasco

-

Git sites:

-

Github: Violets-puragtory

-

Codeberg: Bingus_Violet

-

Game sites:

-

Steam: Violet

+

Socials +
+

+
+

Chat Applications:

+

Matrix: @bingus_violet:catgirl.cloud

+

Revolt: BingusViolet#5573

+

Discord: bingus_violet

+

Social media:

+

Fedi: @Bingus_Violet@tech.lgbt

+

Youtube: Violet's Fiasco

+

Git sites:

+

Github: Violets-puragtory

+

Codeberg: Bingus_Violet

+

Game sites:

+

Steam: Violet

+ +
+ \ No newline at end of file diff --git a/static/style.css b/static/style.css index 186f4e1..811b440 100644 --- a/static/style.css +++ b/static/style.css @@ -20,10 +20,11 @@ h2 { body { margin: auto; background-color: rgb(10, 5, 20); - max-width: 1100px; + width: 100vw; + height: 100vh; } -#maindiv { +.fadediv { animation-name: fade-in; animation-duration: .75s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); @@ -95,7 +96,8 @@ hr { padding: 15px; border: 2px white solid; margin: auto; - max-width: 90%; + max-width: 1000px; + width: 90%; } /* I am so sorry about this code,,, */