added placeholder for obfuscated mailaddress
cleaned up the main navigation bar moved some text around
This commit is contained in:
parent
bbe38e4649
commit
e6eec6a97c
18 changed files with 119 additions and 171 deletions
62
index.html
62
index.html
|
@ -12,23 +12,18 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div id="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="details.html">Details</a> |
|
||||
<a href="project.html">Project</a> |
|
||||
<a href="faq.html">FAQ</a>
|
||||
<a href="support.html">Support</a> |
|
||||
<a href="development.html">Development</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mission">
|
||||
</div>
|
||||
<div class="centercontent">
|
||||
<h2>What is it about?</h2>
|
||||
<p>The CryptoBox project wants to bring data encryption to the masses.</p>
|
||||
<p>Therefore we develop two free (GPL) software packages:</p>
|
||||
|
@ -39,43 +34,19 @@
|
|||
encrypting fileserver without bothering about complicated administration
|
||||
issues.</li>
|
||||
</ul>
|
||||
<p>The privacy of <i>your</i> data is our mission. </p>
|
||||
<p>Any Questions? Mail to <i>info(at)cryptobox.org</i>!</p>
|
||||
<p>Get some more <a href="details.html">details</a>.</p>
|
||||
<p>Any questions left? Send a mail to <a href="mailto:info@cryptobox.org">info@cryptobox.org</a>!</p>
|
||||
</div>
|
||||
|
||||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Screenshots</h2>
|
||||
<p style="text-align:center"><a href="screenshots.html"><img border="0" alt="img: screenshot" src="gfx/screen_mini.png"/><br/>
|
||||
More screenshots</a></p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Download</h2>
|
||||
<p>Fetch the latest release of the <a href="download.html">CryptoBox-server
|
||||
package v0.3.1</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Recent changes</h2>
|
||||
<ul class="recent_changes">
|
||||
<li><p class="date">Thu, 04 Jan 2007 14:28:24 GMT</p><h3><a href="http://devel.cryptobox.org/changeset/655">Changeset [655] by phil</a></h3><p>
|
||||
Minor stylish changes to the website
|
||||
</p></li>
|
||||
<li><p class="date">Thu, 04 Jan 2007 03:05:24 GMT</p><h3><a href="http://devel.cryptobox.org/changeset/654">Changeset [654] by lars</a></h3><p>
|
||||
remove obsolete live-cd files
|
||||
</p></li>
|
||||
<li><p class="date">Thu, 04 Jan 2007 01:19:55 GMT</p><h3><a href="http://devel.cryptobox.org/ticket/109">Ticket #109 resolved: server configuration changed yesterday</a></h3><p>
|
||||
server configuration changed yesterday
|
||||
</p></li>
|
||||
<li><p class="date">Thu, 04 Jan 2007 01:19:10 GMT</p><h3><a href="http://devel.cryptobox.org/ticket/107">Ticket #107 resolved: done in [506]</a></h3><p>
|
||||
done in [<a title="cleaned up all languages ..." href="http://devel.cryptobox.org/changeset/506">506</a>]
|
||||
</p></li>
|
||||
<li><p class="date">Wed, 03 Jan 2007 15:10:41 GMT</p><h3><a href="http://devel.cryptobox.org/changeset/653">Changeset [653] by lars</a></h3><p>
|
||||
added patch for custom preparation/cleanup scripts for dfsbuild
|
||||
installation of samba package works now
|
||||
</p></li></ul>
|
||||
|
||||
<h2>Future release plans</h2>
|
||||
<p>CryptoBox-Server:</p>
|
||||
<ul><li>v0.4 <span class="date">04/15/02007</span></li></ul>
|
||||
<p>CryptoBox-CD:</p>
|
||||
<ul><li>v0.3.1 <span class="date">02/15/02007</span></li></ul>
|
||||
<p>Read the <a href="http://devel.cryptobox.org/roadmap">development roadmap</a>
|
||||
for more details.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -130,7 +101,6 @@ installation of samba package works now
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<!-- TODO: add real link! -->
|
||||
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
|
||||
|
@ -163,7 +133,5 @@ installation of samba package works now
|
|||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue