summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-10 17:17:36 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-10 17:18:07 +0200
commitbf8ad7015aacb842fea585d1bd7563cee1f4d959 (patch)
tree717c2c75125de18d60103dafa9a96ed4c1ac9c0d /res/templates
parenta9ae6072f67c8650dc5ce965e1aebc8d4a6dca98 (diff)
login page: redesign, add create account button
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/login.html39
1 files changed, 24 insertions, 15 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index a03bf73c..767385b7 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -21,26 +21,35 @@ body {
{% block content %}
<div class="welcome-box">
<img src="/static/img/logo-red.png" class="login-rhizi-logo">
- <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>
+ <h1 class="login-header">Welcome to Rhizi!</h1>
+ <div class="login-view-section">
+ <p class="login-text">Rhizi is a collaborative knowledge editor.</p>
+ <p class="login-text">Upload your internship proposals for review. Share the skills, interests and project you participate in.</p>
+ <p class="login-text">The resulting interactome allows the entire CRI to better collaborate with AIV students</p>
+ </div>
+ <div class="login-view-section">
+ <div id="login-form">
<form action="javascript:void(0);" method="get" onsubmit="submit_login_form();" id="login_form">
<input class="login-input" type="email" id="login_email_address" placeholder="Email">
<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>
+ <input class="login-form_button" type="submit" value="Sign in">
</form>
- </fieldset>
- <div id="failed-login" style="display: none">
- <b>Login Failed</b>
</div>
+ <div id="failed-login" style="display: none">
+ <b>Login Failed</b>
+ </div>
+ </div>
+ <div class="login-view-section">
+ <div id="create-account-section">
+ <div class="login-view-section-div">or</div>
+ <a href="/signup">
+ <span class="login-form_button" id="login-page_create-account-button" title="Create Account">Create Account</span>
+ </a>
+ </div>
+ </div>
+ <div class="login-view-section">
+ <div class="login-view-section-div"><span class="contact-us-icon"></span></div>
+ <p class="login-text contact-us-text"><a class="contact-us-link" href="mailto:feedback_CRI@rhizi.net?subject=Rhizi%20User%20Feedback">Email us</a> with your feedback,<br>we would love to hear your suggestions!</p>
</div>
- <div class="contact-us-div"><span class="contact-us-icon"></span></div>
- <p class="login-text contact-us-text"><a class="contact-us-link" href="mailto:feedback_CRI@rhizi.net?subject=Rhizi%20User%20Feedback">Email us</a> with your feedback,<br>we would love to hear your suggestions!</p>
</div>
{% endblock %}