diff options
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/login.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 8ddde1b2..ac752e99 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -31,11 +31,9 @@ <img src="/res/img/logo-red.png" class="login-rhizi-logo"> <div class="login-text"> <h1 class="login-header"> Welcome to Rhizi!</h1> - <h5>Rhizi is a collaborative knowledge editor.</h5> - <ul> - <li>Upload your internship proposals for review </li> - <li>Share the skills, interests and project you participate in.</li> - </ul> + <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> @@ -52,8 +50,8 @@ {% if login_failed %}<b>Login Failed</b>{% endif %} </div> </div> - <img src="res/img/hr-email-icon.png"> - <p class="login-text"><a href="mailto:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</p> + <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:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</p> </div> |
