Dynamic Discord!

This commit is contained in:
bingus_violet 2024-03-08 10:49:47 -06:00
parent 65e9dd1854
commit e74fb532ab
6 changed files with 56 additions and 3 deletions

View file

@ -44,6 +44,7 @@
</div>
</div>
<p>Make sure to check out this project on <a href="https://codeberg.org/bingus_violet/violets-purgatory">Codeberg</a>!</p>
{ACTIVITIES}
<h2><hr>Services</h2>

View file

@ -13,7 +13,7 @@ body {
}
main {
animation: fadeUp 2s cubic-bezier(0.075, 0.82, 0.165, 1);
animation: fadeUp 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes fadeUp {