From 70f071180c932e9cf5029b47ec5e0d1e2623b4b4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 24 Dec 2024 15:05:33 -0500 Subject: Dashboard, fixed some issues with port --- views/dashboard.ejs | 20 ++++++++++++++++++++ views/index.ejs | 5 +++-- views/login.ejs | 26 -------------------------- views/password.ejs | 26 ++++++++++++++++++++++++++ views/register.ejs | 1 + views/success.ejs | 2 +- 6 files changed, 51 insertions(+), 29 deletions(-) create mode 100644 views/dashboard.ejs delete mode 100644 views/login.ejs create mode 100644 views/password.ejs (limited to 'views') diff --git a/views/dashboard.ejs b/views/dashboard.ejs new file mode 100644 index 0000000..b50f0e0 --- /dev/null +++ b/views/dashboard.ejs @@ -0,0 +1,20 @@ + + + + + + + bnbSO Dashboard + + +
+
+ logo +

Welcome, <%= username %>!

+

FreeSO Username:

+ Change Password + Download bnbSO Client + Logout +
+ + \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index d46a61a..dc893d4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -10,8 +10,9 @@
logo -

You must be a member of the bits & Bytes Discord server to join bnbSO.

- Login with Discord +

Log into your Discord account to get access to bnbSO.

+

You must be a bits & Bytes member to join.

+ Login with Discord
\ No newline at end of file diff --git a/views/login.ejs b/views/login.ejs deleted file mode 100644 index a5a51ae..0000000 --- a/views/login.ejs +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - bnbSO Login - - -
-
- logo -

Login

-
- - - - - -
- Forgot Password - <% if (typeof error !== 'undefined') { %> -
<%= error %>
- <% } %> - - \ No newline at end of file diff --git a/views/password.ejs b/views/password.ejs new file mode 100644 index 0000000..2e24399 --- /dev/null +++ b/views/password.ejs @@ -0,0 +1,26 @@ + + + + + + + bnbSO Login + + +
+
+ logo +

Login

+
+ + + + + +
+ Forgot Password + <% if (typeof error !== 'undefined') { %> +
<%= error %>
+ <% } %> + + \ No newline at end of file diff --git a/views/register.ejs b/views/register.ejs index fcff088..66058c3 100644 --- a/views/register.ejs +++ b/views/register.ejs @@ -13,6 +13,7 @@

Welcome to bnbSO!

You will be sending the following information to register your bnbSO account

Please verify that the following information is correct. You can only change this once.

+

Note: You can change your username and email if you want to change it.
It is there as your Discord account are using these credentials.

diff --git a/views/success.ejs b/views/success.ejs index c967d24..224b260 100644 --- a/views/success.ejs +++ b/views/success.ejs @@ -12,7 +12,7 @@ logo

Created account successfully!

Check on your inbox for the confirmation code.

- Home + Dashboard
\ No newline at end of file -- cgit v1.2.3