diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:11:27 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:11:27 -0700 |
| commit | 4d818b7a6dfbd14c00a8c32bfd74d024551fd66c (patch) | |
| tree | 4391280ef18f2101e19d5dd877645c3606c3503a /src | |
| parent | dad7dd70e726dad6bf1ba52ffb26b9055658cb8b (diff) | |
update about and footer
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Footer.astro | 5 | ||||
| -rw-r--r-- | src/pages/about.astro | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d40829b..d247595 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,10 +4,15 @@ const today = new Date(); <footer> <a href="https://pinapelz.com">website</a> · <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> + <p>powered by Astro</p> </footer> <style> footer { padding: 25px; text-align: center; } + footer p { + margin-top: 10px; + font-size: 0.8em; + } </style> diff --git a/src/pages/about.astro b/src/pages/about.astro index 20d5f4b..9736404 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -9,8 +9,8 @@ import Layout from '../layouts/BlogPost.astro'; heroImage="/603banner.png" > <p> - Hey! Welcome to the About page. I'm Pinapelz, a second-year Software Engineering student at the University of California, Irvine. - I'm a pretty avid <a href="https://en.wikipedia.org/wiki/VTuber">virtual youtuber (vtuber)</a> enjoyer so you may have seen me around or noticed a strange trend in the types of projects on my GitHub. + 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. </p> <h1>why this?</h1> @@ -20,12 +20,6 @@ import Layout from '../layouts/BlogPost.astro'; Also it'd be nice to have a place where I can sort of archive my thoughts and ideas for future reference. <em>(plus I gotta work on my writing skills)</em> </p> - <h1>what's this made with?</h1> - <p> - I was deliberating quite a bit about how I wanted to make the site. My web development experience is still fairly limited so I wasn't sure on what my options were. - I ended up settling on using <a href="https://astro.build">Astro</a> since it seems like it integrates fairly well with different frameworks. I also like the idea of being able - to write in markdown since it'll certainly make things easier on my fingers. - </p> <h1>stuff</h1> <p> A lot of the things I've experimented with or made are on my GitHub and webpage down below. I plan to keep this blog pretty casual though. |
