Skip to content

Commit 7db58bf

Browse files
committed
chore(ci-cd): triger the checker workflow
1 parent 2b56029 commit 7db58bf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/pages/about/index.page.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ export default function AboutPage() {
88
<title>Reactjs Developer Community in Kenya - About</title>
99
</Head>
1010
<main className="flex justify-center items-center min-h-screen bg-white">
11-
About Page here
11+
<div className="max-w-4xl p-6 bg-gray-100 rounded-lg shadow-md">
12+
<h1 className="text-3xl font-bold mb-4">About Us</h1>
13+
<p className="text-lg text-gray-700 mb-4">
14+
We are a vibrant community of React.js developers in Kenya, dedicated to sharing knowledge, fostering collaboration, and promoting the use of React.js in the local tech ecosystem. Our mission is to empower developers with the skills and resources they need to build amazing applications using React.js.
15+
</p>
16+
<p className="text-lg text-gray-700 mb-4">
17+
We organize regular meetups, workshops, and hackathons to bring together developers of all skill levels. Whether you're a beginner looking to learn React.js or an experienced developer seeking to connect with like-minded individuals, our community welcomes you.
18+
</p>
19+
<p className="text-lg text-gray-700">
20+
Join us on our journey to grow the React.js community in Kenya and make a positive impact on the tech industry. Together, we can create amazing things with React.js!
21+
</p>
22+
</div>
1223
</main>
1324
</>
1425
);

0 commit comments

Comments
 (0)