Statical changes.

master
Justyna Ilczuk 2013-01-21 12:04:40 +01:00
parent c282bcc3e0
commit 4cb5dd95ef
2 changed files with 16 additions and 1 deletions

View File

@ -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 %}

View File

@ -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>