Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created March 10, 2018 02:50
Show Gist options
  • Save wichaksono/67d654dc5b6cc0ab61bc44f0aaf868b3 to your computer and use it in GitHub Desktop.
Save wichaksono/67d654dc5b6cc0ab61bc44f0aaf868b3 to your computer and use it in GitHub Desktop.
<div class="form-group">
<div class="col-md-12">
<center>
<a href="{{ URL('social-media/register/facebook') }}" class="btn btn-info">
Facebook
</a>
<a href="{{ URL('social-media/register/github') }}" class="btn btn-default">
Github
</a>
<a href="{{ URL('social-media/register/google') }}" class="btn btn-danger">
Google
</a>
<a href="{{ URL('social-media/register/bitbucket') }}" class="btn btn-primary">
Bitbucket
</a>
<a href="{{ URL('social-media/register/linkedin') }}" class="btn btn-primary">
LinkedIn
</a>
</center>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment