diff --git a/nextstep-frontend/assets/NextStep.png b/nextstep-frontend/assets/NextStep.png new file mode 100644 index 0000000..05e9f9f Binary files /dev/null and b/nextstep-frontend/assets/NextStep.png differ diff --git a/nextstep-frontend/assets/NextStepLogo.png b/nextstep-frontend/assets/NextStepLogo.png new file mode 100644 index 0000000..4e916a6 Binary files /dev/null and b/nextstep-frontend/assets/NextStepLogo.png differ diff --git a/nextstep-frontend/index.html b/nextstep-frontend/index.html index 551e409..73c3e7b 100644 --- a/nextstep-frontend/index.html +++ b/nextstep-frontend/index.html @@ -2,7 +2,7 @@ - + Next Step diff --git a/nextstep-frontend/public/NextStepLogo.png b/nextstep-frontend/public/NextStepLogo.png new file mode 100644 index 0000000..4e916a6 Binary files /dev/null and b/nextstep-frontend/public/NextStepLogo.png differ diff --git a/nextstep-frontend/public/index.html b/nextstep-frontend/public/index.html new file mode 100644 index 0000000..e69de29 diff --git a/nextstep-frontend/src/App.css b/nextstep-frontend/src/App.css index 77db3ae..bc1ef16 100644 --- a/nextstep-frontend/src/App.css +++ b/nextstep-frontend/src/App.css @@ -17,6 +17,7 @@ width: 100%; margin: 0 auto; text-align: center; + background-color: #f9f9f9; } .logo { diff --git a/nextstep-frontend/src/App.tsx b/nextstep-frontend/src/App.tsx index 0aa4d26..90eaef4 100644 --- a/nextstep-frontend/src/App.tsx +++ b/nextstep-frontend/src/App.tsx @@ -3,7 +3,7 @@ import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-d import Login from './pages/Login'; import Register from './pages/Register'; import Profile from './pages/Profile'; -import './App.css' +import './App.css'; import Feed from './pages/Feed'; import Footer from './components/Footer'; import RequireAuth from './hoc/RequireAuth'; @@ -11,31 +11,35 @@ import NewPost from './pages/NewPost'; import PostDetails from './pages/PostDetails'; import Chat from './pages/Chat'; import Resume from './pages/Resume'; -import TopBar from './components/TopBar'; +import LeftBar from './components/LeftBar'; import Layout from './components/Layout'; import MainDashboard from './pages/MainDashboard'; import Quiz from './pages/Quiz'; +import { Box } from '@mui/material'; const App: React.FC = () => { return ( <> + + } /> } /> } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> } /> -