From 7affc945ca948b69f9e1819f7522a73364cc6a3b Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 3 Nov 2023 20:12:37 -0500 Subject: [PATCH] dunno --- static/index.html | 46 +++++++++++++++++++++++++++++++--------------- static/style.css | 36 ++++++++++++++++++++++-------------- 2 files changed, 53 insertions(+), 29 deletions(-) diff --git a/static/index.html b/static/index.html index bbf1f4c..e8c6cff 100644 --- a/static/index.html +++ b/static/index.html @@ -5,29 +5,40 @@ - + Violet's Purgatory -

Violet's Purgatory

+

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

-

Proffesion: Being bad at webdev

+

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

+
-

They/Them

-

Non-Binary

-

(More info)

+ +
+
+ +
+
+

Name: Violet

+

Pronouns: They/Them

+

Gender: Non-binary

+
+

The world's worst developer

+

Socials:

-

Ko-Fi: bingus_violet - Please donate!

+

Ko-Fi: bingus_violet - Please donate!



-

Fedi: @Bingus_Violet@tech.lgbt

+

Fedi: @Bingus_Violet@tech.lgbt

Matrix: @bingus_violet:catgirl.cloud

Revolt: BingusViolet#5573

Discord: bingus_violet

@@ -35,16 +46,21 @@

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

+

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

+

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

+

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


-

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

+

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

\ No newline at end of file diff --git a/static/style.css b/static/style.css index 80602f7..afe7914 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ h1 { color: rgb(225, 215, 255); font-size: 2.5rem; - margin-top: 30px; + margin-top: 20px; } h2 { @@ -18,7 +18,6 @@ h2 { } body { - padding: 15px; margin: auto; background-color: rgb(10, 5, 20); max-width: 1100px; @@ -37,11 +36,11 @@ a { .chip { font-size: 1.3rem; - border: 2px white solid; - border-radius: 15px; + border: 2px gray solid; + border-radius: 8px; background-color: black; - padding: 10px; - margin: 5px; + padding: 8px; + margin: 3px; display: inline-block; transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); /* transform: scale(0.95) */ @@ -50,7 +49,8 @@ a { .chip:hover { /* background-color: rgb(20, 10, 30); */ /* transform: scale(1); */ - font-size: 1.4rem; + font-size: 1.35rem; + border-color: white; } a:hover { @@ -66,18 +66,17 @@ p { } img { - width: 30%; - max-width: 150px; - min-width: 100px; - border: rgb(175, 75, 200) 4px solid; + width: 45%; + max-width: 175px; + border: darkgray 4px solid; border-radius: 50%; - transform: scale(0.9); + transform: scale(0.95); transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1); } img:hover { - transform: scale(1); - /* border-color: rgb(255, 200, 255); */ + transform: scale(1.05); + border-color: rgb(255, 200, 255); object-fit: cover; } @@ -88,6 +87,15 @@ hr { margin: 20px 10%; } +#card { + background-image: linear-gradient(-45deg, rgb(75, 25, 125), rgb(100, 30, 100)); + background-color: rgb(50, 25, 100); + padding: 15px; + border: 2px white solid; + margin: auto; + max-width: 90%; +} + .love::before { content: "<3 "; color: rgb(255, 100, 150);