diff options
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 0ad15443..b2971879 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -35,19 +35,17 @@ <body class="login-background"> <div class="welcome-box"> <img src="/static/img/logo-red.png" class="login-rhizi-logo"> - <div class="login-text"> - <h1 class="login-header"> Welcome to Rhizi!</h1> - <p><b>Rhizi is a collaborative knowledge editor.</b></p> - <p>Upload your internship proposals for review.</p> - <p>Share the skills, interests and project you participate in.</p> - <br> - <p>The resulting interactome allows the entire CRI to better collaborate with AIV students</p> - </div> + <h1 class="login-header"> Welcome to Rhizi!</h1> + <p class="login-text">Rhizi is a collaborative knowledge editor.</p> + <p class="login-text">Upload your internship proposals for review.</p> + <p class="login-text">Share the skills, interests and project you participate in.</p> + <br> + <p class="login-text">The resulting interactome allows the entire CRI to better collaborate with AIV students</p> <div id="login_form_panel" class="login-form"> <fieldset> <form action="javascript:void(0);" method="get" onsubmit="submit_login_form();" id="login_form"> <input class="login-input" type="email" id="login_username" placeholder="Email"> - <input class="login-input" type="password" id="login_password" placeholder="Password" required value="Password"> + <input class="login-input" type="password" id="login_password" placeholder="Password"> <input class="login-input" type="submit" value="Sign in"> <a class="forgot-password">Forgot your password?</a> </form> |
