From 7163bb5542c41b1a565ddc4bac110285a193ea24 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 13 Jan 2019 14:55:07 -0800 Subject: [PATCH] **Modified** Added signup page. Included jumbotron with nav-tab. Right now the login page have not yet included but the signup page is available. Description from trello: An index page with navbar that will redirect user to signup or login page with jumbotron. --- front/static/index.html | 6 +++--- front/static/signup.html | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/front/static/index.html b/front/static/index.html index c0a9472..9dde921 100644 --- a/front/static/index.html +++ b/front/static/index.html @@ -3,9 +3,9 @@ - - - + + + Reimbursinator diff --git a/front/static/signup.html b/front/static/signup.html index 087a356..5282bbc 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -3,10 +3,9 @@ - + + - Sign up - \ No newline at end of file