diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro index 77edd52..17f5577 100644 --- a/src/components/board/Officer.astro +++ b/src/components/board/Officer.astro @@ -41,7 +41,7 @@ const { name, position, picture, email } = Astro.props; >

{name}

diff --git a/src/components/core/Social.astro b/src/components/core/Social.astro index 8c41bdd..436365f 100644 --- a/src/components/core/Social.astro +++ b/src/components/core/Social.astro @@ -1,7 +1,7 @@ --- import { LiaDotCircle } from "react-icons/lia"; import { Image } from "astro:assets"; -import jellyfish from "../../images/jellyfish.webp"; +import jellyfish from "../../images/jellyfish.png"; import { FaDiscord } from "react-icons/fa"; import { RiInstagramFill } from "react-icons/ri"; import { MdEmail } from "react-icons/md"; @@ -72,8 +72,8 @@ import Link from "next/link"; cat placeholder diff --git a/src/components/events/EventList.jsx b/src/components/events/EventList.jsx index a6f459c..a842970 100644 --- a/src/components/events/EventList.jsx +++ b/src/components/events/EventList.jsx @@ -1,27 +1,27 @@ import React, { useEffect, useState } from "react"; const UpcomingEvent = ({ name, location, date, time, delay, description }) => ( -
+

{name}

Location: {location} {date && ( <> -
+

{date}

)} {time && ( <> -
+

{time}

)} diff --git a/src/components/events/UpcomingEvent.astro b/src/components/events/UpcomingEvent.astro deleted file mode 100644 index 14029dd..0000000 --- a/src/components/events/UpcomingEvent.astro +++ /dev/null @@ -1,20 +0,0 @@ ---- -const {name, location, date, time, description, delay} = Astro.props; ---- - -
-

- {name} -

-
-

Location: {location}

-
-

{date}

-
-

{time}

-
-

- {description} -

-
-
diff --git a/src/components/projects/AP.astro b/src/components/projects/AP.astro index be158d9..174eff3 100644 --- a/src/components/projects/AP.astro +++ b/src/components/projects/AP.astro @@ -12,13 +12,13 @@ import ProjectSection from "./ProjectSection.astro";

-

+

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

diff --git a/src/components/signal/Contacts.astro b/src/components/signal/Contacts.astro index 85d1ba9..7471e69 100644 --- a/src/components/signal/Contacts.astro +++ b/src/components/signal/Contacts.astro @@ -21,7 +21,7 @@ import { LiaDotCircle } from "react-icons/lia";

-

Facebook

+

Discord

diff --git a/src/images/jellyfish.png b/src/images/jellyfish.png new file mode 100644 index 0000000..ebd6d67 Binary files /dev/null and b/src/images/jellyfish.png differ diff --git a/src/images/jellyfish.webp b/src/images/jellyfish.webp deleted file mode 100644 index 45d9da4..0000000 Binary files a/src/images/jellyfish.webp and /dev/null differ diff --git a/src/pages/404.astro b/src/pages/404.astro index 303ebec..eb1eb64 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -4,24 +4,19 @@ import Link from "next/link"; --- -
-
- 404 shing -
-

- Oops! You're Lost in the Circuit! 🔌⚡ +

+
+
+

404

+

+ Oops! You're Lost in the Circuit!🔌⚡

Go Back Home
-