2014-11-10 23:12:33 +02:00
|
|
|
<section class="row">
|
|
|
|
|
<h3 class="col-md-12 text-center">Sign in using your social accounts</h3>
|
|
|
|
|
<div class="col-md-12 text-center">
|
2014-11-24 14:10:22 -07:00
|
|
|
<a href="/api/auth/facebook" target="_self" class="undecorated-link">
|
2014-11-10 23:12:33 +02:00
|
|
|
<img src="/modules/users/img/buttons/facebook.png">
|
|
|
|
|
</a>
|
2014-11-24 14:10:22 -07:00
|
|
|
<a href="/api/auth/twitter" target="_self" class="undecorated-link">
|
2014-11-10 23:12:33 +02:00
|
|
|
<img src="/modules/users/img/buttons/twitter.png">
|
|
|
|
|
</a>
|
2014-11-24 14:10:22 -07:00
|
|
|
<a href="/api/auth/google" target="_self" class="undecorated-link">
|
2014-11-10 23:12:33 +02:00
|
|
|
<img src="/modules/users/img/buttons/google.png">
|
|
|
|
|
</a>
|
2014-11-24 14:10:22 -07:00
|
|
|
<a href="/api/auth/linkedin" target="_self" class="undecorated-link">
|
2014-11-10 23:12:33 +02:00
|
|
|
<img src="/modules/users/img/buttons/linkedin.png">
|
|
|
|
|
</a>
|
2014-11-24 14:10:22 -07:00
|
|
|
<a href="/api/auth/github" target="_self" class="undecorated-link">
|
2014-11-10 23:12:33 +02:00
|
|
|
<img src="/modules/users/img/buttons/github.png">
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div ui-view></div>
|
|
|
|
|
</section>
|