From 8ec6887d71717813fd75d04c659016d5c11d6830 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Wed, 20 Aug 2025 15:46:26 -0500 Subject: [PATCH 1/3] Remove alotta quotes --- constants.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/constants.json b/constants.json index 0ae64ea..b5020b0 100644 --- a/constants.json +++ b/constants.json @@ -19,34 +19,14 @@ }, "quotes": [ "These birds are Pissing me off... I'm the original        Starwalker", - "The developer the city did not want nor need", "Congratulations Nick, Enjoy your Dota.", - "Can we go back to Skype already", - "I keep forgetting I have a Matrix", - "Pregeneration! Page Pregeneration! It's here! Yippee!!!", - "Can you even call this highlighting anymore it does like 300 other things now", - "If you dont convert your HTML to JSON and then back to HTML did you even really make a Server-Side renderer???", - "I finally know what SSR means. Yeah that. I made one of those (I think).", - "The optimization update: coming out in January 2068!", - "Now with... bleh... JQuery...", - "Louis do NOT make a server side renderer. Worst mistake of my life.", - "Univerter Supremacy", - "Univerter update: Coming. someday. some year. :)", - "IT'S 2015!!!", + "If you dont convert your HTML to JSON and then back to HTML did you even really make a website???", + "Happy 2015!", "Can't believe we got Javascript on Violet's Purgatory before GTA6", - "Vocal percussion on a whole nother level, coming from my mind", - "Rock and stone!", - "ENOUGH about the mushrooms! We all know it's a mushroom! We get it!", - "Yes, yes, we're rich. Time to get a move on, I got management breathing down my neck here!", - "STOP IT! NOW!", - "Five. Hundred. Cigarettes.", - "If I describe this website's server code to a employer they'd be impressed, but then if I showed it to them I'd be put on a blacklist", - "I am placing blocks and shit cuz im in fucking Minecraft!!", "I hope you know every time I add a new quote I have a stroke making sure it shows up right because I have to gamble continously to get it to show up", - "Fun fact: The opening animation was the first thing I made in this rewrite. It has been 99% unchanged.", "The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!", - "Donation software working? As a minor? I'll keep dreaming...", "I should add a chance for there to not be a quote here just to screw with people", + "Did you know on the 10th, 20th, and 30th of every month it rains? Wow!", "" ], "titles": [ From 9f5eb57f708087cc6d62b370530b2b957d75c6a5 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Wed, 20 Aug 2025 15:47:20 -0500 Subject: [PATCH 2/3] Add 2 more quotes bleh bleh --- constants.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.json b/constants.json index b5020b0..81d398a 100644 --- a/constants.json +++ b/constants.json @@ -27,6 +27,8 @@ "The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!", "I should add a chance for there to not be a quote here just to screw with people", "Did you know on the 10th, 20th, and 30th of every month it rains? Wow!", + "Mercenary Risk of Rain <3", + "Teto", "" ], "titles": [ From d89c30a1c55212bf0e1009a934e012a099d8150e Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Wed, 20 Aug 2025 16:09:40 -0500 Subject: [PATCH 3/3] Reinstate random titles, a few new highlights, credit cash.js --- constants.json | 11 ++++++++--- static/index.html | 6 ++++-- static/root.css | 7 +++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/constants.json b/constants.json index 81d398a..db6f4c1 100644 --- a/constants.json +++ b/constants.json @@ -27,12 +27,14 @@ "The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!", "I should add a chance for there to not be a quote here just to screw with people", "Did you know on the 10th, 20th, and 30th of every month it rains? Wow!", - "Mercenary Risk of Rain <3", + "Mercenary Risk of Rain <3", + "This font pleases me but I wish I could make hearts. <. Look at that thing. Hideous.", "Teto", "" ], "titles": [ - "World's Worst Developer" + "The Developer Of All Time", + "#1 NA Mercenary RoR2 main" ], "thumborInstances": [ "https://thumbor-production-0e82.up.railway.app/", @@ -119,6 +121,7 @@ { "words": [ "Forgejo", + "Firefox", "HTML", ".html", "Shortcat", @@ -291,7 +294,9 @@ }, { "words": [ - "Risk of Rain 2" + "Risk of Rain 2", + "RoR2", + "Chromium" ], "color": "rgb(150, 220, 255)", "caseInsensitive": true diff --git a/static/index.html b/static/index.html index dd9c60e..afac244 100644 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,8 @@

Make sure to check out this project on Forgejo!


-

{Violet}

+

{Violet}

+

{RANDOM_TITLE}

@@ -105,7 +106,8 @@

Credits

{PATH_STATS} diff --git a/static/root.css b/static/root.css index c070e46..be50636 100644 --- a/static/root.css +++ b/static/root.css @@ -7,6 +7,13 @@ body { animation: hideContent 1s; } +.small { + padding: 0; + margin: 0; + color: darkgray; + filter: contrast(0.75) +} + .mainTitle { font-size: min(calc(2rem + 2vw), 3rem); display: block;