llm-node
Version:
Legal Lawyer Manager (LLM)
33 lines (32 loc) • 971 B
text/jade
extends ./base.jade
block content
.jumbotron.text-center
h1
span.fa.fa-lock
| Acesso restrito
p Faça login ou se registre com os seguintes serviços:
.row
.col-xs-12.col-sm-2
a.btn.btn-default(href='/login', style="width: 100%")
span.fa.fa-user
| Login Local
.col-xs-12.col-sm-2
a.btn.btn-default(href='/signup', style="width: 100%")
span.fa.fa-user
| Registro Local
.col-xs-12.col-sm-2
a.btn.btn-primary(href="/auth/facebook", style="width: 100%")
span.fa.fa-facebook
| Facebook
.col-xs-12.col-sm-2
a.btn.btn-info(href="/auth/twitter", style="width: 100%")
span.fa.fa-twitter
| Twitter
.col-xs-12.col-sm-2
a.btn.btn-danger(href="/auth/google", style="width: 100%")
span.fa.fa-google-plus
| Google+
.col-xs-12.col-sm-2
a.btn.btn-primary(href="/auth/linkedin", style="width: 100%")
span.fa.fa-linkedin
| LinkedIn