diff --git a/client/views/components/space/usermenu.ejs b/client/views/components/space/usermenu.ejs index 795447f..d462eef 100644 --- a/client/views/components/space/usermenu.ejs +++ b/client/views/components/space/usermenu.ejs @@ -40,7 +40,13 @@ <%= user %> - + diff --git a/client/views/login/index.ejs b/client/views/login/index.ejs index f3010c3..f5e394d 100644 --- a/client/views/login/index.ejs +++ b/client/views/login/index.ejs @@ -1,154 +1,163 @@ - - - - - - - - - - Login - Register - - - -
-
-
-

Create Account

- - - - or use your email for registeration - - - - - -
-
- -
-
-

Login

- - - or use your email password - - - - Forget Your Password? - -
-
+ +<%- await include("../layouts/header.ejs", {title: 'FLUX Login'}) %> + +
+
+
+
+

Sign In

+
+
+ + + +
-
-
-
-

Welcome Back!

-

Login to use all of the site features

- +
+
+ Or sign in with e-mail +
-
-

Welcome!

-

Register to use all of the site features

- +
+ + + + +

+ I agree to abide by codegasm's + + Terms of Service + + and its + + Privacy Policy + +

- -
- - - + - - - - +
+
+ +<%- await include("../layouts/end.ejs") %> diff --git a/client/views/partials/home/scroll-trigger.ejs b/client/views/partials/home/scroll-trigger.ejs index 6752ce3..f4c8a03 100644 --- a/client/views/partials/home/scroll-trigger.ejs +++ b/client/views/partials/home/scroll-trigger.ejs @@ -51,4 +51,7 @@ class="font-medium text-md text-center my-4 text-pretty" >Explore More About Us + Create An Acoount Right Away & Join Us
diff --git a/client/views/register/index.ejs b/client/views/register/index.ejs new file mode 100644 index 0000000..02a899a --- /dev/null +++ b/client/views/register/index.ejs @@ -0,0 +1,171 @@ + +<%- await include("../layouts/header.ejs", {title: 'FLUX Register'}) %> + +
+
+
+
+

Sign up

+
+
+ + + + + +
+ +
+
+ Or sign up with e-mail +
+
+ +
+ + + + + +

+ I agree to abide by codegasm's + + Terms of Service + + and its + + Privacy Policy + +

+
+
+
+
+ +
+
+ +<%- await include("../layouts/end.ejs") %>