diff --git a/static/index.html b/static/index.html index 9a852f6..856b619 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,8 @@ - + Violet's Purgatory @@ -13,53 +14,36 @@

Welcome to Violet's Purgatory

-
-

...Who?

-

Hi! I'm Violet, a generic web and game developer.
If it wasn't already clear, though, I am not a graphic - designer TwT.

-
+
+
+

Violet

+
+ +
+
+

Pronouns: They/Them

+

Gender: Non-binary

+

Game & web developer

+
+
+
+ +

Socials

+

Pronouns

+

The world's worst developer

+
+
+
-
-
- -
-
-

Name: Violet

-

Pronouns: They/Them

-

Gender: Non-binary

-
-

The world's worst developer

+

Ko-Fi: bingus_violet - Please donate!

+

+ + +

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

-
- -

Ko-Fi: bingus_violet - Please donate!

-

-

Fedi: @Bingus_Violet@tech.lgbt

-

Matrix: @bingus_violet:catgirl.cloud

-

Revolt: BingusViolet#5573

-

Discord: bingus_violet

-

More

-
-

Where did you get this very original website design?

-

Uhmmmmmm..... nowhere :>

-

3 versions (including this one) of my website have been a direct rip off - of my girlfriend's websites T^T

-
-

Stuff im hosting!

-

If you have anything I should host, please put an issue up on codeberg!

-

(New, please try! Report bugs!) NoJS Youtube Converter: yt.violets-purgatory.dev

-

SearXNG: search.violets-purgatory.dev

- -

Fortnite (web): fortnite.violets-purgatory.dev -

-
-

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

diff --git a/static/p/index.html b/static/p/index.html index daa1b87..780e94d 100644 --- a/static/p/index.html +++ b/static/p/index.html @@ -39,7 +39,7 @@

Mx

Other words

-

Any silly Enby/Slime related terms

+

Any silly Enby/Slime/Moth related terms

Dude, Partner, Bro

Guy, Pardner

diff --git a/static/s/index.html b/static/s/index.html index db8a399..7895daa 100644 --- a/static/s/index.html +++ b/static/s/index.html @@ -9,21 +9,19 @@ Socials - Violet's Purgatory -

Socials

- + 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

-

Chat Applications:

-

Matrix: @bingus_violet:catgirl.cloud

-

Revolt: BingusViolet#5573

-

Discord: bingus_violet

-
\ No newline at end of file diff --git a/static/style.css b/static/style.css index afe7914..3fa13a5 100644 --- a/static/style.css +++ b/static/style.css @@ -21,10 +21,12 @@ body { margin: auto; background-color: rgb(10, 5, 20); max-width: 1100px; +} - animation-name: "fade-in"; - animation-duration: 1.5s; - animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); +#maindiv { + animation-name: fade-in; + animation-duration: .75s; + animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } a { @@ -66,8 +68,8 @@ p { } img { - width: 45%; - max-width: 175px; + width: 60%; + max-width: 135px; border: darkgray 4px solid; border-radius: 50%; transform: scale(0.95);