From fa9ff069665a5500d47b3838862a98d2b8f8884c Mon Sep 17 00:00:00 2001 From: Sandhavi Wanigasooriya Date: Sun, 4 Feb 2024 10:04:10 +0530 Subject: [PATCH 1/7] removed unnecessary dependencies --- Frontend/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Frontend/README.md b/Frontend/README.md index 5dc893c..be4b6e5 100644 --- a/Frontend/README.md +++ b/Frontend/README.md @@ -48,13 +48,4 @@ To learn React, check out the [React documentation](https://reactjs.org/). -## FRAMER-MOTION INSTAL -npm install framer-motion - -## MUI -npm install @mui/lab @types/material-ui -npm install @mui/icons-material -npm install react-swipeable-views - - From b44629ff529357caa73b6049b9335130f98c1888 Mon Sep 17 00:00:00 2001 From: Sandhavi Wanigasooriya Date: Sun, 4 Feb 2024 12:24:36 +0530 Subject: [PATCH 2/7] Update Footer component styling and add social links --- Frontend/src/App.tsx | 20 +---- Frontend/src/Assets/Footer/ieee-wie2.png | Bin 0 -> 179201 bytes Frontend/src/Assets/Footer/wie-ucsc2.png | Bin 0 -> 196484 bytes Frontend/src/Components/Footer/Footer.css | 4 +- Frontend/src/Components/Footer/Footer.tsx | 98 +++++++++++++--------- Frontend/src/Components/NavBar/NavBar.tsx | 74 +++++++++------- 6 files changed, 106 insertions(+), 90 deletions(-) create mode 100644 Frontend/src/Assets/Footer/ieee-wie2.png create mode 100644 Frontend/src/Assets/Footer/wie-ucsc2.png diff --git a/Frontend/src/App.tsx b/Frontend/src/App.tsx index 66e1446..aca2127 100644 --- a/Frontend/src/App.tsx +++ b/Frontend/src/App.tsx @@ -19,24 +19,8 @@ import "@fontsource/ibm-plex-mono" function App() { return (
- - - } /> - - - - - - {/* */} - - - - - -
- } /> - + +