From 8cb5c1f9d544ff86c2c5f65cc0df477f4ac7ac00 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 14 Jun 2026 23:01:14 -0700 Subject: update site --- src/pages/about.astro | 195 ++++++++++++++++++++++++++++++++++++++++-- src/pages/index.astro | 231 +++++++++++++++++++++++++------------------------- 2 files changed, 304 insertions(+), 122 deletions(-) (limited to 'src/pages') diff --git a/src/pages/about.astro b/src/pages/about.astro index 2a2b720..da121e5 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,6 +1,5 @@ --- import Layout from "../layouts/Layout.astro"; -import DiscordStatus from "../components/DiscordStatus.astro"; --- @@ -33,13 +32,10 @@ import DiscordStatus from "../components/DiscordStatus.astro"; > Contact Me - - - pinapelz profile pic -

+

Front End Technologies:

@@ -303,7 +299,7 @@ import DiscordStatus from "../components/DiscordStatus.astro"; -

Dev Ops:

+

Dev Ops:

+
+
+
+

More About Me

+

Personal Interests

+

+ I enjoy exploring ideas that blend technical curiosity with creative + problem-solving. Most of the projects I build start from my own hobbies + and interests turning "what if" + ideas into software that I genuinely find useful. So here's a glance at + my personal hobbies/interests. +

+
+ +
+
+ 01 +

Self-Hosting

+

+ I'm interested in software that gives people ownership over their data and + communities. From running personal services to exploring decentralized + platforms like Matrix, I enjoy learning how independent systems work. +

+
+ +
+ 02 +

Linux

+

+ Arch Linux has been my daily driver for years. I enjoy customizing my + environment, understanding how systems work under the hood, and exploring + the open-source ecosystem. +

+
+ +
+ 03 +

Gaming

+

+ MMOs (FFXIV), visual novels (AI: The Sommnium Files), and JRPGs (Persona) are some of my favorite genres. I'm drawn to + games with rich worlds and systems that encourage + long-term progression and discovery. I also particularly enjoy rhythm games, ones that are entirely skill based (SDVX). +

+
+ +
+ 04 +

Anime & K-Pop

+

+ I've always enjoyed being part of online fandom communities. Following new + releases, discussions, and fan-created content has inspired several ideas + for projects and community-focused tools. (NMIXX, Slice of Life Anime) +

+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index dea00f2..68d8a2c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,137 +1,138 @@ --- import Layout from "../layouts/Layout.astro"; -import SocialNavbar from '../components/SocialNavbar.astro'; +import SocialNavbar from "../components/SocialNavbar.astro"; import ShapesBackground from "../components/ShapesBackground.astro"; --- -
-
-

- Welcome 👋 -

-

- I'm Yukai Shan, a Software Engineering - student at UC Irvine -

-

- Sometimes I make cool things. Feel free to go and check them out! -

- -
-
- - -
+ + -- cgit v1.2.3