improved templatewrite code (ignores swap files, svn, ...)
added "details" page added FAQ changed a lot of text
This commit is contained in:
parent
54559af141
commit
2daeb925a1
26 changed files with 868 additions and 334 deletions
|
@ -12,4 +12,5 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div class="header"><!-- just the logo --></div>
|
||||
<div id="header"><!-- just the logo --></div>
|
||||
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
<div class="navbar">
|
||||
<p><a href="index.html">Home</a>
|
||||
<a href="download.html">Download</a>
|
||||
<a href="screenshots.html">Screenshots</a>
|
||||
<a href="demo.html">Demo</a>
|
||||
<a href="project.html">Project</a> </p>
|
||||
<p>
|
||||
<a href="index.html">Home</a> |
|
||||
<a href="download.html">Download</a> |
|
||||
<a href="screenshots.html">Screenshots</a> |
|
||||
<a href="demo.html">Demo</a> |
|
||||
<a href="details.html">Details</a> |
|
||||
<a href="project.html">Project</a> |
|
||||
<a href="faq.html">FAQ</a>
|
||||
</p>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue