summaryrefslogtreecommitdiff
path: root/static/website/templates/footer.html
diff options
context:
space:
mode:
authorSashi202018-08-23 16:51:41 +0530
committerGitHub2018-08-23 16:51:41 +0530
commit7ed26d4adc9d8fbe595483736ffa3093f3a60c9a (patch)
tree9ffc06a024bbdd1fe34b7e4700a69ff3816197fe /static/website/templates/footer.html
parentaa955c22ae18d55667006acd222dbc79e39a8b25 (diff)
parent454e13830567c3fbef2c54f273f10b4af5549e77 (diff)
downloadnccps-2018-7ed26d4adc9d8fbe595483736ffa3093f3a60c9a.tar.gz
nccps-2018-7ed26d4adc9d8fbe595483736ffa3093f3a60c9a.tar.bz2
nccps-2018-7ed26d4adc9d8fbe595483736ffa3093f3a60c9a.zip
Merge pull request #1 from Sashi20/master
Added content for the website
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>