From 4d290e9a921051f9ddc40d35a1c532998a0a2b0f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 4 Nov 2023 16:48:10 -0700 Subject: add tailwind css and overhaul website contents --- src/pages/about.astro | 403 ++++++++++++++++++++++++++++++++------------- src/pages/coursework.astro | 7 +- src/pages/index.astro | 2 +- src/pages/projects.astro | 47 ++++-- 4 files changed, 321 insertions(+), 138 deletions(-) (limited to 'src/pages') diff --git a/src/pages/about.astro b/src/pages/about.astro index 59ffdbc..9aa980d 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,129 +1,294 @@ --- import Layout from "../layouts/Layout.astro"; -import SocialNavbar from "../components/SocialNavbar.astro"; -import DiscordStatus from "../components/DiscordStatus.astro"; -import DiscordActivity from "../components/DiscordActivity.astro"; -import RSSFeed from "../components/RSSFeed.astro"; --- -
-
-

About

-

- Since you're here, I guess you want to know a bit more about me. Outside of programming random projects here and there, I'm - a conisseur of anime and VTubers (although you might've already figured out that from my projects). I also enjoy gaming, although - nearly all the games I've enjoyed are either MMORPGS, JRPGS, or Visual Novels. -

-
-
-

What am I up to right now?

-
- +
+
+
+
+
+

+ About Me +

+

+ I have a passion for full stack development. At the intersection + of technology and creativity, I find my passion in creating + functional and elegant solutions. +

+
+ +
+ pinapelz profile pic
- -

Yes. Its a live status of my Discord status

- Live data courtesy of Lanyard -
- -
-

My Final Fantasy XIV Character!

- -

FFXIV is one of my favorite MMORPGs of all time so I figured I'd also share my character in case you were curious

- Live data courtesy of xivapi/XIV-Character-Cards
-
-

推し! (Oshi!)

-

VTubers I enjoy watching

-
- - @RosemiLovelock - - +
+
+
+
+

+ My Tech Stack +

+

+ Although my tech stack is primarily serverless (Python Serverless + Functions, React, and MySQL) . I have experience with a wide + range of technologies and programming languages. +

+

+ Programming Languages: +

+
+ + + + + + + + + + + + + + + +
+
+

+ Front End Technologies: +

+
+ + + + + + + + + + + + + file_type_astro +
+

Dev Ops:

+
+ + + + + + + +
- -
-
-

MyAnimeList - What am I watching?

-

Don't judge me too hard :(

- - Live data courtesy of MyAnimeList
- - - - + .svg-container svg { + width: 75px; + height: 75px; + } + +
+ diff --git a/src/pages/coursework.astro b/src/pages/coursework.astro index b63a68c..60e15d6 100644 --- a/src/pages/coursework.astro +++ b/src/pages/coursework.astro @@ -42,7 +42,7 @@ const in4mtxCourses = [
    { icsCourses.map((course) => ( -
  • +
  • {course.title}

    {course.description}

  • @@ -57,7 +57,7 @@ const in4mtxCourses = [
      { in4mtxCourses.map((course) => ( -
    • +
    • {course.title}

      {course.description}

    • @@ -108,9 +108,6 @@ const in4mtxCourses = [ transition: transform 0.3s ease-in-out; } - h1:hover { - transform: scale(1.1); - } .welcome-text-gradient { background-image: var(--accent-gradient-purp); -webkit-background-clip: text; diff --git a/src/pages/index.astro b/src/pages/index.astro index 774538f..dea00f2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ import ShapesBackground from "../components/ShapesBackground.astro"; Welcome 👋

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

      diff --git a/src/pages/projects.astro b/src/pages/projects.astro index bb577cc..3de3917 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -6,7 +6,12 @@ import Card from "../components/Card.astro";

      -

      Projects

      +

      Projects

      +

      + Here are some of my projects. For a more complete list, visit my Github +
      + Visit here for my open source contributions +

      -

      Open Source Contributions