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/coursework.astro | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/pages/coursework.astro') diff --git a/src/pages/coursework.astro b/src/pages/coursework.astro index cfba63a..1a7f900 100644 --- a/src/pages/coursework.astro +++ b/src/pages/coursework.astro @@ -51,6 +51,10 @@ const in4mtxCourses = [

Relevant Coursework

+

+ Here are some of the course I've taken at UCI.
+ ICS stands for Information and Computer Science, and IN4MTX stands for Informatics. +

ICS Courses

@@ -119,10 +123,18 @@ const in4mtxCourses = [ color: white; line-height: 1; text-align: center; - margin-bottom: 1em; + margin-bottom:0.5em; + margin-top: 2rem; transition: transform 0.3s ease-in-out; } + h2 { + font-size: 1.5rem; + color: rgba(255, 255, 255, 0.8); + margin-bottom: 2rem; + text-align: center; + } + .welcome-text-gradient { background-image: var(--accent-gradient-purp); -webkit-background-clip: text; -- cgit v1.2.3