diff --git a/resources/mainPage.html b/resources/mainPage.html index 01b4c52..adfc9e0 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -62,8 +62,24 @@ {LANYARD_FULL}


Announcement!

-

I'm getting a hand-me-down server, so I might end up hosting fedi and matrix on it!
(Note that they will probably both be single user instances so this does not affect you :P)

-

Also this isn't dynamic this is literally just something I throw in the source code but maybe one day it will be...

+

Soon enough, I will begin work on a complete rewrite for Violet's Purgatory. This rework will be done in hopes of:
+

+ +

+ The codeberg repository for this site was made 6 months ago, not counting all the contributions I had done before then. Thats alot of time, and i've learnt so much since then! This was even my first project to do Dynamic HTML!
+ It has been an absolutely wonderful journey, but as per usual, its about time we do some reworking!
+ I may still keep this version of the website up for archival sake (And, worst comes to worst, I'll still have it on archive.org)
+ This rewrite will take time, so from now on, updates to Violet's Purgatory will be slow or nonexistant.
+ And if you're curious, you can always check the beta branch to see how progress is going!
+ Thank you for your time and encouragement, It's been a fun year on violets-purgatory.dev :) +

+

P.S.: As my final gift, CSS is now minified!!! woohoo!!!

{SOCIALS} diff --git a/resources/style.css b/resources/style.css index dd5a9e4..0a69980 100644 --- a/resources/style.css +++ b/resources/style.css @@ -33,7 +33,7 @@ li { color: white; } -ul { +ul, ol { display: inline-block }