diff options
author | Jayaram Pai | 2013-10-10 12:08:34 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-10-10 12:08:34 +0530 |
commit | e37003cbf2c8ccd09b908fec5bd45a43d1524d71 (patch) | |
tree | d21519ea534cf8914020b8fbac3e9c93d84e8aab | |
parent | 5191491f6cb06109c82a66b42127864826b398b6 (diff) | |
download | SciPy2013-e37003cbf2c8ccd09b908fec5bd45a43d1524d71.tar.gz SciPy2013-e37003cbf2c8ccd09b908fec5bd45a43d1524d71.tar.bz2 SciPy2013-e37003cbf2c8ccd09b908fec5bd45a43d1524d71.zip |
removed the sponsors hover,
custom js is still valid and unlinked
-rw-r--r-- | website/templates/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index a764137..36c711f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -96,17 +96,17 @@ <ul class="large-block-grid-3"> <li> <a href="http://fossee.in" target="_blank"> - <img src="{% static 'img/fossee-alt.png' %}" style="width: 65%; margin: 25px 0 0 0;"> + <img src="{% static 'img/fossee-logo.png' %}" style="width: 65%; margin: 25px 0 0 0;"> </a> </li> <li> <a href="http://www.enthought.com/" target="_blank"> - <img src="{% static 'img/enthought-alt.png' %}" style="width: 100%; margin: 25px 0 0 20px;"> + <img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 20px;"> </a> </li> <li> <a href="http://mhrd.gov.in" target="_blank"> - <img src="{% static 'img/mhrd-alt.png' %}" style="width: 45%; margin: 15px 0 0 0;"> + <img src="{% static 'img/mhrd-logo.png' %}" style="width: 45%; margin: 15px 0 0 0;"> </a> </li> </ul> @@ -226,7 +226,6 @@ <script> $(document).foundation(); </script> - <script src="{% static 'js/custom.js' %}"></script> <!-- Google Analytics --> <script> |