diff --git a/client/assets/SigninScreenBG.png b/client/assets/SigninScreenBG.png
new file mode 100644
index 0000000..3f57a22
Binary files /dev/null and b/client/assets/SigninScreenBG.png differ
diff --git a/client/src/App.tsx b/client/src/App.tsx
index 38e735e..34a4aaa 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -1,12 +1,14 @@
import { Route, Routes } from "react-router-dom";
import HomePage from "./pages/HomePage";
import SignUpPage from "./pages/SignUpPage";
+import SignInPage from "./pages/SignInPage";
function App() {
return (
Sign In
+to ecoconnect
+New here?
+ { + navigate("/signup"); + }} + > + Sign up + +Already here before?
+ { + navigate("/signin"); + }} + > + Sign in + +A Singapore Government Agency Website
How to identify diff --git a/client/src/icons.tsx b/client/src/icons.tsx new file mode 100644 index 0000000..94b8540 --- /dev/null +++ b/client/src/icons.tsx @@ -0,0 +1,18 @@ +export const ChevronLeftIcon = () => { + return ( + + ); +}; diff --git a/client/src/layouts/default.tsx b/client/src/layouts/default.tsx new file mode 100644 index 0000000..67292bf --- /dev/null +++ b/client/src/layouts/default.tsx @@ -0,0 +1,14 @@ +import SingaporeAgencyStrip from "../components/SingaporeAgencyStrip"; + +export default function DefaultLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( +Home
-
+ Welcome back!
++ Good to have you here again. Tell us who you are, and wel + will let you in. +
+