diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-10 13:15:02 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-10 13:15:02 -0800 |
| commit | 9046f5cc95289eb6e5a9e93e2da8a4eda74cb5ff (patch) | |
| tree | 32e98b39e0b97099f0b2c39b6826efd2db9532cd /src/pages/coursework.astro | |
| parent | 97e737d62497a9764b88386fa06c6263937675c4 (diff) | |
refactored some components
- added DiscordStatus to about
- Updated projects
- Added tags to each project
- Fixed some text styling
Diffstat (limited to 'src/pages/coursework.astro')
| -rw-r--r-- | src/pages/coursework.astro | 14 |
1 files changed, 13 insertions, 1 deletions
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 = [ <Layout title="Pinapelz"> <h1>Relevant Coursework</h1> + <h2> + Here are some of the course I've taken at UCI. <br/> + ICS stands for Information and Computer Science, and IN4MTX stands for Informatics. + </h2> <div class="coursework-container"> <div class="course-segment"> <h2 class="text-gradient">ICS Courses</h2> @@ -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; |
