Skip to content

Commit bd5a643

Browse files
authored
Merge pull request #2 from monicaoyugi/patch-2
Update organising-team.tsx
2 parents 62145cb + fc75906 commit bd5a643

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

src/app/(about)/overview/_components/organising-team.tsx

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,26 @@ const team = [
4040
title: "Organizer",
4141
src: "/team/monica.jpg",
4242
ctaText: "Visit",
43-
ctaLink: "#",
43+
ctaLink: "https://www.linkedin.com/in/monicaoyugi",
4444
content: () => {
4545
return (
4646
<p>
47-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
48-
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
49-
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
50-
aliquip ex ea commodo consequat.
51-
<br /> <br /> Duis aute irure dolor in reprehenderit in voluptate
52-
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
53-
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
54-
mollit anim id est laborum.
47+
I am a Quality Assurance Engineer with over six years
48+
of experience in the tech ecosystem. My background includes
49+
roles in software engineering,
50+
product management, digital marketing, and event organization within the
51+
tech community.
52+
I actively contribute to the tech landscape as a member of the
53+
Code of Conduct (CoC)
54+
for the Python Software Foundation and as the volunteer co-chair
55+
for DjangoConUs. Additionally,
56+
I serve on the CoC for Droidcon Kenya and the API Festival and for
57+
Women Techmakers by Google.
58+
<br /> <br />
59+
My mission is to enhance technology by helping and connecting engineers
60+
and fostering a collaborative environment where innovation can thrive.
5561
</p>
62+
5663
);
5764
},
5865
},

0 commit comments

Comments
 (0)