diff --git a/src/Components/DashboardPage/Technician/TechnicianNavigation.tsx b/src/Components/DashboardPage/Technician/TechnicianNavigation.tsx
new file mode 100644
index 0000000..dfa3f0a
--- /dev/null
+++ b/src/Components/DashboardPage/Technician/TechnicianNavigation.tsx
@@ -0,0 +1,124 @@
+import styles from "../../../styles";
+import { useNavigate } from "react-router-dom";
+import AssessmentIcon from "@mui/icons-material/Assessment";
+
+import equipment from "../../../assets/Equipment.svg";
+import transaction from "../../../assets/Transaction.svg";
+
+export default function TechnicianNavigation() {
+ const navigate = useNavigate();
+ return (
+ <>
+
+
+
+
+
+ Feature
+
+
+
+
+
+
+
+ >
+ );
+}
diff --git a/src/Components/Header/Header.tsx b/src/Components/Header/Header.tsx
index 37984a6..b5680f7 100644
--- a/src/Components/Header/Header.tsx
+++ b/src/Components/Header/Header.tsx
@@ -10,26 +10,32 @@ export interface props {
export default function Header(props: props) {
const [SidebarOpen, SetSidebarOpen] = useState(false);
return (
+
+
-
- {props.label}
-
+
+
+
+
+
+
+
+
+
SetSidebarOpen(false)}>
diff --git a/src/Pages/DashboardPage/DashboardPage.tsx b/src/Pages/DashboardPage/DashboardPage.tsx
index 6dd68b6..ed18c6e 100644
--- a/src/Pages/DashboardPage/DashboardPage.tsx
+++ b/src/Pages/DashboardPage/DashboardPage.tsx
@@ -6,36 +6,39 @@ import TechnicianEquipmentButtons from "../../Components/DashboardPage/Technicia
import TechnicianLogButtons from "../../Components/DashboardPage/Technician/TechnicianLogButtons";
import StudentTransactionListView from "../../Components/DashboardPage/Student/StudentTransactionListView";
import StudentDashboard from "../../Components/DashboardPage/Student/StudentDashboard";
+import TechnicianNavigation from "../../Components/DashboardPage/Technician/TechnicianNavigation";
import TeacherTransactionListView from "../../Components/DashboardPage/Teacher/TeacherTransactionListView";
export default function Dashboard() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
}
diff --git a/src/assets/Equipment.svg b/src/assets/Equipment.svg
new file mode 100644
index 0000000..5cc567e
--- /dev/null
+++ b/src/assets/Equipment.svg
@@ -0,0 +1,36 @@
+
diff --git a/src/assets/Profile-Icon.png b/src/assets/Profile-Icon.png
new file mode 100644
index 0000000..c1f29dd
Binary files /dev/null and b/src/assets/Profile-Icon.png differ
diff --git a/src/assets/Transaction.svg b/src/assets/Transaction.svg
new file mode 100644
index 0000000..e81218f
--- /dev/null
+++ b/src/assets/Transaction.svg
@@ -0,0 +1,9 @@
+
diff --git a/src/assets/ustp-logo.png b/src/assets/ustp-logo.png
new file mode 100644
index 0000000..ff20f52
Binary files /dev/null and b/src/assets/ustp-logo.png differ