diff options
-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> |