diff options
author | Jayaram Pai | 2013-10-11 08:59:13 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-10-11 08:59:13 +0530 |
commit | bcb202e501b6320f5e7bca7dc70afb76aeb2aead (patch) | |
tree | 30f2552adc3e5caa24f0ddbcb1f1d514b9804590 /website/templates/index.html | |
parent | 408ff81e57750009b6c2cfb1d3588c3a193df3e4 (diff) | |
download | SciPy2013-bcb202e501b6320f5e7bca7dc70afb76aeb2aead.tar.gz SciPy2013-bcb202e501b6320f5e7bca7dc70afb76aeb2aead.tar.bz2 SciPy2013-bcb202e501b6320f5e7bca7dc70afb76aeb2aead.zip |
changing and commenting speaker section of index
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index acdba77..840d9b2 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -71,7 +71,7 @@ </div> <!-- /jumbo --> <section id="first"> - <h5 align="center">Conference Speakers</h5> + <h5 align="center">Invited Speakers</h5> <div class="row"> <ul class="large-block-grid-3"> <li> @@ -82,10 +82,12 @@ <img width="200" src="{% static 'img/ajith-alt.png'%}"> <p>Ajith Kumar</p> </li> + <! -- <li> <img width="200" src="{% static 'img/asokan-alt.png'%}"> <p>Asokan Pichai</p> </li> + --> </ul> </div> </section> |