diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-12 12:29:15 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-12 12:29:15 +0200 |
| commit | 365e20af3810f67b0a22f651fd0807b40cbacc04 (patch) | |
| tree | e9bdf1c847c8cb04505b81a64ef56aae637129da /res/templates | |
| parent | 8b2032daa938d1d948caf445873a9ce3b02ccde8 (diff) | |
Rhizi login page styling - final v before ofer touch-ups
Still needs proper applying of font styling.
I hacked some font/color in classes, where it should be defined in sass
style guide.
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> |
