From 9617cbe558b410e498a6ff7513cdcba0efcfe37d Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 17 Jan 2019 20:49:11 -0800 Subject: [PATCH 1/6] Centering signup page and added email text box --- front/static/signup.html | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/front/static/signup.html b/front/static/signup.html index 8cba043..7e92022 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -9,15 +9,28 @@ Sign up + -

Sign up page

-
- User Name:
- Password:
- Confirm Password:
- - Return to main menu -
+
+ +
+ \ No newline at end of file From f7de63a16a3bf96a29b7334eb8f8a75fcf2a8c99 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 18 Jan 2019 13:53:01 -0800 Subject: [PATCH 2/6] Centering signup page and added email text box --- front/static/signup.css | 11 +++++++++++ front/static/signup.html | 29 +++++++++++++++++------------ 2 files changed, 28 insertions(+), 12 deletions(-) create mode 100644 front/static/signup.css diff --git a/front/static/signup.css b/front/static/signup.css new file mode 100644 index 0000000..18f38f3 --- /dev/null +++ b/front/static/signup.css @@ -0,0 +1,11 @@ +.signup +{ + height: 200px; + width: 400px; + position: fixed; + top: 50%; + left: 50%; + margin-top: -100px; + margin-left: -100px; + width:60%; +} \ No newline at end of file diff --git a/front/static/signup.html b/front/static/signup.html index 7e92022..0999306 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -7,25 +7,30 @@ + Sign up - + -
- From b51a4a911238aec6bd44ab05bc71f5a0f10c0caf Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 18 Jan 2019 20:11:45 -0800 Subject: [PATCH 3/6] create folder for img/js/css and fix the page to be more responsive on mobile --- front/static/{ => css}/signup.css | 8 +++++--- front/static/dashboard.html | 2 +- front/static/{ => img}/favicon.ico | Bin front/static/{ => js}/login.js | 0 front/static/{ => js}/logout.js | 0 front/static/{ => js}/signupPage.js | 0 front/static/login.html | 2 +- front/static/signup.html | 22 +++++++++++----------- 8 files changed, 18 insertions(+), 16 deletions(-) rename front/static/{ => css}/signup.css (60%) rename front/static/{ => img}/favicon.ico (100%) rename front/static/{ => js}/login.js (100%) rename front/static/{ => js}/logout.js (100%) rename front/static/{ => js}/signupPage.js (100%) diff --git a/front/static/signup.css b/front/static/css/signup.css similarity index 60% rename from front/static/signup.css rename to front/static/css/signup.css index 18f38f3..e887d49 100644 --- a/front/static/signup.css +++ b/front/static/css/signup.css @@ -3,9 +3,11 @@ height: 200px; width: 400px; position: fixed; - top: 50%; left: 50%; - margin-top: -100px; - margin-left: -100px; + margin-left: -150px; width:60%; +} +.border +{ + border-color:black; } \ No newline at end of file diff --git a/front/static/dashboard.html b/front/static/dashboard.html index 6b2019c..e6f0aa2 100644 --- a/front/static/dashboard.html +++ b/front/static/dashboard.html @@ -36,6 +36,6 @@
- + diff --git a/front/static/favicon.ico b/front/static/img/favicon.ico similarity index 100% rename from front/static/favicon.ico rename to front/static/img/favicon.ico diff --git a/front/static/login.js b/front/static/js/login.js similarity index 100% rename from front/static/login.js rename to front/static/js/login.js diff --git a/front/static/logout.js b/front/static/js/logout.js similarity index 100% rename from front/static/logout.js rename to front/static/js/logout.js diff --git a/front/static/signupPage.js b/front/static/js/signupPage.js similarity index 100% rename from front/static/signupPage.js rename to front/static/js/signupPage.js diff --git a/front/static/login.html b/front/static/login.html index 40ceccf..b5c18e0 100644 --- a/front/static/login.html +++ b/front/static/login.html @@ -17,6 +17,6 @@

- + diff --git a/front/static/signup.html b/front/static/signup.html index 0999306..2d79bc1 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -7,35 +7,35 @@ - + Sign up - -

-

Reimbursinator

-
+ - + \ No newline at end of file From d295f66c0d648664ef383234da76b84c745924ee Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 18 Jan 2019 20:20:20 -0800 Subject: [PATCH 4/6] create folder for img/js/css and fix the page to be more responsive on mobile --- front/static/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/static/signup.html b/front/static/signup.html index 2d79bc1..aca7e42 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -37,5 +37,5 @@ - + \ No newline at end of file From 76c4e033c6a8dc2f18d90285bdfec6e3631b7746 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 20 Jan 2019 11:49:59 -0800 Subject: [PATCH 5/6] fix signup page with "duplicate navbar" --- front/static/signup.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/front/static/signup.html b/front/static/signup.html index c6a6866..cdba264 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -11,17 +11,11 @@ Sign up -