From 2f7b28fcda2ba98fc6ede7cd42ead05014d3f115 Mon Sep 17 00:00:00 2001 From: hhyoje Date: Wed, 10 Apr 2024 19:52:59 -0400 Subject: [PATCH 1/2] Updated home page --- src/components/Home/index.tsx | 80 +++++++++--------- src/static/images/privacy-policy-rafiki.svg | 89 +++++++++++++++++++++ 2 files changed, 131 insertions(+), 38 deletions(-) create mode 100644 src/static/images/privacy-policy-rafiki.svg diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx index 0acc62ab..77383794 100644 --- a/src/components/Home/index.tsx +++ b/src/components/Home/index.tsx @@ -4,6 +4,7 @@ import { defineMessages, useIntl } from 'react-intl'; import { Link } from 'react-router-dom'; import HomepageGraphic from '../../static/images/homepage_graphic.svg'; +import PrivacyRafiki from '../../static/images/privacy-policy-rafiki.svg'; import EnsuringSecurity from './EnsuringSecurity'; import FocusingOnPeople from './FocusingOnPeople'; import HomelessStats from './HomelessStats'; @@ -39,49 +40,52 @@ function Home() { {/* */} -
-
-
-
-
- - {intl.formatMessage(messages.brandHeader)} - -
-

- {intl.formatMessage(messages.subHeader)} -

- - - - - {intl.formatMessage(messages.learnMore)} - -
+
+
+

+ Welcome to keep.id! +

+

+ An identification platform for those experiencing homelessness +

+
+ Privacy Rafiki +
+
+
+
+ Log in + Log in to your account +
+
+
-
-
-
- Document Platform -
+
+ don't have an account yet? + +
+
+ +
+
+ Looking for an organization? +
+
- diff --git a/src/static/images/privacy-policy-rafiki.svg b/src/static/images/privacy-policy-rafiki.svg new file mode 100644 index 00000000..e6bf916a --- /dev/null +++ b/src/static/images/privacy-policy-rafiki.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 89a3ccee045046915af959277bdfb2791f6f0b83 Mon Sep 17 00:00:00 2001 From: hhyoje Date: Wed, 10 Apr 2024 20:22:27 -0400 Subject: [PATCH 2/2] Removed unecessary lines --- src/components/Home/index.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx index 77383794..d5b9f867 100644 --- a/src/components/Home/index.tsx +++ b/src/components/Home/index.tsx @@ -17,17 +17,6 @@ const messages = defineMessages({ defaultMessage: 'Welcome', description: 'Home welcome message', }, - brandHeader: { - id: 'home.brand-header', - defaultMessage: 'An identification platform', - description: 'The tagline shown on the home page', - }, - subHeader: { - id: 'home.sub-header', - defaultMessage: 'for those experiencing homelessness', - }, - getStarted: { id: 'home.get-started', defaultMessage: 'Get Started' }, - learnMore: { id: 'home.learn-more', defaultMessage: 'Donate' }, }); function Home() { @@ -66,7 +55,7 @@ function Home() {
- don't have an account yet? + dont have an account yet?