From f5a1b6471beb22c853ddbdb087bde06933790a00 Mon Sep 17 00:00:00 2001 From: Keep Creating Online <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:01:48 -0500 Subject: [PATCH 1/5] added login menu for further login options in the future --- src/components/application-form.html | 105 +++++++++++++++++++++++++++ src/components/login-modal.html | 67 +++++++++++++++++ src/components/profile-modal.html | 21 +++++- src/components/upload-modal.html | 21 +++++- src/css/Responses for bi....xlsx | Bin 0 -> 15795 bytes src/css/style.css | 11 ++- src/index.html | 95 +++++++++++++----------- src/js/app.js | 102 ++++++++++++++++++-------- whitelistform.txt | 1 + 9 files changed, 343 insertions(+), 80 deletions(-) create mode 100644 src/components/application-form.html create mode 100644 src/components/login-modal.html create mode 100644 src/css/Responses for bi....xlsx create mode 100644 whitelistform.txt diff --git a/src/components/application-form.html b/src/components/application-form.html new file mode 100644 index 0000000..79e69bf --- /dev/null +++ b/src/components/application-form.html @@ -0,0 +1,105 @@ + + + + + + Application Form + + + + + +
+ +
+ + + + + + + + diff --git a/src/components/login-modal.html b/src/components/login-modal.html new file mode 100644 index 0000000..e179da8 --- /dev/null +++ b/src/components/login-modal.html @@ -0,0 +1,67 @@ + diff --git a/src/components/profile-modal.html b/src/components/profile-modal.html index 6b3e2ee..c626888 100644 --- a/src/components/profile-modal.html +++ b/src/components/profile-modal.html @@ -1,10 +1,25 @@ -