website designed by age
This commit is contained in:
commit
b99abdaaf7
16 changed files with 520 additions and 0 deletions
66
demo.html
Normal file
66
demo.html
Normal file
|
@ -0,0 +1,66 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>CryptoBox</title>
|
||||
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
|
||||
<meta content="" name="keywords" />
|
||||
<meta name="description" content="a secure fileserver, live-CD, web front-end">
|
||||
<link rel="stylesheet" type="text/css" href="main.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="header">
|
||||
</div>
|
||||
|
||||
<div class="navbar">
|
||||
<p><a href="index.html">Home</a>
|
||||
<a href="screenshots.html">Screenshots</a>
|
||||
<a href="download.html">Download</a>
|
||||
<a href="demo.html">Demo</a>
|
||||
<a href="participate.html">Participate</a>
|
||||
<a href="contact.html">Contact</a></p>
|
||||
</div>
|
||||
<br />
|
||||
<div class="left">
|
||||
<img border="0" src="gfx/antlogo.png">
|
||||
<div class="leftcontent">
|
||||
<h2>NEWS 02006-12-15</h2>
|
||||
<p>Release of the cryptobox-server Debian package v0.3.0!</p>
|
||||
</div>
|
||||
<div class="leftcontent">
|
||||
<h2>NEWS 02006-12-15</h2>
|
||||
<p>today is the day</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>WELCOME TO THE CRYPTOBOX!</h2>
|
||||
<p> The CryptoBox is a Debian/Linux based live-cd. This CD boots up, starting a secure fileserver. Even non-technical users are able to store their data on its encrypted harddisk. There is no special knowledge about cryptography or servers required at all.
|
||||
The CryptoBox is fully controllable via your web browser and the data
|
||||
is available in your local network. Have a look at the ScreenShots or
|
||||
give the demo version a try.</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>WHAT WE SHARE</h2>
|
||||
<p>We do our best to help you using the CryptoBox. You can find detailed information in the user manual. For further questions write an email to info@cryptobox.org .
|
||||
As we rollout the new release, some pages might be outdated for a
|
||||
while. Please contact us, if you find some.</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>WHAT YOU MIGHT SHARE</h2>
|
||||
<p>You are not just a consumer. You can help others with your knowledge. We are looking for more translations. Take a look at the translation center. You can register there and use the webinterface for translations. It features a nice, motivating progress bar. For any questions ask us via info@cryptobox.org . Open up a ticket for feature requests or bugs. Or leave a note with your thoughts and ideas</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>A project by <a href="http://senselab.org">Sense.Lab</a>. <a href="">Impressum</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue