diff options
| author | dor garbash <dor.garbash@gmail.com> | 2015-01-05 10:40:09 +0200 |
|---|---|---|
| committer | dor garbash <dor.garbash@gmail.com> | 2015-01-05 10:40:09 +0200 |
| commit | 70affadd45e42e49a506023db9a6292bd15ad109 (patch) | |
| tree | abb24bf99748e8b10e73efbfce3f388a171e5323 | |
| parent | 29cf03d71d917781c363e1fe24da83b52b853330 (diff) | |
Update login.html
| -rw-r--r-- | res/templates/login.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 186d6cd4..abef86b4 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -29,15 +29,10 @@ <body> <h1> Welcome to Rhizi!</h1> - <p>Rhizi is a collaborative knowledge editor. We are using it to create an interactome of AIV M2 students, their skills, interests, clubs and internships.</p> - <p>This version is meant for you to add yourself in the interactome and share how it went. </p> + <p>Rhizi is a collaborative knowledge editor. With it, you can upload your internship proposals for review and share the skills, interests and project you participate in.</p> + <p>The resulting interactome allows the entire CRI to better collaborate with AIV students</p> <p><a href="mailto:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</p> - <h2>Disclaimer</h2> - <ul> - <li>The content here may be deleted at any time.</li> - <li>You can export your work as a JSON, but we don't guarantee we will continue to support it later on.</li> - <li>We will implement a feature to generate your own Rhizi-doc in the coming months. Until then, you will not be able to launch your own Rhizi-doc.</li> - </ul> + <div id="login_form_panel"> <form onsubmit="submit_login_form();" |
