Skip to content

Commit

Permalink
change the why kwoc cards to have different content
Browse files Browse the repository at this point in the history
how tf did no one notice they were the same???
  • Loading branch information
Majestic9169 committed Nov 15, 2024
1 parent 3f86b5a commit ef02609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WhyKWoC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const WhyKWoC = () => {
</div>
<div className="why-cards">
<WhyCard title="Intro to Open Source" description="Get started with open source collaboration. Hone programmer skills with Git and GitHub. Make meaningful contributions guided by mentors. Build a portfolio showcasing your talents." />
<WhyCard title="Intro to Open Source" description="Get started with open source collaboration. Hone programmer skills with Git and GitHub. Make meaningful contributions guided by mentors. Build a portfolio showcasing your talents." />
<WhyCard title="Intro to Open Source" description="Get started with open source collaboration. Hone programmer skills with Git and GitHub. Make meaningful contributions guided by mentors. Build a portfolio showcasing your talents." />
<WhyCard title="Prepare for GSoC" description="Research organizations and connect with mentors. Create quality proposals and sharpen skills. Gain insider tips to boost your GSoC chances. Open doors through impressive abilities." />
<WhyCard title="Earn a Certificate" description="Receive a certificate upon successful completition of the program. Boost your professional profile and validate your programming skills with this credential. Showcase your expertise." />
</div>
</div>
)
Expand Down

0 comments on commit ef02609

Please sign in to comment.