From 2c888bfd0640a3dbf3d01ede6399c19fa0c76e9c Mon Sep 17 00:00:00 2001 From: Archana Kumari Date: Fri, 25 Jun 2021 17:20:25 +0530 Subject: [PATCH] UI: Temporary side navigation for protected pages (#254) * Temprory Navbar added * z-index fixed of sidebar * alt tag added to image * anchor tag removed and updated with develop branch * changed alt tag and Organization * user functionallity added and sidebar with hover effects added * required changes done * requested changes * sidebar toggled --- public/index.html | 2 + src/Routes.js | 2 + src/sidebar/Sidebar.jsx | 101 +++++++++++++++++++++++++++++++++++++ src/sidebar/sidebar.css | 109 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 214 insertions(+) create mode 100644 src/sidebar/Sidebar.jsx create mode 100644 src/sidebar/sidebar.css diff --git a/public/index.html b/public/index.html index 7d02ee6a..6a13f834 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,8 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + + Bridge In Tech diff --git a/src/Routes.js b/src/Routes.js index 71e40989..487c11de 100644 --- a/src/Routes.js +++ b/src/Routes.js @@ -26,12 +26,14 @@ import GetInTouch from "./home/GetInTouch" import Benefit from "./home/Benefit" import FAQ from "./home/FAQ" import Nav from "./Navigation" +import Sidebar from "./sidebar/Sidebar" export default function Routes() { return ( +