summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorJayaram Pai2013-11-19 18:42:03 +0530
committerJayaram Pai2013-11-19 18:42:03 +0530
commit0e7f7f5cab4ed83162656a595facabfff814bddd (patch)
treef386bb6f7387a14c860fb278311172b0883830ef /website/templates
parent1f89bf6910c65f9d359b47087740dde050245987 (diff)
downloadSciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.tar.gz
SciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.tar.bz2
SciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.zip
invited ie fix
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/index.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
index 89443bf..e2a658b 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -90,17 +90,15 @@
<section id="first">
<h5 align="center">Invited Speakers</h5>
- <div class="row">
- <ul class="large-block-grid-2">
- <li>
+ <div class="row" style="text-align:center;">
+ <div class="six large-6 columns">
<img width="200" src="{% static 'img/ondrej-alt.png'%}">
<p>Ondrej Certik</p>
- </li>
- <li>
+ </div>
+ <div class="six large-6 columns">
<img width="200" src="{% static 'img/ajith-alt.png'%}">
<p>Ajith Kumar</p>
- </li>
- </ul>
+ </div>
</div>
</section>