mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-11 07:30:17 -04:00
Login page update
This commit is contained in:
parent
99ee02703c
commit
df689f029e
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user