diff options
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index a63a20b..b02e50c 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -108,17 +108,17 @@ <h5 align="center">Sponsors</h5> <div class="row"> <ul class="large-block-grid-3"> - <li> + <li class="three"> <a href="http://www.jpmorgan.com" target="_blank"> <img src="{% static 'img/jp-logo.jpg' %}" style=" width: 95%; margin: 25px 0 0 0;"> </a> </li> - <li> + <li class="three"> <a href="http://www.enthought.com/" target="_blank"> <img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 20px;"> </a> </li> - <li> + <li class="three"> <a href="http://mhrd.gov.in" target="_blank"> <img src="{% static 'img/mhrd-logo.png' %}" style="width: 45%; margin: 15px 0 0 0;"> </a> |