diff options
Diffstat (limited to 'website')
-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> |