diff options
author | Jayaram R Pai | 2014-10-08 11:02:16 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-10-08 11:02:16 +0530 |
commit | 01a90c2b718861a547b17367756c18cc9ca6db71 (patch) | |
tree | fe8022884fa079877657064442b6b0629db387d4 /static/website/templates/home.html | |
parent | 8aeb643f38828fe7b99d19ca56f70ea30f449bdc (diff) | |
download | scipy2014-01a90c2b718861a547b17367756c18cc9ca6db71.tar.gz scipy2014-01a90c2b718861a547b17367756c18cc9ca6db71.tar.bz2 scipy2014-01a90c2b718861a547b17367756c18cc9ca6db71.zip |
adjusted image size of speakers
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 444961b..2d2fee6 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -75,7 +75,7 @@ <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> <div class="thumbnail"> - <img src="{% static 'website/images/maciej.jpg' %}"> + <img src="{% static 'website/images/maciej-4.jpg' %}"> <div class="caption"> Maciej FijaĆkowski <span class="garmond">(Keynote)</span> <hr> @@ -94,7 +94,7 @@ </div> <!-- /.col --> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> <div class="thumbnail"> - <img src="{% static 'website/images/ajith.jpg' %}"> + <img src="{% static 'website/images/ajith-4.jpg' %}"> <div class="caption"> Ajith Kumar <span class="garmond">(Keynote)</span> <hr> @@ -113,7 +113,7 @@ </div> <!-- /.col --> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> <div class="thumbnail"> - <img src="{% static 'website/images/romain.jpg' %}"> + <img src="{% static 'website/images/romain-4.jpg' %}"> <div class="caption"> Romain Guillebert <span class="garmond">(Invited)</span> <hr> |