From 18e5a499710cb891f39d93485b3f40845a205f11 Mon Sep 17 00:00:00 2001 From: Roshni Kumari01~ Date: Mon, 10 Jul 2023 19:20:54 +0530 Subject: [PATCH 1/2] about section --- frontend/src/components/About.jsx | 92 +++++++++++++++++++++++++++--- frontend/src/components/Navbar.jsx | 10 ++-- 2 files changed, 88 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/About.jsx b/frontend/src/components/About.jsx index ed2e84c..2949ecc 100644 --- a/frontend/src/components/About.jsx +++ b/frontend/src/components/About.jsx @@ -1,14 +1,88 @@ import React from 'react' -import Navbar from './Navbar' -const About = () => { +const About = () => { return ( - -
- - About +
+
+
+
+
+
+
+ +
+ + +
+ Our Mission and Our Vision + +
+ +
+ Our Unique Value Proposition + +
+ +
+ Meet Our Team + +
+ +
+ Our History and Milestones + +
+ +
+ Community and Impact + +
+ +
+ Our Core Values + +
+ +
+ Contact Us + +
+ +
+
- ) -} + ); +}; + -export default About \ No newline at end of file +export default About; \ No newline at end of file diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 758ffbf..3474725 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -10,23 +10,23 @@ function Navbar() { const links = [ { id: 1, - link: "home", + link: "HOME", }, { id: 2, - link: "about", + link: "ABOUT", }, { id: 3, - link: "services", + link: "INTERNSHIPS", }, { id: 4, - link: "projects", + link: "PROJECTS", }, { id: 5, - link: "contact", + link: "CONTACT", }, ]; From 273fff16734b9a3c0fd53c5ce51960184b748749 Mon Sep 17 00:00:00 2001 From: Roshni Kumari01~ Date: Mon, 10 Jul 2023 20:37:26 +0530 Subject: [PATCH 2/2] some changes --- frontend/src/components/About.jsx | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/About.jsx b/frontend/src/components/About.jsx index 2949ecc..f74f545 100644 --- a/frontend/src/components/About.jsx +++ b/frontend/src/components/About.jsx @@ -13,66 +13,66 @@ const About = () => {
-
+
Our Mission and Our Vision -
-
+
Our Unique Value Proposition -
-
+
Meet Our Team -
-
+
Our History and Milestones -
-
+
Community and Impact -
-
+
Our Core Values -
-
+
Contact Us -