diff options
Diffstat (limited to 'website/templates/index.html')
-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> |