From 6bfbf7fa3b5b14b04f99f2dd6c33d336f6f081f6 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 30 Mar 2025 20:31:32 -0400 Subject: Experimental sign up page design --- .../app/components/signup/signup.component.html | 47 ++++++++++++---------- 1 file changed, 26 insertions(+), 21 deletions(-) (limited to 'ufund-ui/src/app/components/signup/signup.component.html') diff --git a/ufund-ui/src/app/components/signup/signup.component.html b/ufund-ui/src/app/components/signup/signup.component.html index ebedc2a..bc3aaf0 100644 --- a/ufund-ui/src/app/components/signup/signup.component.html +++ b/ufund-ui/src/app/components/signup/signup.component.html @@ -1,26 +1,31 @@ -

Signup:

-
- - {{usernameStatusText | async}} -
+
+

Create an account

+
+ + {{usernameStatusText | async}} +
-
- - - {{passwordStatusText | async}} +
+
+ + + {{passwordStatusText | async}} +
- - {{requirement.title}} - -
+
+ {{requirement.value?"check":"close"}} {{requirement.title}} +
+
-
- - {{confirmPassStatusText | async}} -
+
+ + {{(passwordsMatch|async)?"check":"close"}} Passwords match +
-
- - Account created Proceed to login - {{statusText | async}} +
+ + Account created Proceed to login + {{statusText | async}} +
+ Already have an account? Log in
-- cgit v1.2.3