diff --git a/src/components/board/Filter.astro b/src/components/board/Filter.astro index a829fb9..353090a 100644 --- a/src/components/board/Filter.astro +++ b/src/components/board/Filter.astro @@ -2,18 +2,18 @@ const { filters, currentFilter } = Astro.props; --- -
+
{ filters.map((filter) => (
-

{name}

{position}
-

+
diff --git a/src/components/board/Officers.astro b/src/components/board/Officers.astro index 018ea99..2f03c1f 100644 --- a/src/components/board/Officers.astro +++ b/src/components/board/Officers.astro @@ -25,11 +25,11 @@ const currentFilter = "All"; About image -
+

MEET THE BOARD

diff --git a/src/components/events/EventList.jsx b/src/components/events/EventList.jsx index 658fcb9..a6f459c 100644 --- a/src/components/events/EventList.jsx +++ b/src/components/events/EventList.jsx @@ -12,7 +12,7 @@ const UpcomingEvent = ({ name, location, date, time, delay, description }) => ( data-inview className={`animate-duration-500 animate-delay-${delay * 200 + 100} in-view:animate-fade-left flex justify-between items-center min-w-[70%] w-fit md:text-[1.2vw] text-[2vw] my-[2%]`} > -

Location: {location}

+ Location: {location} {date && ( <>
diff --git a/src/components/find/FindTitle.astro b/src/components/find/FindTitle.astro index d3d37ae..93134ca 100644 --- a/src/components/find/FindTitle.astro +++ b/src/components/find/FindTitle.astro @@ -3,22 +3,21 @@ import Link from "next/link"; import { LiaDotCircle } from "react-icons/lia"; --- -
-
-
+
+
+

Contact Us

-

+

The IEEE Project Space is an open-access, collaborative space located at EBU1-4710. Students can do homework or get access to basic electronic tools such as soldering stations, breadboard components, and Arduino and Raspberry PI parts!

- + DISCORD
-
\ No newline at end of file diff --git a/src/components/projects/AP.astro b/src/components/projects/AP.astro index d05ee2e..be158d9 100644 --- a/src/components/projects/AP.astro +++ b/src/components/projects/AP.astro @@ -4,29 +4,25 @@ import ProjectSection from "./ProjectSection.astro"; --- -
-
+
+

Annual Projects

-

- Erat hendrerit tristique erat; parturient cursus fringilla feugiat. - Eget faucibus fames ridiculus nec egestas convallis cubilia malesuada. - Tellus nibh vivamus tempus molestie tristique quis +

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

-
- -

- ridiculus nec egestas +

+ +

+ Skills & Requirements

- Erat hendrerit tristique erat; parturient cursus fringilla feugiat. - Eget faucibus fames ridiculus nec egestas convallis cubilia malesuada. - Tellus nibh vivamus tempus molestie tristique quis + 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.

diff --git a/src/components/projects/ProjectSection.astro b/src/components/projects/ProjectSection.astro index 3d55e6b..60e9be5 100644 --- a/src/components/projects/ProjectSection.astro +++ b/src/components/projects/ProjectSection.astro @@ -6,7 +6,7 @@ import { IoIosArrowDroprightCircle } from "react-icons/io"; import { Image } from "astro:assets"; --- -
+
{ Object.entries(annualProjects).map(([title, project], index) => ( -
+
-

+

{title}

-

{project.description}

-