ieeeucsd-org/src/components/qp/About.astro
2025-01-05 16:22:16 -08:00

22 lines
No EOL
1,021 B
Text

---
import { LiaDotCircle } from "react-icons/lia";
---
<div class="flex flex-col items-center text-white my-[10%]">
<div class="flex items-center text-[2.5vw] mb-[3%]">
<LiaDotCircle className=" mr-[1vw] pt-[0.5%]"/>
<p class="text-transparent bg-clip-text bg-gradient-to-b from-white via-white to-ieee-black">
What is Quarterly Project?
</p>
</div>
<p class="w-[70%] text-[1.4vw] font-light ">
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!
</p>
</div>