diff options
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index f02c141..37213c6 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -89,15 +89,10 @@ <section id="sponsors"> <h5 align="center">Sponsors</h5> <div class="row"> - <ul class="large-block-grid-4"> - <li> - <a href="http://fossee.in" target="_blank"> - <img src="{% static 'img/fossee-logo.png' %}" style="width: 65%; margin: 25px 0 0 0;"> - </a> - </li> + <ul class="large-block-grid-3"> <li> <a href="http://www.jpmorgan.com" target="_blank"> - <img src="{% static 'img/jp-logo.png' %}" style=" margin: 25px 0 0 0;"> + <img src="{% static 'img/jp-logo.png' %}" style=" width: 95%; margin: 25px 0 0 0;"> </a> </li> <li> @@ -185,7 +180,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> |