diff options
author | Cheese Cookie | 2013-11-04 11:01:02 +0530 |
---|---|---|
committer | Cheese Cookie | 2013-11-04 11:01:02 +0530 |
commit | beea3f1fb81f82c1cbb33134d0eb184b64d1ee3c (patch) | |
tree | dfeec10341e37e14cc5d8b18af16270290a943e3 /website/templates | |
parent | f5cc610288dc4b4fd2e403c849e8a9b2ed7cd72c (diff) | |
download | SciPy2013-beea3f1fb81f82c1cbb33134d0eb184b64d1ee3c.tar.gz SciPy2013-beea3f1fb81f82c1cbb33134d0eb184b64d1ee3c.tar.bz2 SciPy2013-beea3f1fb81f82c1cbb33134d0eb184b64d1ee3c.zip |
added J.P.Morgan to sponsors list.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 7 | ||||
-rw-r--r-- | website/templates/sponsors.html | 23 |
2 files changed, 28 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 6cef463..9b3c9fa 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -89,13 +89,18 @@ <section id="sponsors"> <h5 align="center">Sponsors</h5> <div class="row"> - <ul class="large-block-grid-3"> + <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> <li> + <a href="http://mhrd.gov.in" target="_blank"> + <img src="{% static 'img/jp-logo.png' %}" style=" margin: 25px 0 0 0;"> + </a> + </li> + <li> <a href="http://www.enthought.com/" target="_blank"> <img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 20px;"> </a> diff --git a/website/templates/sponsors.html b/website/templates/sponsors.html index 153b52c..92864f5 100644 --- a/website/templates/sponsors.html +++ b/website/templates/sponsors.html @@ -17,12 +17,33 @@ programming language. It is best known for the early development and maintenance of the <a href="http://scipy.org/" target="_blank">SciPy </a> library of mathematics, science, and engineering algorithms and for its - Python for scientific computing distribution <a href="https://www.enthought.com/products/canopy/" target="_blank">Enthought Canopy</a> (formerly EPD). + Python for scientific computing distribution <a href="https://www.enthought.com/products/canopy/" target="_blank">Enthought Canopy</a> (formerly EPD). </p> </div> <div class="clearfix"></div> </div> <!-- /sponsor --> +<div class="sponsor"> + <div class="large-4 columns"> + <a href="http://www.jpmorgan.com/" target="_blank"> + <img src="{% static 'img/jp-logo.png' %}" style="width: 100%; margin: 25px 0 0 0;"> + </a> + </div> + <div class="large-8 columns"> + <p> + <a href="http://www.jpmorgan.com/" target="_blank">J.P. Morgan</a> + is more than a leader in financial services that has been + offering solutions to clients in more than 100 countries over the past + 200 years. It’s also a formidable Technology force in its own right. + Every part of our business is empowered and enhanced by the sharp + thinking of our Technologists. It’s a vibrant place, constantly + seeking innovation. + </p> + </div> + <div class="clearfix"></div> +</div> <!-- /sponsor --> + + <h4>Gold Sponsor</h4> <div class="sponsor"> <div class="large-4 columns"> |