From 614ddd4fa297e94d6efd8bf44852b48bfe86b679 Mon Sep 17 00:00:00 2001 From: Mahasvin24 Date: Sun, 20 Aug 2023 21:26:11 -0700 Subject: [PATCH] Login Page Styling --- components/About.tsx | 4 +-- components/LoginForm.tsx | 69 +++++++++++++++++++++++++++------------- components/Search.tsx | 1 + 3 files changed, 50 insertions(+), 24 deletions(-) diff --git a/components/About.tsx b/components/About.tsx index 60a189d..587c7df 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -11,7 +11,7 @@ const About = () => {
-
Our Mission
+
Our Mission
To lighten the load of shelters and rescues by providing a platform for them to connect with potential adopters and donors. We hope to make the adoption process @@ -19,7 +19,7 @@ const About = () => {
-
Our Vision
+
Our Vision
We hope to create a world in which pets are able to find happy homes, and where shelters and rescues are able to find the resources they need to continue diff --git a/components/LoginForm.tsx b/components/LoginForm.tsx index c321dff..5574435 100644 --- a/components/LoginForm.tsx +++ b/components/LoginForm.tsx @@ -46,28 +46,53 @@ export default function Login() { } return ( -
- -
- -
- + +
+ +
+
+ + + + +
+ +
+
+
+ +
+
+ + + + +
+ +
+
+
); } diff --git a/components/Search.tsx b/components/Search.tsx index 8d1c71a..e953b31 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -133,6 +133,7 @@ const Search = (props: any) => {

+

Filters