More links ig

This commit is contained in:
Bingus_Violet 2024-02-27 21:47:30 -06:00
parent 0fcb8a91fd
commit b114d4c2d9
2 changed files with 4 additions and 4 deletions

View file

@ -38,8 +38,8 @@
<div> <div>
<p style="padding: 10px;">Hi! I'm Violet, a 15 year old web and game developer. <br> I aspire to make fast and Javascript free websites! I'm currently learning the Godot Engine, but most of my time recently has been spent learning NodeJS.</p> <p style="padding: 10px;">Hi! I'm Violet, a 15 year old web and game developer. <br> I aspire to make fast and Javascript free websites! I'm currently learning the Godot Engine, but most of my time recently has been spent learning NodeJS.</p>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a> <a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<!-- <a class="chip" href="https://blog.violets-purgatory.dev">Blog</a> <a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a> --> <a class="chip" href="https://fs.violets-purgatory.dev">FileShare</a>
{CUSTOM_STATUS} {CUSTOM_STATUS}
</div> </div>
</div> </div>

View file

@ -23,7 +23,7 @@
} }
.animatedTitle { .animatedTitle {
animation: mainText 3s cubic-bezier(0.075, 0.82, 0.165, 1); animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
margin: auto; margin: auto;
max-width: 75%; max-width: 75%;
/* outline: 1px white solid; */ /* outline: 1px white solid; */
@ -31,7 +31,7 @@
.animatedMain { .animatedMain {
opacity: 1; opacity: 1;
animation: fadeDelay 3s cubic-bezier(0.075, 0.82, 0.165, 1); animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1);
} }
.pfp { .pfp {