diff options
Diffstat (limited to 'website/templates/footer.html')
-rw-r--r-- | website/templates/footer.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/website/templates/footer.html b/website/templates/footer.html index a716e7c..7b9307b 100644 --- a/website/templates/footer.html +++ b/website/templates/footer.html @@ -27,17 +27,20 @@ </dl> <ul class="list-inline"> <li class="list-inline-item"> - <a style="background-color:#00aced;color:#ffffff;font-size:48px;" target="_blank" href="https://twitter.com/scipyindia" class="fa fa-twitter"> + <a style="font-size:40px;" target="_blank" href="https://twitter.com/scipyindia"> + <i class="fa fa-twitter-square" aria-hidden="true"></i> <span class="label"></span> </a> </li> <li class="list-inline-item"> - <a style="color:#3b5998;font-size:48px;" target="_blank" href="https://www.facebook.com/scipyindia2016/" class=" fa fa-facebook-official"> + <a style="color:#3b5998;font-size:40px;" target="_blank" href="https://www.facebook.com/scipyindia2016/"> + <i class="fa fa-facebook-square" aria-hidden="true"></i> <span class="label"></span> </a> </li> <li class="list-inline-item"> - <a style="background-color:#dd4d39;color:#ffffff;font-size:48px;" target="_blank" href="https://plus.google.com/u/0/104012350840765676803" class="fa fa-google-plus"> + <a style="color:#d34836;font-size:40px;" target="_blank" href="https://plus.google.com/u/0/104012350840765676803"> + <i class="fa fa-google-plus-square" aria-hidden="true"></i> <span class="label"></span> </a> </li> |