From c5a34df8470ea0bf8d57fdae1dbe344dc895c85d Mon Sep 17 00:00:00 2001 From: ygg2 Date: Fri, 25 Oct 2024 22:23:45 -0400 Subject: [PATCH] added loading bg to other pages/fix bug --- src/webpage/home.html | 3 +- src/webpage/index.html | 4 +- src/webpage/invite.html | 24 ++++---- src/webpage/login.html | 84 ++++++++++++++-------------- src/webpage/oauth2/authorize.html | 26 +++++---- src/webpage/register.html | 91 ++++++++++++++++--------------- src/webpage/style.css | 1 + 7 files changed, 125 insertions(+), 108 deletions(-) diff --git a/src/webpage/home.html b/src/webpage/home.html index 4aa979f..ac50c0f 100644 --- a/src/webpage/home.html +++ b/src/webpage/home.html @@ -11,9 +11,10 @@ + - +

Jank Client

diff --git a/src/webpage/index.html b/src/webpage/index.html index 1324436..fcf0797 100644 --- a/src/webpage/index.html +++ b/src/webpage/index.html @@ -11,11 +11,11 @@ - + - +
diff --git a/src/webpage/invite.html b/src/webpage/invite.html index 6b13c11..5a2c3d7 100644 --- a/src/webpage/invite.html +++ b/src/webpage/invite.html @@ -1,4 +1,5 @@ - + + @@ -10,14 +11,17 @@ + -
-
-
-

Server Name

-

Someone invited you to Server Name

- + +
+
+
+

Server Name

+

Someone invited you to Server Name

+ +
-
- - + + + \ No newline at end of file diff --git a/src/webpage/login.html b/src/webpage/login.html index 50bf7db..dcaf1d1 100644 --- a/src/webpage/login.html +++ b/src/webpage/login.html @@ -1,4 +1,5 @@ - + + @@ -12,46 +13,49 @@ + -
-

Login

-
- -

- + +
+

Login

+ + +

+ - - + + - - -

+ + +

-
- - - Don't have an account? -
- - - +
+ + + Don't have an account? +
+ + + + \ No newline at end of file diff --git a/src/webpage/oauth2/authorize.html b/src/webpage/oauth2/authorize.html index 00d8a51..b2d61d7 100644 --- a/src/webpage/oauth2/authorize.html +++ b/src/webpage/oauth2/authorize.html @@ -1,4 +1,5 @@ - + + @@ -9,15 +10,18 @@ + -
-
- -

Bot Name

-

Add Bot

-

This will allow the bot to:

- + +
+
+ +

Bot Name

+

Add Bot

+

This will allow the bot to:

+ +
-
- - + + + \ No newline at end of file diff --git a/src/webpage/register.html b/src/webpage/register.html index 6abace8..8d8b3fd 100644 --- a/src/webpage/register.html +++ b/src/webpage/register.html @@ -1,5 +1,5 @@ - - + + @@ -10,52 +10,55 @@ + -
-

Create an account

-
-
- -

- -
-
- - -
+ +
+

Create an account

+ +
+ +

+ +
+
+ + +
-
- - -
-
- - -
+
+ + +
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- I agree to the Terms of Service: - -
+
+ I agree to the Terms of Service: + +
-

-
+

+
-
- - - Already have an account? -
- - - \ No newline at end of file +
+ + + Already have an account? +
+ + + + \ No newline at end of file diff --git a/src/webpage/style.css b/src/webpage/style.css index 07f0e4a..03a8eb0 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1,5 +1,6 @@ /* General */ body { + height: 100%; margin: 0; background: var(--secondary-bg); font-family: var(--font);