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

@ -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}

View file

@ -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;