diff options
author | Jayaram Pai | 2013-11-19 18:42:03 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 18:42:03 +0530 |
commit | 0e7f7f5cab4ed83162656a595facabfff814bddd (patch) | |
tree | f386bb6f7387a14c860fb278311172b0883830ef /website/templates | |
parent | 1f89bf6910c65f9d359b47087740dde050245987 (diff) | |
download | SciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.tar.gz SciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.tar.bz2 SciPy2013-0e7f7f5cab4ed83162656a595facabfff814bddd.zip |
invited ie fix
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 12 |
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> |