From fe78684b9719803add60ce6e4b7d759907e7b025 Mon Sep 17 00:00:00 2001 From: Shing Hung Date: Sun, 26 Jan 2025 17:22:27 -0800 Subject: [PATCH 1/7] more mobile --- src/components/core/Title.astro | 2 +- src/components/events/Calendar.jsx | 2 +- src/components/events/EventList.jsx | 10 +++++----- src/components/events/EventTitle.astro | 6 +++--- src/components/events/UpcomingEvents.astro | 9 ++++----- src/components/projects/AP.astro | 2 +- src/components/projects/QP.astro | 12 ++++++------ src/pages/events.astro | 4 ++-- 8 files changed, 23 insertions(+), 24 deletions(-) diff --git a/src/components/core/Title.astro b/src/components/core/Title.astro index a4f7cd6..e6cd3c2 100644 --- a/src/components/core/Title.astro +++ b/src/components/core/Title.astro @@ -3,7 +3,7 @@ const {title} = Astro.props; import { LiaDotCircle } from "react-icons/lia"; --- -
+

{title} diff --git a/src/components/events/Calendar.jsx b/src/components/events/Calendar.jsx index 25c4245..80c271e 100644 --- a/src/components/events/Calendar.jsx +++ b/src/components/events/Calendar.jsx @@ -234,7 +234,7 @@ const Calendar = ({ CALENDAR_API_KEY, EVENT_CALENDAR_ID }) => { return (

{/* Hovering Calendar Header */} diff --git a/src/components/events/EventList.jsx b/src/components/events/EventList.jsx index 2f8f0d1..658fcb9 100644 --- a/src/components/events/EventList.jsx +++ b/src/components/events/EventList.jsx @@ -1,16 +1,16 @@ import React, { useEffect, useState } from "react"; const UpcomingEvent = ({ name, location, date, time, delay, description }) => ( -
+

{name}

Location: {location}

{date && ( @@ -28,11 +28,11 @@ const UpcomingEvent = ({ name, location, date, time, delay, description }) => (

{description}

-
+
); diff --git a/src/components/events/EventTitle.astro b/src/components/events/EventTitle.astro index dde6f46..4cf607c 100644 --- a/src/components/events/EventTitle.astro +++ b/src/components/events/EventTitle.astro @@ -4,14 +4,14 @@ import eventbg from "../../images/eventbg.png"; import { LiaDotCircle } from "react-icons/lia"; --- -
+
Event Page Background

EVENTS

diff --git a/src/components/events/UpcomingEvents.astro b/src/components/events/UpcomingEvents.astro index e2bc77f..f5e4cad 100644 --- a/src/components/events/UpcomingEvents.astro +++ b/src/components/events/UpcomingEvents.astro @@ -1,21 +1,20 @@ --- -import UpcomingEvent from "./UpcomingEvent.astro"; import { LiaDotCircle } from "react-icons/lia"; import EventList from "./EventList.jsx"; const CALENDAR_API_KEY = import.meta.env.CALENDAR_API_KEY; const EVENT_CALENDAR_ID = import.meta.env.EVENT_CALENDAR_ID; --- -
-
+
+
-
+

Upcoming
Events

-

+

SCROLL DOWN TO SEE THE UPCOMING EVENTS FOR IEEE!

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

diff --git a/src/components/projects/QP.astro b/src/components/projects/QP.astro index c1fbbf3..b0a2a49 100644 --- a/src/components/projects/QP.astro +++ b/src/components/projects/QP.astro @@ -6,20 +6,20 @@ import qp from "../../images/qp.png"; import { IoIosArrowDroprightCircle } from "react-icons/io"; --- -

-
+
+

Quarterly Project

qp showcase photo more details
-

Quarterly Project

+

Quarterly Project

Getting started on hardware development or want to make your own project? Need something to put on your resume? IEEE's Quarterly diff --git a/src/pages/events.astro b/src/pages/events.astro index fd969d6..8e6e04e 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -15,12 +15,12 @@ const EVENT_CALENDAR_ID = import.meta.env.EVENT_CALENDAR_ID; JOIN US JOIN US From af8871ad14cbe6407bb23f355300455cf8a6a5e4 Mon Sep 17 00:00:00 2001 From: Shing Hung Date: Mon, 27 Jan 2025 07:23:22 -0800 Subject: [PATCH 2/7] fix mobile for board --- src/components/board/Filter.astro | 8 +++---- src/components/board/Officer.astro | 11 +++++----- src/components/board/Officers.astro | 4 ++-- src/components/events/EventList.jsx | 2 +- src/components/find/FindTitle.astro | 11 +++++----- src/components/projects/AP.astro | 22 ++++++++------------ src/components/projects/ProjectSection.astro | 18 ++++++++-------- src/components/robocub/RoboTitle.astro | 4 ++-- src/pages/events.astro | 5 ++--- src/pages/find.astro | 6 +++--- src/pages/robocup.astro | 2 +- 11 files changed, 43 insertions(+), 50 deletions(-) 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}

-