summaryrefslogtreecommitdiff
path: root/static/website/templates/footer.html
diff options
context:
space:
mode:
authorSashi202019-08-27 17:21:45 +0530
committerGitHub2019-08-27 17:21:45 +0530
commitd0ff5d11f935ba5217c1be6357d44891b6e22b3c (patch)
treee36b41197c660d929ce284150eb48f8111107f41 /static/website/templates/footer.html
parent46c8dee1d41462c4a00989b91d555faf6e422632 (diff)
parent8dd2b6becdc02423db0be289bfe6396c9db93cc6 (diff)
downloadSciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.gz
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.bz2
SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.zip
Merge pull request #2 from Sashi20/development
Modify gitignore and replace bower components folder in bootstrap
Diffstat (limited to 'static/website/templates/footer.html')
-rw-r--r--static/website/templates/footer.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/website/templates/footer.html b/static/website/templates/footer.html
index 4936c80..b230cd0 100644
--- a/static/website/templates/footer.html
+++ b/static/website/templates/footer.html
@@ -16,22 +16,22 @@
<div class="col-md-6">
<ul class="social-block">
Visit SciPy.in/
- <a style="color:#f0ee6e;" target="_blank" href="https://scipy.in/2009">2009</a>/
+ <a style="color:#ceab6a;" target="_blank" href="https://scipy.in/2009">2009</a>/
<a style="color:white;" target="_blank" href="https://scipy.in/scipyin/2010/">2010</a>/
- <a style="color:#f0ee6e;" target="_blank" href="https://scipy.in/scipyin/2011/">2011</a>/
+ <a style="color:#ceab6a;" target="_blank" href="https://scipy.in/scipyin/2011/">2011</a>/
<a style="color:white;" target="_blank" href="https://scipy.in/2012">2012</a>/
- <a style="color:#f0ee6e;" target="_blank" href="https://scipy.in/2013">2013</a>/
+ <a style="color:#ceab6a;" target="_blank" href="https://scipy.in/2013">2013</a>/
<a style="color:white;" target="_blank" href="https://scipy.in/2014">2014</a>/
- <a style="color:#f0ee6e;" target="_blank" href="https://scipy.in/2015">2015</a>/
+ <a style="color:#ceab6a;" target="_blank" href="https://scipy.in/2015">2015</a>/
<a style="color:white;" target="_blank" href="https://scipy.in/2016">2016</a>/
- <a style="color:#f0ee6e;" target="_blank" href="https://scipy.in/2017">2017</a>
+ <a style="color:#ceab6a;" target="_blank" href="https://scipy.in/2017">2017</a>
</ul>
</div>
</div>
<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:#f0ee6e;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+ This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#ceab6a;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</center>
</div>
</div>