From 3b2a2e9ddf6f80782489e02167ada9618bcb7e9a Mon Sep 17 00:00:00 2001 From: Issac Roy Date: Sat, 16 Nov 2024 17:23:10 -0800 Subject: [PATCH] Feat: Mocked up About Us Section for #3 --- src/Pages/Home/AboutUs.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/Pages/Home/AboutUs.tsx b/src/Pages/Home/AboutUs.tsx index 0f9f05c..762dbe8 100644 --- a/src/Pages/Home/AboutUs.tsx +++ b/src/Pages/Home/AboutUs.tsx @@ -1,7 +1,24 @@ const AboutUs = () => { return ( -
- +
+
+
+

WHO WE ARE

+

We share a passion for data, technology, and problem-solving.

+

we are here to expand the horizons of data science as a community together.

+ +
+
+
+
+
+
+

WHAT WE DO

+

Build technical skills, network, and gain practical experience in data science.

+

we are here to expand the horizons of data science as a community together.

+ +
+
) }