summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
authorhorus_arch2015-03-23 10:58:54 +0100
committerhorus_arch2015-03-23 10:58:54 +0100
commit05194f3a09b2382f269d31e6e2fa472a7b95e5c1 (patch)
tree3a8aa81ae33e9b97149a55ff6a715caa3c93dda9 /views/index.html
parent558fe8ba9fb42231b34977fef542c43a34b3bd00 (diff)
downloadfreemail-05194f3a09b2382f269d31e6e2fa472a7b95e5c1.tar.gz
Add html documentation. Change password handler.
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/views/index.html b/views/index.html
index 4f070ac..ce34e05 100644
--- a/views/index.html
+++ b/views/index.html
@@ -48,19 +48,24 @@
<p><a class="btn btn-primary btn-raised" href="/about" role="button">About us &raquo;</a></p>
</div>
<div class="col-md-4">
- <h2>Customizable</h2>
- <p>Point your own domain to this server. Get everything out of the box.</p>
- <p><a class="btn btn-primary btn-raised" href="/features" role="button">Features &raquo;</a></p>
+ <h2>Features</h2>
+ <p>Everything you need, IMAP, POP3 and Webmail (thanks to Roundcube) included.</p>
+ <p><a class="btn btn-primary btn-raised" href="/server" role="button">Features &raquo;</a></p>
</div>
</div>
<div class="row">
<div class="col-md-4">
+ <h2>Own Domain</h2>
+ <p>You own a domain? We will gladly do the mail hosting for you. Set up your DNS and get everything out of the box.</p>
+ <p><a class="btn btn-primary btn-raised" href="/howto#own_domain" role="button">Read how to &raquo;</a></p>
+ </div>
+ <div class="col-md-4">
<h2>Open Source</h2>
<p>We only use free and open source software. You can use it to host your own solution.</p>
<p><a class="btn btn-primary btn-raised" href="/about" role="button">Read the source &raquo;</a></p>
</div>
<div class="col-md-4">
- <h2>Read more</h2>
+ <h2>Read more...</h2>
<p>Follow my blog to read more and find more projects I am working on.</p>
<p><a class="btn btn-primary btn-raised" href="https://www.iamfabulous.de" role="button">Follow me &raquo;</a></p>
</div>