diff options
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 75 |
1 files changed, 28 insertions, 47 deletions
diff --git a/views/index.html b/views/index.html index 71bb035..557b103 100644 --- a/views/index.html +++ b/views/index.html @@ -25,59 +25,40 @@ </div> {{end}} +<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? + <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 »</a></p> + </div> +</div> <div class="container"> <div class="row"> -<form class="form-horizontal" method='post' action='/create'> - <fieldset> - - <!-- Form Name --> - <div class="text-center"> - <legend>Freemail @ mail.iamfabulous.de</legend> - </div> - - <!-- Text input--> - <div class="form-group"> - <label class="col-md-4 control-label" for="Email">Email:</label> - <div class="col-md-4"> - <input id="Email" name="Email" placeholder="Your desired mail adress." class="form-control input-md" required="" type="text"> - </div> - </div> - - <!-- Text input--> - <div class="form-group"> - <label class="col-md-4 control-label" for="ConfirmEmail">Confirm Email:</label> - <div class="col-md-4"> - <input id="ConfirmEmail" name="ConfirmEmail" placeholder="Confirm your choice." class="form-control input-md" required="" type="text"> - </div> + <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 »</a></p> </div> - - <!-- Text input--> - <div class="form-group"> - <label class="col-md-4 control-label" for="Password">Password:</label> - <div class="col-md-4"> - <input id="Password" name="Password" placeholder="Your password." class="form-control input-md" required="" type="password"> - </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 »</a></p> </div> - - <!-- Text input--> - <div class="form-group"> - <label class="col-md-4 control-label" for="ConfirmPassword">Confirm Password:</label> - <div class="col-md-4"> - <input id="ConfirmPassword" name="ConfirmPassword" placeholder="Confirm your password." class="form-control input-md" required="" type="password"> - </div> + <div class="col-md-4"> + <h2>Customziable</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 »</a></p> </div> - - <!-- Button --> - <div class="form-group"> - <label class="col-md-4 control-label" for="submit"></label> - <div class="col-md-4"> - <button class="btn btn-primary btn-raised">Submit</button> - </div> + </div> + <div class="row"> + <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 »</a></p> </div> - - </fieldset> -</form> - </div> </div> {{template "footer.html"}} |
