diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 20:07:50 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 20:07:54 +0200 |
| commit | d7b60a649d9a2ad8b8d96c7b83601a59cce0e63c (patch) | |
| tree | 9685cf2a42fb9cf8357aa83a43ad50c33fabb092 /res/templates | |
| parent | ec7cbd350ca29e03b4d5dd554b3aa051c851bf3e (diff) | |
wip - login page styling3
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/login.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 8334e9e8..8ddde1b2 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -32,7 +32,10 @@ <div class="login-text"> <h1 class="login-header"> Welcome to Rhizi!</h1> <h5>Rhizi is a collaborative knowledge editor.</h5> - <p>With it, you can upload your internship proposals for review and share the skills, interests and project you participate in.</p> + <ul> + <li>Upload your internship proposals for review </li> + <li>Share the skills, interests and project you participate in.</li> + </ul> <br> <p>The resulting interactome allows the entire CRI to better collaborate with AIV students</p> </div> @@ -49,7 +52,7 @@ {% if login_failed %}<b>Login Failed</b>{% endif %} </div> </div> - <img> logo here + <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> |
