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 @@ +--- + +--- + +
+ 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): +
++ 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: +
+{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" --- -