summaryrefslogtreecommitdiff
path: root/static/website/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/footer.html')
-rw-r--r--static/website/templates/footer.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/static/website/templates/footer.html b/static/website/templates/footer.html
index 01c7e51..fee988b 100644
--- a/static/website/templates/footer.html
+++ b/static/website/templates/footer.html
@@ -6,14 +6,17 @@
<footer class="site-footer">
<div class="container">
<div class="row">
- <div class="col-md-6">
+ <div class="col-md-4">
<ul class="social-block">
<li><a href="https://twitter.com/scipyindia"><i class="ion-social-twitter"></i></a></li>
<li><a href="https://www.facebook.com/ScipyIndia2017-737085366490623/"><i class="ion-social-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/104012350840765676803"><i class="ion-social-googleplus"></i></a></li>
</ul>
</div>
- <div class="col-md-6">
+ <div class="col-md-8">
+ <span>This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#b3a366;"> Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span>
+ </div>
+ <!-- <div class="col-md-6">
<ul class="social-block">
Visit SciPy.in/
<a style="color:blue;" target="_blank" href="https://scipy.in/2009">2009</a>/
@@ -26,15 +29,15 @@
<a style="color:white;" target="_blank" href="https://scipy.in/2016">2016</a>/
<a style="color:blue;" target="_blank" href="https://scipy.in/2017">2017</a>
</ul>
- </div>
+ </div> -->
</div>
- <div class="row">
+ <!--<div class="row">
<div class="col-md-12">
<center style="color:white;font-size: 10px;">
- This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:blue;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+
</center>
</div>
- </div>
+ </div> -->
</div>
</footer>