diff options
author | Sashi20 | 2017-09-21 15:37:09 +0530 |
---|---|---|
committer | Sashi20 | 2017-09-21 15:37:09 +0530 |
commit | c9f57e7e7b684a4e2b24442b530ddbd48d560cfa (patch) | |
tree | b3fb3308a070163192c82faaa450c556b22dac9a /website/templates/footer.html | |
parent | 9d9cc0459a16ec81420af3bb78bf531867768743 (diff) | |
download | SciPy2017-c9f57e7e7b684a4e2b24442b530ddbd48d560cfa.tar.gz SciPy2017-c9f57e7e7b684a4e2b24442b530ddbd48d560cfa.tar.bz2 SciPy2017-c9f57e7e7b684a4e2b24442b530ddbd48d560cfa.zip |
Social Icons changed
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> |