diff options
-rw-r--r-- | website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 0f2928c..b66d25b 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -93,11 +93,11 @@ <h5 align="center">Invited Speakers</h5> <div class="row" style="text-align:center;"> <div class="six large-6 columns"> - <a href="https://ondrejcertik.com/"><img width="200" src="{% static 'img/ondrej-alt.png'%}"></a> + <a href="http://ondrejcertik.com/"><img width="200" src="{% static 'img/ondrej-alt.png'%}"></a> <p>Ondrej Certik</p> </div> <div class="six large-6 columns"> - <a href="https://www.expeyes.in/"><img width="200" src="{% static 'img/ajith-alt.png'%}"></a> + <a href="http://www.expeyes.in/"><img width="200" src="{% static 'img/ajith-alt.png'%}"></a> <p>Ajith Kumar</p> </div> </div> |