diff --git a/public/moh.png b/public/moh.png new file mode 100644 index 0000000..5f54861 Binary files /dev/null and b/public/moh.png differ diff --git a/src/Components/Dashboard.js b/src/Components/Dashboard.js index 90cf3eb..13edf7e 100644 --- a/src/Components/Dashboard.js +++ b/src/Components/Dashboard.js @@ -19,24 +19,7 @@ import Chart from "./Chart"; import SecondaryListItems from "./SecondaryListItems"; import ReactGA from "react-ga4"; // import MapChart from "./MapChart"; - -function Copyright(props) { - return ( - - {"Copyright © "} - - HABTech Solution - {" "} - {new Date().getFullYear()} - {"."} - - ); -} +import Footer from "./Footer"; const drawerWidth = 240; @@ -203,7 +186,7 @@ export default function Dashboard() { }} > - + {/* Chart */} - +
diff --git a/src/Components/Footer.js b/src/Components/Footer.js new file mode 100644 index 0000000..f352785 --- /dev/null +++ b/src/Components/Footer.js @@ -0,0 +1,224 @@ +import { + Grid, + Link, + Typography, + Box, + Container, + IconButton, +} from "@mui/material"; + +import { + Facebook, + Twitter, + Instagram, + LinkedIn, + YouTube, +} from "@mui/icons-material"; + +function Copyright(props) { + return ( + + Copyright © {new Date().getFullYear()}{" "} + + HABTech Solution + {" "} + {"."} All rights reserved. + + ); +} + +function Footer1() { + return ( + + + + + + + + + + Home + + + + + ERMP + + + + + PTS + + + + + CPD + + + + + LIPH + + + + + Contact + + + + + ); +} + +function Footer2() { + return ( + + + + + + moh logo + + + Our Vision is to see Healthy, Productive, and Prosperous Citizens + of Ethiopia. + + + + + Quick Links + + + + + Home + + + + + ERMP + + + + + PTS + + + + + CPD + + + + + LIPH + + + + + + + Connect With Us + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} + +export default function Footer() { + return ; +} diff --git a/src/Components/RequestForm.js b/src/Components/RequestForm.js index 1eba0a2..90ebffe 100644 --- a/src/Components/RequestForm.js +++ b/src/Components/RequestForm.js @@ -27,6 +27,7 @@ import { mainListItems } from "./listItems"; import Chart from "./Chart"; import SecondaryListItems from "./SecondaryListItems"; import ReactGA from "react-ga4"; +import Footer from "./Footer"; function Copyright(props) { return ( @@ -216,7 +217,6 @@ export default function RequestForm() { flexGrow: 1, height: "100vh", overflow: "auto", - pl: 4, }} > @@ -330,6 +330,8 @@ export default function RequestForm() { )} + +