diff --git a/src/components/core/About.astro b/src/components/core/About.astro index b9d03e2..364af6f 100644 --- a/src/components/core/About.astro +++ b/src/components/core/About.astro @@ -5,7 +5,7 @@ const { title, text } = Astro.props;
- +

@@ -17,18 +17,3 @@ const { title, text } = Astro.props; {text}

- - diff --git a/src/components/core/Subtitle.astro b/src/components/core/Subtitle.astro index a03ee45..03a00d9 100644 --- a/src/components/core/Subtitle.astro +++ b/src/components/core/Subtitle.astro @@ -4,23 +4,8 @@ import { LiaDotCircle } from "react-icons/lia"; ---
- +

{title}

- - diff --git a/src/components/join/Involvement.astro b/src/components/join/Involvement.astro index 48308d5..05b9045 100644 --- a/src/components/join/Involvement.astro +++ b/src/components/join/Involvement.astro @@ -23,15 +23,15 @@ const { image, text, link, delay } = Astro.props; >
{ text === "PROJECTS" ? ( - + ) : text === "EVENTS" ? ( - + ) : ( - + ) }
@@ -49,14 +49,14 @@ const { image, text, link, delay } = Astro.props; {text}

{ text === "H.A.R.D. HACK" && (

- UC San Diego's largest hardware focused hackathon hold by IEEE UCSD, + UC San Diego’s largest hardware focused hackathon hold by IEEE UCSD, HKN, and TNT

) @@ -64,18 +64,3 @@ const { image, text, link, delay } = Astro.props;
- - diff --git a/src/components/main_page/Activity.astro b/src/components/main_page/Activity.astro index 5cd68a6..7021ce9 100644 --- a/src/components/main_page/Activity.astro +++ b/src/components/main_page/Activity.astro @@ -27,7 +27,7 @@ const { title, text, link, number, delay } = Astro.props; > more details

- - diff --git a/src/components/projects/AP.astro b/src/components/projects/AP.astro index 4ccb80a..04a136b 100644 --- a/src/components/projects/AP.astro +++ b/src/components/projects/AP.astro @@ -5,7 +5,7 @@ import ProjectSection from "./ProjectSection.astro";

- +

Annual Projects

@@ -21,10 +21,10 @@ import ProjectSection from "./ProjectSection.astro";
- +

Skills & Requirements

- IEEE @ UCSD's annual projects are intended for students with intermediate + IEEE @ UCSD’s annual projects are intended for students with intermediate experience with hardware or software. Participation on teams assemble an array of skills and talents of soft and hard skills.

@@ -32,18 +32,3 @@ import ProjectSection from "./ProjectSection.astro";
- - diff --git a/src/components/projects/ProjectSection.astro b/src/components/projects/ProjectSection.astro index 1f9a8dc..86abc77 100644 --- a/src/components/projects/ProjectSection.astro +++ b/src/components/projects/ProjectSection.astro @@ -36,17 +36,17 @@ import { Image } from "astro:assets";
- + -
+
@@ -77,36 +77,6 @@ import { Image } from "astro:assets"; opacity: 1; } } - - /* iOS-specific fixes for icon alignment */ - @supports (-webkit-touch-callout: none) { - .icon-fix { - /* Fix vertical alignment on iOS */ - position: relative; - top: 0; - display: inline-flex; - align-items: center; - justify-content: center; - transform: translateY(0); - } - - /* Specific fixes for project card icons */ - .project-card .bg-white { - display: flex; - align-items: center; - justify-content: center; - } - - /* Fix for the arrow icon at the bottom */ - .project-card .GoArrowDownRight { - margin-bottom: 0.1vw; - } - - /* Fix for the more details icon */ - .project-card .IoIosArrowDroprightCircle { - vertical-align: middle; - } - } diff --git a/src/components/projects/QP.astro b/src/components/projects/QP.astro index 7abeb90..297da1a 100644 --- a/src/components/projects/QP.astro +++ b/src/components/projects/QP.astro @@ -8,7 +8,7 @@ import { IoIosArrowDroprightCircle } from "react-icons/io";
- +

Quarterly Project

@@ -27,7 +27,7 @@ import { IoIosArrowDroprightCircle } from "react-icons/io"; className="in-view:animate-fade-left absolute top-[25%] md:right-[15%] right-[10%] w-fit px-[1%] py-[0.4%] bg-white rounded-full text-black flex items-center md:text-[1.3vw] text-[2vw] hover:bg-ieee-yellow duration-300 shadow-md" > more details - +
- - - @@ -57,29 +38,5 @@ import InView from "../components/core/InView.astro";
-