diff options
author | hardythe1 | 2013-11-20 12:47:03 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-20 12:47:03 +0530 |
commit | c1a37069fc0d4057b2c198a6c33eddb2d912a53c (patch) | |
tree | 736dc0866ec3a58829345d33864b3b842aede9ab | |
parent | 956a74f446f5068e37755f73b2622f818b13b0c7 (diff) | |
download | SciPy2013-c1a37069fc0d4057b2c198a6c33eddb2d912a53c.tar.gz SciPy2013-c1a37069fc0d4057b2c198a6c33eddb2d912a53c.tar.bz2 SciPy2013-c1a37069fc0d4057b2c198a6c33eddb2d912a53c.zip |
updating links to youtube channel and g+ also correcting Scipy to SciPy
-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> |