summaryrefslogtreecommitdiff
path: root/views/user_de.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/user_de.html')
-rw-r--r--views/user_de.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/views/user_de.html b/views/user_de.html
new file mode 100644
index 0000000..fb4382f
--- /dev/null
+++ b/views/user_de.html
@@ -0,0 +1,43 @@
+{{template "header.html"}}
+{{template "navbar_de.html"}}
+{{template "alert.html" .}}
+
+<div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <h1>User</h1>
+ <div class="well well-lg">
+ <h2 id="change_password">Change Password</h2>
+ <p>
+ You can change your password here.
+ <br>
+ <a class="btn btn-primary btn-raised" href="/password" role="button">Change Password &raquo;</a>
+ </p>
+ <br>
+ <h2 id="sign_up">Create new adress</h2>
+ <p>
+ Looking for a new adress? Click here.
+ <br>
+ <a class="btn btn-primary btn-raised" href="/register" role="button">Create New Account&raquo;</a>
+ </p>
+ <br>
+ <h2 id="login">Login</h2>
+ <p>The easiest way is to use our webmail interface. You can find it <a href="https://webmail.iamfabulous.de/" title="Webmail" target="_blank">here <span class="fa fa-external-link"></span></a>.
+ <br>
+ Log in with your full mail adress and your password.
+ <br>
+ <a class="btn btn-primary btn-raised" href="https://webmail.iamfabulous.de/" role="button">Webmail &raquo;</a>
+ <br>
+ <br>
+ If you want to use your own client, see <a href="/server" title="Server">here</a> for connection details.
+ </p>
+ <!--p>
+ See <a href="/howto#login" title="How to login">here</a> for more details.
+ <br>
+ <a class="btn btn-primary btn-raised" href="/howto#login" role="button">Login &raquo;</a>
+ </p-->
+ </div>
+ </div>
+ </div>
+</div>
+{{template "footer.html"}}