diff --git a/src/components/projects/AP.astro b/src/components/projects/AP.astro index 174eff3..0c55be7 100644 --- a/src/components/projects/AP.astro +++ b/src/components/projects/AP.astro @@ -3,29 +3,52 @@ import { LiaDotCircle } from "react-icons/lia"; import ProjectSection from "./ProjectSection.astro"; --- -
-
- -

- Annual Projects -

-
+
+ +

Annual Projects

+
-

- Join in the fray of internationally-recognized competition through Robocup, Signal Processing, Supercomputing, and Micromouse at IEEE @ UCSD! Participate in an intensive collaborative environment that challenges hard skills of hardware and software. +

+ Join in the fray of internationally-recognized competition through Robocup, + Signal Processing, Supercomputing, and Micromouse at IEEE @ UCSD! + Participate in an intensive collaborative environment that challenges hard + skills of hardware and software. +

+ +
+ +

Skills & Requirements

+

+ 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.

+
-
- -

- Skills & Requirements -

-

- 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. -

-
- +
- -
\ No newline at end of file +
+ + + diff --git a/src/components/projects/ProjectSection.astro b/src/components/projects/ProjectSection.astro index a0b50d0..1db468f 100644 --- a/src/components/projects/ProjectSection.astro +++ b/src/components/projects/ProjectSection.astro @@ -7,152 +7,174 @@ import { Image } from "astro:assets"; ---
- { - Object.entries(annualProjects).map(([title, project], index) => ( - -
- {`${title} -
-
-

- {title} -

-

- {project.description} -

- -
- -
+ { + Object.entries(annualProjects).map(([title, project], index) => ( +
+