summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html49
1 files changed, 23 insertions, 26 deletions
diff --git a/views/index.html b/views/index.html
index 52a2198..d443b7b 100644
--- a/views/index.html
+++ b/views/index.html
@@ -5,46 +5,43 @@
<div class="jumbotron">
<div class="container">
<h1>Libremail</h1>
- <p>Tired of getting spam daily? You just need quickly a mail adress? Or you own a domain and want to use it to recieve E-Mails?
+ <p>Tired of getting spam daily? You just need quickly a mail address? Or you own a domain and want to use it to recieve E-Mails?
<strong>You are in the right place.</strong>
<br>It's completly free and ad-free.</p>
- <p><a class="btn btn-primary btn-lg btn-raised" href="/about" role="button">Learn more &raquo;</a></p>
+ <p><a class="btn btn-primary btn-lg btn-raised" href="/register" role="button"><span class="fa fa-sign-in"></span> Sign Up &raquo;</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
- <h2>Easy & Quick</h2>
- <p>It's just 2 clicks away.<br>
- Choose a free mail adress and sign up.</p>
- <p><a class="btn btn-primary btn-raised" href="/register" role="button">Sign up &raquo;</a></p>
+ <h2><span class="fa fa-user"></span> Simple & Fast</h2>
+ <p>It's 10 seconds to your new mail address.
+ Pick a free one and sign up. <br>
+ It's free and we don't bite.</p>
+ <p><a class="btn btn-primary btn-raised" href="/register" role="button"><span class="fa fa-user-plus"></span> Sign up &raquo;</a></p>
</div>
<div class="col-md-4">
- <h2>Secure</h2>
- <p>We are using state of the art technologies and enforcing encryption on every step.</p>
- <p><a class="btn btn-primary btn-raised" href="/about" role="button">About us &raquo;</a></p>
+ <h2><span class="fa fa-lock"></span> Secure</h2>
+ <p>We do our best to keep up-to-date with the latest technologies and not only suggest, but rather enforce encryption on every step.</p>
+ <p><a class="btn btn-primary btn-raised" href="/about" role="button"><span class="fa fa-file"></span> About us &raquo;</a></p>
</div>
<div class="col-md-4">
- <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>
+ <h2><span class="fa fa-globe"></span> 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. <br>
+ Please read the docs for more info.</p>
+ <p><a class="btn btn-primary btn-raised" href="/howto#own_domain" role="button"><span class="fa fa-plus-circle"></span> Read More &raquo;</a></p>
</div>
</div>
+</div>
+<div class="lp">
+</div>
+<div class="container">
<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>
- <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 class="col-md-12">
+ <h2><span class="fa fa-question-circle"></span> Why</h2>
+ <p><strong>Libremail</strong> is the result from when I first needed a quick and simple E-Mail solution without much hassle. Now a lot of people are relying on mail delivery. We are even hosting some mailing lists here.
+ If you are interested you can follow my blog to read and find more projects I am working on.</p>
+ <p><a class="btn btn-primary btn-raised" href="https://www.iamfabulous.de" role="button"><span class="fa fa-plus"></span> Follow me &raquo;</a></p>
</div>
</div>
</div>