Reinstate random titles, a few new highlights, credit cash.js

This commit is contained in:
bingus_violet 2025-08-20 16:09:40 -05:00
parent 9f5eb57f70
commit d89c30a1c5
3 changed files with 19 additions and 5 deletions

View file

@ -27,12 +27,14 @@
"The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!", "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", "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!", "Did you know on the 10th, 20th, and 30th of every month it rains? Wow!",
"Mercenary Risk of Rain <3", "Mercenary Risk of Rain &lt;3",
"This font pleases me but I wish I could make hearts. &lt;. Look at that thing. Hideous.",
"Teto", "Teto",
"" ""
], ],
"titles": [ "titles": [
"World's Worst Developer" "The Developer Of All Time",
"#1 NA Mercenary RoR2 main"
], ],
"thumborInstances": [ "thumborInstances": [
"https://thumbor-production-0e82.up.railway.app/", "https://thumbor-production-0e82.up.railway.app/",
@ -119,6 +121,7 @@
{ {
"words": [ "words": [
"Forgejo", "Forgejo",
"Firefox",
"HTML", "HTML",
".html", ".html",
"Shortcat", "Shortcat",
@ -291,7 +294,9 @@
}, },
{ {
"words": [ "words": [
"Risk of Rain 2" "Risk of Rain 2",
"RoR2",
"Chromium"
], ],
"color": "rgb(150, 220, 255)", "color": "rgb(150, 220, 255)",
"caseInsensitive": true "caseInsensitive": true

View file

@ -36,7 +36,8 @@
<p>Make sure to check out this project on <a href="https://git.violets-purgatory.dev/bingus_violet/violets-purgatory">Forgejo</a>!</p> <p>Make sure to check out this project on <a href="https://git.violets-purgatory.dev/bingus_violet/violets-purgatory">Forgejo</a>!</p>
<hr> <hr>
<div id="card"> <div id="card">
<h2>{Violet}</h2> <h1>{Violet}</h1>
<p class="small">{RANDOM_TITLE}</p>
<div style="display: flex; justify-content: center; align-items: center;"> <div style="display: flex; justify-content: center; align-items: center;">
<div style="width: 50%;"> <div style="width: 50%;">
<img draggable="false" src="https://api.violets-purgatory.dev/v1/pfp?width=256&height=256" class="pfp"> <img draggable="false" src="https://api.violets-purgatory.dev/v1/pfp?width=256&height=256" class="pfp">
@ -105,7 +106,8 @@
<hr> <hr>
<h2>Credits</h2> <h2>Credits</h2>
<ul> <ul>
<li>New favicon created by <a href="https://x.com/sandyisnumber1">Miley!! (@sandyisnumber1)</a> on Twitter</li> <li>New favicon by <a href="https://x.com/sandyisnumber1">Miley!! (@sandyisnumber1)</a> on Twitter</li>
<li><a href="https://github.com/fabiospampinato/cash">cash.js</a> on Github (Saving my sanity)</li>
</ul> </ul>
{PATH_STATS} {PATH_STATS}

View file

@ -7,6 +7,13 @@ body {
animation: hideContent 1s; animation: hideContent 1s;
} }
.small {
padding: 0;
margin: 0;
color: darkgray;
filter: contrast(0.75)
}
.mainTitle { .mainTitle {
font-size: min(calc(2rem + 2vw), 3rem); font-size: min(calc(2rem + 2vw), 3rem);
display: block; display: block;