diff options
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> |
