diff --git a/public/qpborder.png b/public/qpborder.png new file mode 100644 index 0000000..53e0701 Binary files /dev/null and b/public/qpborder.png differ diff --git a/src/components/qp/About.astro b/src/components/qp/About.astro index 53bb577..f3c2e70 100644 --- a/src/components/qp/About.astro +++ b/src/components/qp/About.astro @@ -10,7 +10,7 @@ import { LiaDotCircle } from "react-icons/lia";

-

+

Getting started on hardware development or want to make your own project? Need something to put on your resume? IEEE's Quarterly Projects aims to provide students with project experience in a span of 10 weeks. During QP, students diff --git a/src/components/qp/Carousel.astro b/src/components/qp/Carousel.astro index e69de29..2e02e77 100644 --- a/src/components/qp/Carousel.astro +++ b/src/components/qp/Carousel.astro @@ -0,0 +1,7 @@ +--- + +--- + +

+ +
\ No newline at end of file diff --git a/src/components/qp/Join.astro b/src/components/qp/Join.astro index e69de29..b7b52fe 100644 --- a/src/components/qp/Join.astro +++ b/src/components/qp/Join.astro @@ -0,0 +1,36 @@ +--- +import { Image } from "astro:assets" +import Link from "next/link" +import { LiaDotCircle } from "react-icons/lia"; +import mentorship from "../../../public/mentorship.png" +import jonathan from "../../../public/about3.png" +--- + +
+
+
+ blue background + blue background +
+
+
+ +

+ How to join +

+
+

+ We will create a QP Application every quarter and send it out + to prospective participants via the IEEE discord or Instagram page. +

+

+ URL to Drive Folder with every school year’s QP Application forms (3 per school year): +

+
+ + JOIN + +
+
+
+
\ No newline at end of file diff --git a/src/components/qp/Mentorship.astro b/src/components/qp/Mentorship.astro index b12d3d3..e68003f 100644 --- a/src/components/qp/Mentorship.astro +++ b/src/components/qp/Mentorship.astro @@ -1,14 +1,41 @@ --- import { Image } from "astro:assets" +import Link from "next/link" +import { LiaDotCircle } from "react-icons/lia"; +import mentorship from "../../../public/joinbg.png" +import jonathan from "../../../public/about3.png" --- -
-
-
- +
+
+
+
+ +

+ Mentorship +

+
+

+ Mentors are a fundamental part of QP, providing teams + with advice and guidance through the ideation and + execution of their project. Each team is paired with + a mentor they can regularly consult for advice and insights. + Mentors are matched with teams based on their expertise + and the team’s project focus, ensuring aligned support for each group. +

+

+ If you are interested in becoming a mentor, please follow this link to signup: +

+
+ + BECOME A MENTOR + +
-
+
+ blue background + blue background
\ No newline at end of file diff --git a/src/components/qp/PastProjects.astro b/src/components/qp/PastProjects.astro index dbade1a..f70523e 100644 --- a/src/components/qp/PastProjects.astro +++ b/src/components/qp/PastProjects.astro @@ -6,7 +6,7 @@ import Subtitle from "../core/Subtitle.astro";
-
+
{projects.map((project)=>( +

{number}

diff --git a/src/components/qp/Steps.astro b/src/components/qp/Steps.astro index 9ea00af..25e9dea 100644 --- a/src/components/qp/Steps.astro +++ b/src/components/qp/Steps.astro @@ -3,9 +3,9 @@ import Step from "./Step.astro" import steps from "../../data/steps.json" import Subtitle from "../core/Subtitle.astro" --- -
+
-
+
{steps.map((step)=>( + JOIN US + JOIN US <div class="w-full flex justify-center my-[3%]"> <Image src={qp} alt="board group photos" class=" w-2/3 rounded-full object-cover aspect-[2.5/1]"/> @@ -16,4 +21,6 @@ import qp from "../../public/qp.png" <About /> <Steps /> <PastProjects /> + <Mentorship /> + <Join /> </Layout>