add committee descriptions
This commit is contained in:
parent
a6f48d9d42
commit
8d1fbe9ead
1 changed files with 11 additions and 11 deletions
|
@ -28,35 +28,35 @@ class Main extends React.Component {
|
|||
<DefaultSection
|
||||
title="Join us!"
|
||||
paragraphs={[
|
||||
"Interested in gaining experience of event planning and development, meeting new friends, and learning more about IEEE? Join one of our committees as an IEEEntern!",
|
||||
"Interested in gaining experience in event planning and development, meeting new friends, and learning more about IEEE? Join one of our committees as an IEEEntern!",
|
||||
]}
|
||||
></DefaultSection>
|
||||
<DefaultSection className={"our-comms"} title="Our Committees">
|
||||
<div className="cards">
|
||||
<CommitteeBox
|
||||
boxTitle=""
|
||||
boxTitle="Technical Committee"
|
||||
image="/assets/img/committees/technical.webp"
|
||||
description="Technical Committee"
|
||||
description="The Technical Committee is responsible for maintaining and improving the organization's technical skills program. Through developing, planning, and executing a minimum of six technical events throughout the year, this chair seeks to improve students’ technical skills. Events can include PCB, soldering, hardware, and software. You can build anything with students!"
|
||||
></CommitteeBox>
|
||||
<CommitteeBox
|
||||
boxTitle=""
|
||||
boxTitle="Social Committee"
|
||||
image="/assets/img/committees/social.webp"
|
||||
description="Social Committee"
|
||||
description="The Social Committee is in charge of planning and executing social events that create bonding opportunities for officers and our student members. Interested in arranging a hike at Torrey Pines? Sharing some free food and drinks in Warren Mall? Going out for an escape room challenge? There are tons of ideas waiting for you to implement!"
|
||||
></CommitteeBox>
|
||||
<CommitteeBox
|
||||
boxTitle=""
|
||||
boxTitle="Professional Committee"
|
||||
image="/assets/img/committees/professional.webp"
|
||||
description="Professional Committee"
|
||||
description="The Professional Committee is responsible for maintaining and improving the organization’s professional development program. Through developing, planning, and executing a minimum of six professional events throughout the year, such as, workshops on developing professional skills, company (sponsor) information sessions, tech talks, tours, and the annual ECE day (partnered with the VC External), this committee seeks to improve students’ professional skills."
|
||||
></CommitteeBox>
|
||||
<CommitteeBox
|
||||
boxTitle=""
|
||||
boxTitle="PR Committee"
|
||||
image="/assets/img/committees/pr.webp"
|
||||
description="PR Committee"
|
||||
description="The PR Comittee is responsible for creating and printing flyers, photographs, and other media. They also aid in managing the Branch's social media presence by distributing the news of the Branch's events, projects, and outreach."
|
||||
></CommitteeBox>
|
||||
<CommitteeBox
|
||||
boxTitle=""
|
||||
boxTitle="Outreach Committee"
|
||||
image="/assets/img/committees/outreach.webp"
|
||||
description="Outreach Committee"
|
||||
description="The Outreach Committee is responsible for hosting outreach events that will benefit K-12 students within the STEM fields including the annual Boy Scout STEM Merit Badge Fair, Girls STEM Fair, and Sumobot Robotics Competition. Up for the challenge to explain Ohm's Law to a 10-year-old?"
|
||||
></CommitteeBox>
|
||||
</div>
|
||||
</DefaultSection>
|
||||
|
|
Loading…
Reference in a new issue