diff options
-rw-r--r-- | website/static/img/jp-logo.jpg | bin | 18426 -> 29931 bytes | |||
-rw-r--r-- | website/static/img/jp-logo1.jpg | bin | 0 -> 18426 bytes | |||
-rw-r--r-- | website/static/img/jp-logo1.png (renamed from website/static/img/jp-logo.png) | bin | 29189 -> 29189 bytes | |||
-rw-r--r-- | website/templates/index.html | 2 | ||||
-rw-r--r-- | website/templates/sponsors.html | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/website/static/img/jp-logo.jpg b/website/static/img/jp-logo.jpg Binary files differindex a3b65ff..e5df98c 100644 --- a/website/static/img/jp-logo.jpg +++ b/website/static/img/jp-logo.jpg diff --git a/website/static/img/jp-logo1.jpg b/website/static/img/jp-logo1.jpg Binary files differnew file mode 100644 index 0000000..a3b65ff --- /dev/null +++ b/website/static/img/jp-logo1.jpg diff --git a/website/static/img/jp-logo.png b/website/static/img/jp-logo1.png Binary files differindex fa5fd6e..fa5fd6e 100644 --- a/website/static/img/jp-logo.png +++ b/website/static/img/jp-logo1.png diff --git a/website/templates/index.html b/website/templates/index.html index d4421c9..0e44cd0 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -103,7 +103,7 @@ <ul class="large-block-grid-3"> <li> <a href="http://www.jpmorgan.com" target="_blank"> - <img src="{% static 'img/jp-logo.png' %}" style=" width: 95%; margin: 25px 0 0 0;"> + <img src="{% static 'img/jp-logo.jpg' %}" style=" width: 95%; margin: 25px 0 0 0;"> </a> </li> <li> diff --git a/website/templates/sponsors.html b/website/templates/sponsors.html index 92864f5..2a97715 100644 --- a/website/templates/sponsors.html +++ b/website/templates/sponsors.html @@ -26,7 +26,7 @@ <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;"> + <img src="{% static 'img/jp-logo.jpg' %}" style="width: 100%; margin: 25px 0 0 0;"> </a> </div> <div class="large-8 columns"> |