update of website
This commit is contained in:
parent
b99abdaaf7
commit
8fde119045
24 changed files with 591 additions and 361 deletions
|
@ -1,58 +1,56 @@
|
|||
<!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>
|
||||
<!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="gfx/main.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div class="header"><!-- just the logo --></div>
|
||||
|
||||
<body>
|
||||
<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>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<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>
|
||||
<div class="onecolumn">
|
||||
<div class="onecolumn">
|
||||
<br />
|
||||
<h2>Versions 0.3.x</h2>
|
||||
<p>
|
||||
<img src="gfx/activate_volume.png"><br />
|
||||
activation of encrypted file system<br />
|
||||
Aktivierung des verschlüsselten Dateisystems
|
||||
</p>
|
||||
<p>
|
||||
<img src="gfx/activate_volume.png"><br />
|
||||
<img src="gfx/system_preferences.png"><br />
|
||||
configuration<br />
|
||||
Konfiguration
|
||||
</p>
|
||||
<h2>Versions 0.2.x</h2>
|
||||
<p>
|
||||
<img src="gfx/en_mount.png"><br />
|
||||
activation of encrypted file system<br />
|
||||
Aktivierung des verschlüsselten Dateisystems
|
||||
</p>
|
||||
<p>
|
||||
<img src="gfx/en_config.png"><br />
|
||||
configuration<br />
|
||||
Konfiguration
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>A project by <a href="http://senselab.org">Sense.Lab</a>. <a href="">Impressum</a></p>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="">Impressum</a> --</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue