aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/Footer.astro2
-rw-r--r--src/pages/about.astro4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index d247595..6b8c3f3 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
- <a href="https://pinapelz.com">website</a> &middot; <a href="https://pinapelz.moe">hub</a> &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
+ &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
<p>powered by Astro</p>
</footer>
<style>
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 9736404..fd3eb9a 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -9,9 +9,7 @@ import Layout from '../layouts/BlogPost.astro';
heroImage="/603banner.png"
>
<p>
- Hey! Welcome to the About page. I'm Pinapelz, a Software Engineering student at UCI.
- I mostly make random stuff, but you'll probably see a lot of vtuber related things (<a href="https://patchwork.moekyun.me/">patchwork archive</a>).
- Outside of that though I spend pretty much the remainder of my spare time programming random things or playing JRPGs/MMOs.
+ Hey, I'm Pinapelz. Welcome to my blog where I ramble about random things, some technical, some not so technical.
</p>
<h1>why this?</h1>
<p>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage