**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.
This commit is contained in:
parent
5ea889ec1d
commit
97b41735bc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h1>Reimbursinator</h1>
|
<h1>Reimbursinator</h1>
|
||||||
</div>
|
</div>
|
||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link active" href="signup.html">Sign up</a>
|
<a class="nav-link active" href="signup.html">Sign up</a>
|
||||||
|
|
Loading…
Reference in a new issue