diff options
Diffstat (limited to 'website/templates/page.html')
-rw-r--r-- | website/templates/page.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/website/templates/page.html b/website/templates/page.html index a27df88..38e62b8 100644 --- a/website/templates/page.html +++ b/website/templates/page.html @@ -106,7 +106,11 @@ <div id="social" class="large-4 columns"> <h6 align="center">Keep in touch with us</h6> - <br><br> + <div id="fossee-logo"> + <a href="http://fossee.in" target="_blank"> + <img src="{% static "img/fossee-logo.png"%}" alt="FOSSEE" title="fossee.in"/> + </a> + </div> <!-- /fossee-logo --> <a href="https://www.facebook.com/scipydotin" target="_blank"><img src="{% static 'img/facebook.png' %}"></a> <a href="http://twitter.com/scipyindia" target="_blank"><img src="{% static 'img/twitter.png' %}"></a> <a href="https://plus.google.com/b/114283139455008176105/" target="_blank"><img src="{% static 'img/googleplus.png' %}"></a> |