summaryrefslogtreecommitdiff
path: root/website/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/footer.html')
-rw-r--r--website/templates/footer.html36
1 files changed, 22 insertions, 14 deletions
diff --git a/website/templates/footer.html b/website/templates/footer.html
index bc4dc2e..a716e7c 100644
--- a/website/templates/footer.html
+++ b/website/templates/footer.html
@@ -20,14 +20,27 @@
<dt>Phone</dt>
<dd> (+91) 22 25764133</dd>
<dt>Email</dt>
- <dd><a style="color:black;" href="mailto:scipy@fossee.in">scipy [at] fossee [dot] in
+ <dd>
+ <a style="color:black;" href="mailto:scipy@fossee.in">scipy [at] fossee [dot] in
</a>
</dd>
</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"><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"><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"><span class="label"></span></a></li>
+ <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">
+ <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">
+ <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">
+ <span class="label"></span>
+ </a>
+ </li>
</ul>
Visit SciPy.in/
<a style="color:blue;" target="_blank" href="http://scipy.in/2009">2009</a>/
@@ -47,16 +60,13 @@
<!-------------------------->
<!--------------------------->
<!-- Footer -->
+<br>
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">
- <center><img src="{% static 'img/fossee.png' %}" width=100 height=40>
- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"></a>
- <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
- </center>
- <center style="color:white">
- This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
- <center>
+ <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/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+ <center>
</p>
</div>
<!-- /.container -->
@@ -75,9 +85,7 @@
});
</script>
<script type="text/javascript">
-function trim(stringToTrim) {
- return stringToTrim.replace(/^\s+|\s+$/g,"");
-}
+
function validateMessage() {
var x = document.getElementById("message").value;
var y = x.trim().length;