Skip to content

Commit

Permalink
Merge pull request #17 from CodeWithAloha/tyliec/content-updates
Browse files Browse the repository at this point in the history
some content updates
  • Loading branch information
tyliec committed Sep 19, 2023
2 parents 9d9cb22 + 386b8fd commit 676570b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 13 deletions.
Binary file removed public/assets/KurtMalley.jpeg
Binary file not shown.
Binary file removed public/assets/MikeAvendano.jpeg
Binary file not shown.
Binary file removed public/assets/TreyGordner.jpeg
Binary file not shown.
Binary file removed public/assets/TylerChong.jpeg
Binary file not shown.
9 changes: 5 additions & 4 deletions src/components/OurFocus.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ const OurFocus = () => {
src="./assets/meet.png"
alt="meet illustration"
title="Meet new people"
text="Meet supportive people like you who care. If you are passionate
about helping others, Code With Aloha is perfect to support you."
text="Build with, not for. We are a community of people who are passionate
about helping others. We are here to support each other and
build together."
/>

<TextBlock
src="./assets/progress.png"
alt="make an impact illustration"
title="Make a Difference"
text="Make a difference contributing to Hawaiian social impact projects.
Leverage technology to help organizations solve problems."
text="Nobody is coming to save us. It's up to us to impact our community and drive change.
We are the ones we've been waiting for. We are the change that we seek."
className="xl:flex-row-reverse"
/>

Expand Down
8 changes: 0 additions & 8 deletions src/components/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ const Team = () => {
<h2 className='pl-2 text-md xl:text-xl'>Email:</h2>{" "}
</div>
<h2 className='text-md xl:text-xl px-2'>codewithaloha@gmail.com</h2>{" "}
<div className='container flex flex-col items-center justify-center mx-auto pt-10 pb-20'>
<div className='flex flex-row flex-wrap justify-center '>
<TeamMember src='./assets/TreyGordner.jpeg/' name='Trey Gordner' />
<TeamMember src='./assets/TylerChong.jpeg/' name='Tyler Chong' />
<TeamMember src='./assets/MikeAvendano.jpeg/' name='Mike Avendano' />
<TeamMember src='./assets/KurtMalley.jpeg/' name='Kurt Malley' />
</div>
</div>
</>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const scaleY = useSpring(scrollYProgress);
src="./assets/timeline-7.png"
date="June 2023"
title="Code for America Brigade Cancellation"
text="Code for America cancels the local brigades program. Code for Hawaii rebrands as Code With Aloha."
text="Code for America cancels the local brigades program. Code for Hawaii rebrands as Code With Aloha and joins many other previous brigades in the Alliance of Civic Technologists."
/>
</ul>
</div>
Expand Down

0 comments on commit 676570b

Please sign in to comment.