diff options
Diffstat (limited to 'website/templates/base.html')
-rw-r--r-- | website/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> |