uploaded the static html pages of the live-CD v0.3

This commit is contained in:
lars 2007-04-01 13:34:17 +00:00
parent 6c971bb198
commit 25b099870f
48 changed files with 1005 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<div class="centercontent">
<h2>What is it about?</h2>
<p>The CryptoBox project aims to bring data encryption to the masses.</p>
<p>Therefore we develop two Free Software packages:</p>
<ul>
<li>The <b>CryptoBox live-CD</b> is made for people who want to encrypt
their data without bothering about complicated technical issues.<br/>
A computer running the CryptoBox live-CD works as a fileserver/NAS
and encrypts your private data.</li>
<br/>
<li>The <b>CryptoBox-Server package</b> adds a user friendly,
web-based frontend for harddisk encryption to a fileserver.</li>
</ul>
<p>Take a look at the <a href="cartoon.html">CryptoBox usage example</a>!<br />
It may give you a better understanding of what the CryptoBox does and how it
works. </p>
</div>

View file

@ -0,0 +1,37 @@
<div class="left">
<div class="leftcontent">
<h2>Demo</h2>
<p>See the CryptoBox <a href="http://demo.cryptobox.org">in action</a>.</p>
<ul>
<li>user: admin</li>
<li>password: admin</li>
</ul>
</div>
<div class="leftcontent">
<h2>Documentation</h2>
<p>Browse through the online <a
href="http://devel.cryptobox.org/wiki/CryptoBoxUser/en">user
documentation</a> site</a>.</p>
</div>
<div class="leftcontent">
<h2>Details</h2>
<p>Read what's <a href="details.html">under the hood</a>.</p>
</div>
<div class="leftcontent">
<h2>Translations</h2>
<p>The following languages are currently fully supported:</p>
<ul>
<!-- in alphabetical order -->
<li>English</li>
<li>German</li>
<li>Japanese</li>
<li>Slovenian</li>
</ul>
</div>
</div>

View file

@ -0,0 +1,6 @@
<div class="content">
<h2>Screenshots</h2>
<p>Everybody wants some <a href="screenshots.html">screenshots</a>.
Here we go:</p>
<p><a href="screenshots.html"><img border="0" src="gfx/mini_screenshot.png"></a></p>
</div>