comparison views/login.jade @ 30:3e3fa35e3ce2

twitter sync likes, recommend mongodb configure pump2twitter, twitter2pump in webui
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 28 Aug 2014 18:40:39 +0200
parents c5bf4e02958e
children
comparison
equal deleted inserted replaced
29:34cfa565f565 30:3e3fa35e3ce2
2 html(lang="en") 2 html(lang="en")
3 head 3 head
4 title= pageTitle 4 title= pageTitle
5 link(rel='stylesheet', href='/stylesheets/style.css') 5 link(rel='stylesheet', href='/stylesheets/style.css')
6 link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') 6 link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
7 link(rel='icon', href='/images/favicon.ico',type='image/x-icon') 7 link(rel='icon', href='/images/favicon.ico',type='image/x-icon')
8 8
9 body 9 body
10 block content 10 block content
11 .main 11 .main
12 .headlinebox 12 .headlinebox
13 img(class="ribbon", src="/images/ribbonl.png") 13 img(class="ribbon", src="/images/ribbonl.png")
14 h1(class='headline') pumpbridge.<br>connecting social networks 14 h1(class='headline') pumpbridge.<br>connecting social networks
15 form(action='/login', method='post') 15 form(action='/login', method='post')
16 |Login with your pump.io account (WebFinger ID) to get started. 16 |Login with your pump.io account (WebFinger ID) to get started.
17 br 17 br
18 |(No pump.io account yet? <a href="http://pump.io/tryit">Try it</a>!) 18 |(No pump.io account yet? <a href="http://pump.io/tryit">Try it</a>!)
19 br 19 br
20 input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@server.example') 20 input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@server.example')
21 br 21 br
22 br 22 br
25 br 25 br
26 .footer 26 .footer
27 p. 27 p.
28 <a href=https://wald.intevation.org/hg/pumpbridge/>pumpbridge</a> is Free Software and available under the Apache License 2.0. 28 <a href=https://wald.intevation.org/hg/pumpbridge/>pumpbridge</a> is Free Software and available under the Apache License 2.0.
29 <br> 29 <br>
30 visit <a href=https://wald.intevation.org/projects/pumpbridge/>https://wald.intevation.org/projects/pumpbridge</a> for more informations! 30 visit <a href=https://wald.intevation.org/projects/pumpbridge/>https://wald.intevation.org/projects/pumpbridge</a> for more information!
31 <br> 31 <br>
32 pumpbridge is hosted and operated by <a href=https://io.intevation.de/mgebbe>Mathias Gebbe</a> <a href=/contact.html>(Contact)</a> 32 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)