diff --git a/app/src/App.tsx b/app/src/App.tsx index e225897..f98fdb6 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -2,6 +2,7 @@ import React, { type ReactElement } from "react"; import { Routes, Route } from "react-router-dom"; import Home from "./pages/Home"; import MentorDashboard from "./pages/MentorDashboard"; +import MenteeDashboard from "./pages/MenteeDashboard"; import CreateWorkshop from "./pages/CreateWorkshop"; import CreateMeeting from "./pages/CreateMeeting"; import AuthCallback from "./pages/auth-callback"; @@ -13,6 +14,7 @@ function App(): ReactElement { } /> } /> } /> + }/> } /> } /> } /> diff --git a/app/src/pages/MenteeDashboard.tsx b/app/src/pages/MenteeDashboard.tsx index a8878b8..7211f43 100644 --- a/app/src/pages/MenteeDashboard.tsx +++ b/app/src/pages/MenteeDashboard.tsx @@ -7,7 +7,7 @@ const MenteeDashboard = () => {
-
+
My courses
@@ -67,10 +67,54 @@ const MenteeDashboard = () => {
+ +
-
- Upcoming Events +
+ Upcoming Events! +
+
+ June +
+ +
+
+
+
wed
+
25
+
+
+
+ Mock Interview Session +
+
+ Practice your interview skills with an industry professional +
+
+
+
+ +
+
+
+
wed
+
25
+
+
+
+ Resume Workshop +
+
+ Develop your resume with a senior employee +
+
+
+ + + + +
diff --git a/app/src/styles/_utilities.scss b/app/src/styles/_utilities.scss index e7f3a17..c4525ac 100644 --- a/app/src/styles/_utilities.scss +++ b/app/src/styles/_utilities.scss @@ -443,6 +443,7 @@ } } + .Image { width: 50%; height: auto;