diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-03 15:48:06 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-03 15:48:06 +0200 |
| commit | fe15146a7031554e6c82791d1ba68e31e5ecedc8 (patch) | |
| tree | fc7309955c1723615785b63cf65f6c1c68e50940 | |
| parent | 7337ada62992bafee6c8db23f103841eb0024d2e (diff) | |
Fixed typo, removed some text
| -rw-r--r-- | res/templates/login.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 5ec36570..e02cec5f 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -25,19 +25,13 @@ <h1> Welcome to Rhizi test page </h1> <p>Rhizi is a collaborative knowledge editor. With it, you can jointly define, explore and visualise projects, communities and ideas.</p> <p>This test version is meant for you to try Rhizi out and provide us feedback so AIV students and teachers will have a good experience using it once we deploy.</p> - <h2>Try it out by doing the following things:</h2> - <ul> - <li>Login with your guest account</li> - <li>Create a node with your name.</li> - <li>Connect to your node three scientific interests you have(e.g. Systems biology, Biochemistry, Quantum physics, etc')</li> - <li>Connect to your node three skills you know well(e.g. Javascript, Photoshop, People management, Financing etc')</li> - <li><a href="mailto:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</li> - </ul> - <h2>Out of scope</h2> + <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 you own Rhizi-doc in May. Until then, you will not be able to launch your own Rhizi-doc.</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 |
