Skip to content

Commit

Permalink
Merge pull request #14 from she-code-africa/final-changes
Browse files Browse the repository at this point in the history
Final changes
  • Loading branch information
EseAlli authored Jun 27, 2024
2 parents ba2e254 + b237e32 commit 0802f76
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const ActivitiesSection = () => {
<div className="container mx-auto mb-10 max-xl:px-4">
<InfoCardHeader
infoCardHeading="Our Club Activities"
infoCardParagraph="Since the inception of the STEM Club initiative, we have had the
privilege of visiting several schools, where we have:"
infoCardParagraph="Learn, explore and innovate! "
/>

<div className="flex max-md:flex-col w-full justify-center gap-3 my-10">
Expand Down
34 changes: 27 additions & 7 deletions src/utils/appData.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,25 +222,45 @@ export const testimonialSliderContent = [

export const clubActivities = [
{
title: "Interactive workshops",
description:
"We offer interactive workshops and guided learning sessions for girls aged 10 to 21 in a supportive environment.",
title: "Interactive Workshops",
description: "Learn basic programming languages and build your own robots!",
img: interactiveWorkshopImage,
},
{
title: "Collaborative STEM projects",
title: "Routine Club Meetups",
description:
"Our projects invite girls aged 10 to 21 to participate in collaborative STEM activities, offering hands-on learning experiences.",
"Our STEM Club meet-ups are designed to be engaging, educational, and fun. Each meeting offers a variety of activities to spark your curiosity and deepen your understanding of STEM.",
img: stemProjectsImage,
},
{
title: "Coding bootcamps",
title: "Group Discussions and Brainstorming",
description:
"Dive into our coding bootcamps, where girls aged 10 to 21 can engage in interactive and hands-on learning experiences.",
"Plan projects, brainstorm ideas, and solve problems with your peers.",
img: codingBootcampImage,
},
];

// export const clubActivities = [
// {
// title: "Interactive workshops",
// description:
// "We offer interactive workshops and guided learning sessions for girls aged 10 to 21 in a supportive environment.",
// img: interactiveWorkshopImage,
// },
// {
// title: "Collaborative STEM projects",
// description:
// "Our projects invite girls aged 10 to 21 to participate in collaborative STEM activities, offering hands-on learning experiences.",
// img: stemProjectsImage,
// },
// {
// title: "Coding bootcamps",
// description:
// "Dive into our coding bootcamps, where girls aged 10 to 21 can engage in interactive and hands-on learning experiences.",
// img: codingBootcampImage,
// },
// ];

export const activities = [
{
title: "Coding",
Expand Down

0 comments on commit 0802f76

Please sign in to comment.