diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro index ae61a5d..eed91fc 100644 --- a/src/components/board/Officer.astro +++ b/src/components/board/Officer.astro @@ -21,10 +21,10 @@ const {name, position, picture, email} = Astro.props;
-

+

{name}

-
+
{position}
diff --git a/src/components/board/Officers.astro b/src/components/board/Officers.astro index a671932..68acd80 100644 --- a/src/components/board/Officers.astro +++ b/src/components/board/Officers.astro @@ -8,7 +8,7 @@ import officers from "../../data/officers.json"; ---
-
+
About background image 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
diff --git a/src/components/projects/QP.astro b/src/components/projects/QP.astro index 846d874..c1fbbf3 100644 --- a/src/components/projects/QP.astro +++ b/src/components/projects/QP.astro @@ -17,8 +17,9 @@ import { IoIosArrowDroprightCircle } from "react-icons/io"; class="w-[70vw] aspect-[2.5/1] rounded-full" /> more details

Quarterly Project

diff --git a/src/data/pastProjects.json b/src/data/pastProjects.json index 13c3491..c85521a 100644 --- a/src/data/pastProjects.json +++ b/src/data/pastProjects.json @@ -1,43 +1,43 @@ [ { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "4" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "3" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "3" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" } diff --git a/src/pages/quarterly.astro b/src/pages/quarterly.astro index ac54454..6b58e61 100644 --- a/src/pages/quarterly.astro +++ b/src/pages/quarterly.astro @@ -27,9 +27,10 @@ import Timeline from "../components/qp/Timeline.astro"; <div class="w-full flex justify-center my-[3%]"> <Image + data-inview src={qp} alt="board group photos" - class="w-2/3 rounded-full object-cover aspect-[2.5/1]" + class="in-view:animate-fade w-2/3 rounded-full object-cover aspect-[2.5/1]" /> </div> <About