diff --git a/client/assets/gov-footer.png b/client/assets/gov-footer.png new file mode 100644 index 0000000..afaf269 Binary files /dev/null and b/client/assets/gov-footer.png differ diff --git a/client/src/components/SiteFooter.tsx b/client/src/components/SiteFooter.tsx new file mode 100644 index 0000000..5760a53 --- /dev/null +++ b/client/src/components/SiteFooter.tsx @@ -0,0 +1,38 @@ +import { Button, Link } from "@nextui-org/react"; + +export default function SiteFooter() { + return ( +
+
+
+

Have a question?

+ +
+
+
+

Powered by DIT2303

+
+ Terms of use + Privacy statement + Report vulnerability +
+
+
+

Connecting the neighbourhood together

+
+ Gov Tech footer logo +

©2024 STUDENTS OF NANYANG POLYTECHNIC

+

Last updated on 23 July 1921

+
+
+
+
+
+ ); +} diff --git a/client/src/layouts/default.tsx b/client/src/layouts/default.tsx index fd9cdc9..4087eb4 100644 --- a/client/src/layouts/default.tsx +++ b/client/src/layouts/default.tsx @@ -2,14 +2,18 @@ import { Toaster } from "react-hot-toast"; import SingaporeAgencyStrip from "../components/SingaporeAgencyStrip"; import NavigationBar from "../components/NavigationBar"; import { Outlet } from "react-router-dom"; +import SiteFooter from "../components/SiteFooter"; export default function DefaultLayout() { return ( -
- -
- -
+
+
+ +
+ +
+
+