Reinstate random titles, a few new highlights, credit cash.js
This commit is contained in:
parent
9f5eb57f70
commit
d89c30a1c5
3 changed files with 19 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
<hr>
|
||||
<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="width: 50%;">
|
||||
<img draggable="false" src="https://api.violets-purgatory.dev/v1/pfp?width=256&height=256" class="pfp">
|
||||
|
@ -105,7 +106,8 @@
|
|||
<hr>
|
||||
<h2>Credits</h2>
|
||||
<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>
|
||||
|
||||
{PATH_STATS}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue