From 9046f5cc95289eb6e5a9e93e2da8a4eda74cb5ff Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 10 Feb 2024 13:15:02 -0800 Subject: refactored some components - added DiscordStatus to about - Updated projects - Added tags to each project - Fixed some text styling --- src/pages/about.astro | 131 ++++++++++++++++++++++++------------------ src/pages/contributions.astro | 27 +++++---- src/pages/coursework.astro | 14 ++++- src/pages/projects.astro | 73 +++++++++++------------ 4 files changed, 137 insertions(+), 108 deletions(-) (limited to 'src/pages') diff --git a/src/pages/about.astro b/src/pages/about.astro index 2b114f6..2a2b720 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,5 +1,6 @@ --- import Layout from "../layouts/Layout.astro"; +import DiscordStatus from "../components/DiscordStatus.astro"; --- @@ -27,11 +28,14 @@ import Layout from "../layouts/Layout.astro"; 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. + Functions, React, and MySQL) . I have experience with a wide range + of technologies and programming languages.

Programming Languages: @@ -75,7 +79,7 @@ import Layout from "../layouts/Layout.astro"; height="100" viewBox="0 0 48 48" > - Python + Python - - Java + Java - - - Javascript + Javascript - - - Typescript + Typescript - - C++ + C++ - -

Front End Technologies:

- +
- React + React - - HTML + HTML - - - CSS + CSS - - Tailwind CSS + Tailwind CSS - + - - + Next.JS - - + + -
- -

Dev Ops:

-
- + Git - - - + + - + Amazon Web Services - - - + + - + Maven -
- +
diff --git a/src/pages/contributions.astro b/src/pages/contributions.astro index 0f4c6ad..6c5219c 100644 --- a/src/pages/contributions.astro +++ b/src/pages/contributions.astro @@ -2,17 +2,18 @@ import Layout from "../layouts/Layout.astro"; import SocialNavbar from "../components/SocialNavbar.astro"; import Card from "../components/Card.astro"; -import MiniCard from "../components/MiniCard.astro"; ---

Open Source Contributions

+

+ I love the idea of open source. Here are some of the projects I've contributed to. +

-

Contributions

    -
    - - -
@@ -61,6 +56,10 @@ import MiniCard from "../components/MiniCard.astro";