improved templatewrite code (ignores swap files, svn, ...)

added "details" page
added FAQ
changed a lot of text
This commit is contained in:
lars 2006-12-23 23:46:53 +00:00
parent 54559af141
commit 2daeb925a1
26 changed files with 868 additions and 334 deletions

View file

@ -12,4 +12,5 @@
<body>
<div class="container">
<div class="header"><!-- just the logo --></div>
<div id="header"><!-- just the logo --></div>

View file

@ -1,8 +1,12 @@
<div class="navbar">
<p><a href="index.html">Home</a>&nbsp;
<a href="download.html">Download</a>&nbsp;
<a href="screenshots.html">Screenshots</a>&nbsp;
<a href="demo.html">Demo</a>&nbsp;
<a href="project.html">Project</a>&nbsp;</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 />