diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-01-21 12:04:40 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-01-21 12:04:40 +0100 |
commit | 4cb5dd95efb50392dc6aa9c1a81cececee124330 (patch) | |
tree | 9168ebfe9cf24f4328b6fed3b83be536e27475e0 | |
parent | c282bcc3e0c0695dc78e62e88d7727eba7fdb840 (diff) | |
download | nooz-4cb5dd95efb50392dc6aa9c1a81cececee124330.tar.gz nooz-4cb5dd95efb50392dc6aa9c1a81cececee124330.tar.bz2 nooz-4cb5dd95efb50392dc6aa9c1a81cececee124330.tar.xz nooz-4cb5dd95efb50392dc6aa9c1a81cececee124330.zip |
Statical changes.
-rw-r--r-- | templates/about.html | 15 | ||||
-rw-r--r-- | templates/layout.html | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index 9c962e8..052b9d0 100644 --- a/templates/about.html +++ b/templates/about.html @@ -10,6 +10,21 @@ $("document").ready( function(){ </script> <div class="container "> <h1>About</h1> + <p> + This application is a reader of notes. You can easily browse any notes which are uploaded and indexed. + </p> + <p> + Later on easy download, uploading, searching, tagging and commenting will be implemented. + </p> + <h1>User guide</h1> + <p> + Select a subject from navigation bar menu. Then you will be able to see, which notes are uploaded.There is link, view and download buttons click on anything you are interested in. + </p> + <h1>Why? What for?</h1> + <p> + I like digital notes. But I encountered some problems, it wasn't very comfortable. I wanted to improve it. I wanted to share, to have easy access and automated updates and maintainence. So I made nooz. I am still working on it. + </p> + </div> {% endblock %}
\ No newline at end of file diff --git a/templates/layout.html b/templates/layout.html index 22e857e..a62362d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -43,7 +43,7 @@ $("document").ready( function() { <body> <div class="well-small"> - <h1>My own fuckin' gallery of notes</h1> + <h1>Nooz - the gallery of notes</h1> <p id="communicates"> </p> </div> |