diff views/login.jade @ 15:c5bf4e02958e

add/delete credentials, new layout, alpha version ribbon, contact
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 12 Jun 2014 20:51:10 +0200
parents 2123f355ab68
children 3e3fa35e3ce2
line wrap: on
line diff
--- a/views/login.jade	Thu Jun 12 10:36:52 2014 +0200
+++ b/views/login.jade	Thu Jun 12 20:51:10 2014 +0200
@@ -9,9 +9,24 @@
  body
    block content
    .main
-    h1(class='headline') pumpbridge.<br>connecting social networks
-    form(action='/login', method='post')
-     input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@pumpnetwork.com')
-     br
-     br
-     input(type='submit',class='btn btn-primary',value='Login')
+     .headlinebox
+       img(class="ribbon", src="/images/ribbonl.png")
+       h1(class='headline') pumpbridge.<br>connecting social networks
+     form(action='/login', method='post')
+       |Login with your pump.io account (WebFinger ID) to get started.
+       br 
+       |(No pump.io account yet? <a href="http://pump.io/tryit">Try it</a>!)
+       br
+       input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@server.example')
+       br
+       br
+       input(type='submit',class='btn btn-primary',value='Login')
+       br
+       br
+ .footer
+   p.
+     <a href=https://wald.intevation.org/hg/pumpbridge/>pumpbridge</a> is Free Software and available under the Apache License 2.0.
+     <br>
+     visit <a href=https://wald.intevation.org/projects/pumpbridge/>https://wald.intevation.org/projects/pumpbridge</a> for more informations!
+     <br>
+     pumpbridge is hosted and operated by <a href=https://io.intevation.de/mgebbe>Mathias Gebbe</a> <a href=/contact.html>(Contact)</a>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)