From b5ec113af4ae8607575c0783fe7128d7478ed921 Mon Sep 17 00:00:00 2001
From: cf12 <11359669+cf12@users.noreply.github.com>
Date: Thu, 23 Nov 2023 17:32:18 -0500
Subject: [PATCH] yup
---
content/_index.md | 2 +-
sass/index.scss | 4 ++--
templates/partials/footer.html | 6 ++----
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/content/_index.md b/content/_index.md
index effd9b7..e5c41a5 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,7 +3,7 @@ title = "Brian Xiang - Portfolio"
template = "index.html"
+++
-hiya, my name is brian xiang (aka cf12).
+hello, my name is brian xiang (aka cf12).
i'm an incoming software engineer at
capital one & computer science major at the
diff --git a/sass/index.scss b/sass/index.scss
index 6298e2e..eb00885 100644
--- a/sass/index.scss
+++ b/sass/index.scss
@@ -50,7 +50,7 @@ body {
#signature {
transform-origin: center right;
- transition: transform 400ms ease;
+ transition: transform 300ms ease;
#signaturePathBg {
fill: var(--text-3);
@@ -66,7 +66,7 @@ body {
stroke-dasharray: 400;
stroke-dashoffset: 400;
- transition: stroke-dashoffset 400ms ease;
+ transition: stroke-dashoffset 300ms ease;
}
&:hover {
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 78cfa18..7a6d1c7 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -3,9 +3,7 @@
Copyright © 2023 • All Rights Reserved
- This page weighs [...] | Made w/ Astro
+ This page weighs [...] | Made w/ Zola