diff options
author | hardythe1 | 2015-09-10 11:49:13 +0530 |
---|---|---|
committer | hardythe1 | 2015-09-10 11:49:13 +0530 |
commit | 083125375524dbb3cd0fa633497e834225cf3446 (patch) | |
tree | ee0625b4c4fa59eb1d150b057ce44346e9a998d1 /website | |
parent | bd79bbf35a00cb10e6753278f1ab91b989a5e347 (diff) | |
download | SciPy2015-083125375524dbb3cd0fa633497e834225cf3446.tar.gz SciPy2015-083125375524dbb3cd0fa633497e834225cf3446.tar.bz2 SciPy2015-083125375524dbb3cd0fa633497e834225cf3446.zip |
add scaled photos
Diffstat (limited to 'website')
-rw-r--r-- | website/static/img/ajith-circle.png | bin | 0 -> 49890 bytes | |||
-rw-r--r-- | website/static/img/andreas-circle.png | bin | 0 -> 84067 bytes | |||
-rw-r--r-- | website/static/img/jarrod-circle.png | bin | 0 -> 73385 bytes | |||
-rw-r--r-- | website/templates/base.html | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/website/static/img/ajith-circle.png b/website/static/img/ajith-circle.png Binary files differnew file mode 100644 index 0000000..314353f --- /dev/null +++ b/website/static/img/ajith-circle.png diff --git a/website/static/img/andreas-circle.png b/website/static/img/andreas-circle.png Binary files differnew file mode 100644 index 0000000..b43bc75 --- /dev/null +++ b/website/static/img/andreas-circle.png diff --git a/website/static/img/jarrod-circle.png b/website/static/img/jarrod-circle.png Binary files differnew file mode 100644 index 0000000..b8e5af2 --- /dev/null +++ b/website/static/img/jarrod-circle.png diff --git a/website/templates/base.html b/website/templates/base.html index 01ac51d..2bb15c6 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -146,20 +146,20 @@ <h2 class="centered">SPEAKERS</h2> <hr> <div class="col-lg-3 centered" style="margin-left:15%"> - <img src="{% static 'img/andreas-scaled.png' %}" class="img img-circle" alt=""></img> + <img src="{% static 'img/andreas-circle.png' %}" class="img img-circle" alt=""></img> <h4><a href="http://mathema.tician.de/" target="_blank"><strong>Andreas Klöckner</strong></a></h4> <p></p> <a href="https://github.com/inducer" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> <a href="http://mathema.tician.de/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a> </div> <div class="col-lg-3 centered"> - <img src="{% static 'img/jarrod-scaled.png' %}" class="img img-circle" alt=""></img> + <img src="{% static 'img/jarrod-circle.png' %}" class="img img-circle" alt=""></img> <h4><a href="http://www.jarrodmillman.com/" target="_blank"><strong>Jarrod Millman</strong></a></h4> <p></p> <a href="https://github.com/jarrodmillman" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> <a href="http://www.jarrodmillman.com/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a> </div> - <div class="col-lg-3 centered"> <img src="{% static 'img/ajith-scaled.jpg' %}" class="img img-circle" alt=""></img> + <div class="col-lg-3 centered"> <img src="{% static 'img/ajith-circle.png' %}" class="img img-circle" alt=""></img> <h4><a href="http://expeyes.in/" target="_blank"><strong>Dr. Ajith Kumar</strong></a></h4> <p></p> <a href="https://github.com/expeyes" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a> |