Login page update

This commit is contained in:
Christopher 2020-08-15 15:59:13 -04:00
parent 99ee02703c
commit df689f029e
2 changed files with 16 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -22,7 +22,20 @@
</div>
</div>
<a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a><br>
<a href="{% url 'social:begin' 'github' %}">Login with GitHub</a><br>
<a href="{% url 'social:begin' 'facebook' %}">Login with Facebook</a>
<div class="content-section">
<a href="{% url 'social:begin' 'google-oauth2' %}" title="google" class="border border-dark p-3 btn btn-block btn-lg mx-auto text-white" style="background-color: rgb(222,82,70)">
<img src="https://cdn2.iconfinder.com/data/icons/font-awesome/1792/google-48.png" >
Sign in with Google
</a>
<a href="{% url 'social:begin' 'github' %}" title="github" class="border border-dark p-3 btn btn-block btn-lg mx-auto">
<img src="https://cdn4.iconfinder.com/data/icons/miu-social/60/github-social-media-48.png" >
Sign in with Github
</a>
<a href="{% url 'social:begin' 'facebook' %}" title="fb" class="border border-dark p-3 btn btn-block btn-lg mx-auto text-white" style="background-color: rgb(59,89,152);">
<img src="https://cdn4.iconfinder.com/data/icons/miu-flat-social/60/facebook-48.png" >
Sign in with Facebook
</a>
</div>
{% endblock content %}