diff options
| author | Horus3 | 2015-03-21 17:46:04 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-21 17:46:04 +0100 |
| commit | a6bb9d79c79c618052f86a8a95e0a39ffd482149 (patch) | |
| tree | 37ac796aa1959efd2739b779df2a2d2a6b492d18 /views | |
| parent | f2c159d7b8c1c53d969a5f30aeda7d021bfd6c73 (diff) | |
| download | freemail-a6bb9d79c79c618052f86a8a95e0a39ffd482149.tar.gz | |
Regression. Add register.html
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.html | 5 | ||||
| -rw-r--r-- | views/register.html | 36 |
2 files changed, 37 insertions, 4 deletions
diff --git a/views/index.html b/views/index.html index 557b103..54d19ff 100644 --- a/views/index.html +++ b/views/index.html @@ -59,6 +59,11 @@ <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> + <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 »</a></p> + </div> </div> </div> {{template "footer.html"}} diff --git a/views/register.html b/views/register.html index 71bb035..f62dd4a 100644 --- a/views/register.html +++ b/views/register.html @@ -27,13 +27,26 @@ <div class="container"> <div class="row"> + <div class="col-md-12"> + <div class="text-center"> + <h1>You only need to sign up!</h1> + </div> + </div> + </div> +</div> +<br> + <div class="jumbotron"> +<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> + <!--div class="text-center"> + <legend> + <h1 class="form-signin-heading">Sign up</h1> + </legend> + </div--> <!-- Text input--> <div class="form-group"> @@ -71,13 +84,28 @@ <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> + <button class="btn btn-primary btn-raised btn-lg btn-block">Submit »</button> </div> </div> </fieldset> </form> + </div> + </div> +</div> +<br> +<div class="container"> + <div class="row"> + <div class="col-md-6"> + <h2>Your password</h2> + <p>We don't store your password in clear text. + <br>It is needed to authenticate yourself with the mail server. Please choose a strong password.</p> + </div> + <div class="col-md-6"> + <h2>After Sign up</h2> + <p>You can use the webmail interface to login or connect a custom client like your phone or thunderbird.</p> + </div> </div> </div> {{template "footer.html"}} |
