diff --git a/public/joinbg.png b/public/joinbg.png new file mode 100644 index 0000000..f3082f0 Binary files /dev/null and b/public/joinbg.png differ diff --git a/public/mentorship.png b/public/mentorship.png new file mode 100644 index 0000000..5dcb6e1 Binary files /dev/null and b/public/mentorship.png differ diff --git a/src/components/core/Subtitle.astro b/src/components/core/Subtitle.astro new file mode 100644 index 0000000..70857c4 --- /dev/null +++ b/src/components/core/Subtitle.astro @@ -0,0 +1,11 @@ +--- +const {title} = Astro.props; +import { LiaDotCircle } from "react-icons/lia"; +--- + +
+ {title} +
++ What is Quarterly Project? +
++ 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 + will acquire skills used in the industry such as C++ and the prototyping process + with the assistance of our mentors. At the end of the quarter, students will + demonstrate their projects at QP Showcase in front of other students, professors, + and industry professionals! +
++ {title} +
++ {number} +
+ {text} +