From d247eb0598eeaaabba6dd19b055c80bd031f3748 Mon Sep 17 00:00:00 2001 From: Akshit Garg <153659573+AkshitGarg24@users.noreply.github.com> Date: Fri, 21 Jun 2024 03:08:43 +0530 Subject: [PATCH] Added Careers Page --- src/App.js | 3 +- src/Components/Careers/CareersPage.js | 162 +++++++++++++++++++ src/Components/Careers/careers.css | 219 ++++++++++++++++++++++++++ 3 files changed, 383 insertions(+), 1 deletion(-) create mode 100644 src/Components/Careers/CareersPage.js create mode 100644 src/Components/Careers/careers.css diff --git a/src/App.js b/src/App.js index a5bd593a..cb92a958 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ import Profile from "./Components/Profile/profile"; import Licensing from "./Components/footer_section/Legal/Licensing"; import TermsConditions from "./Components/footer_section/Legal/TermsandConditions"; import PrivacyPolicy from "./Components/footer_section/Legal/PrivacyPolicy"; +import Careers from "./Components/Careers/CareersPage"; function App() { return ( @@ -50,7 +51,7 @@ function App() { } /> } /> } /> - + } />