From b114d4c2d99d5e4de2651f21ef0f575cfebbd3d1 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Tue, 27 Feb 2024 21:47:30 -0600 Subject: [PATCH] More links ig --- static/index.html | 4 ++-- static/root.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/index.html b/static/index.html index 9433ca8..7a07559 100644 --- a/static/index.html +++ b/static/index.html @@ -38,8 +38,8 @@

Hi! I'm Violet, a 15 year old web and game developer.
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.

Beta site - + Blog + FileShare {CUSTOM_STATUS}
diff --git a/static/root.css b/static/root.css index 7039c49..82d28f1 100644 --- a/static/root.css +++ b/static/root.css @@ -23,7 +23,7 @@ } .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; max-width: 75%; /* outline: 1px white solid; */ @@ -31,7 +31,7 @@ .animatedMain { 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 {