diff options
-rw-r--r-- | website/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 2bb15c6..722d94c 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -159,7 +159,7 @@ <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-circle.png' %}" class="img img-circle" alt=""></img> + <div class="col-lg-3 centered"> <img src="{% static 'img/ajith-scaled.jpg' %}" 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> |