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
39
demo.html
39
demo.html
|
@ -12,34 +12,46 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div class="header"><!-- just the logo --></div>
|
||||
<div id="header"><!-- just the logo --></div>
|
||||
|
||||
|
||||
<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 />
|
||||
|
||||
|
||||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<p> </p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Pardon</h2>
|
||||
<p>Don't worry if the <a href="http://demo.cryptobox.org">demo</a> is out for lunch. It'll be back soon.</p>
|
||||
<h2>Pardon in advance</h2>
|
||||
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>Demonstration</h2>
|
||||
<p>With the new release, we proudly present a demo CryptoBox
|
||||
environment. It's very slow at the moment but should give you a
|
||||
better feeling, for how the CryptoBox works.</p>
|
||||
<p>Try: <a href="http://demo.cryptobox.org">demo.cryptobox.org</a> .</p>
|
||||
<p>With the new release, we proudly present an online demonstration
|
||||
of the webinterface of a CryptoBox. At the moment the server is quite
|
||||
slow, but at least you will get a feeling of how the CryptoBox works.</p>
|
||||
<p>Try: <a href="http://demo.cryptobox.org">http://demo.cryptobox.org</a>.</p>
|
||||
<p>The necessary access credentials for restricted parts of the demo are:</p>
|
||||
<ul>
|
||||
<li>Username: admin</li>
|
||||
<li>Password: admin</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
|
@ -51,3 +63,4 @@
|
|||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue