Skip to content

Update organising-team.tsx #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions src/app/(about)/overview/_components/organising-team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,26 @@ const team = [
title: "Organizer",
src: "/team/monica.jpg",
ctaText: "Visit",
ctaLink: "#",
ctaLink: "https://www.linkedin.com/in/monicaoyugi",
content: () => {
return (
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat.
<br /> <br /> Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
I am a Quality Assurance Engineer with over six years
of experience in the tech ecosystem. My background includes
roles in software engineering,
product management, digital marketing, and event organization within the
tech community.
I actively contribute to the tech landscape as a member of the
Code of Conduct (CoC)
for the Python Software Foundation and as the volunteer co-chair
for DjangoConUs. Additionally,
I serve on the CoC for Droidcon Kenya and the API Festival and for
Women Techmakers by Google.
<br /> <br />
My mission is to enhance technology by helping and connecting engineers
and fostering a collaborative environment where innovation can thrive.
</p>

);
},
},
Expand Down