diff --git a/public/event.JPG b/public/event.JPG new file mode 100644 index 0000000..d0e3e1e Binary files /dev/null and b/public/event.JPG differ diff --git a/src/components/find/FindTitle.astro b/src/components/find/FindTitle.astro new file mode 100644 index 0000000..b731216 --- /dev/null +++ b/src/components/find/FindTitle.astro @@ -0,0 +1,24 @@ +--- +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/join/JoinTitle.astro b/src/components/join/JoinTitle.astro index 31a218f..eae88f3 100644 --- a/src/components/join/JoinTitle.astro +++ b/src/components/join/JoinTitle.astro @@ -15,7 +15,7 @@ import { LiaDotCircle } from "react-icons/lia"; 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!

- + JOIN
diff --git a/src/data/pages.json b/src/data/pages.json index 3e7ea64..20ac665 100644 --- a/src/data/pages.json +++ b/src/data/pages.json @@ -17,7 +17,7 @@ }, { "name": "Find Us", - "path": "/find-us" + "path": "/find" }, { "name": "Online Store", diff --git a/src/pages/events.astro b/src/pages/events.astro new file mode 100644 index 0000000..fc723cf --- /dev/null +++ b/src/pages/events.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + + QP + diff --git a/src/pages/find.astro b/src/pages/find.astro new file mode 100644 index 0000000..6d522c4 --- /dev/null +++ b/src/pages/find.astro @@ -0,0 +1,17 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Social from "../components/core/Social.astro"; +import Findus from "../components/join/Findus.astro"; +import FindTitle from "../components/find/FindTitle.astro"; +import { Image } from "astro:assets"; +import event from "../../public/event.jpg" +--- + + + +
+ board group photos +
+ + +