diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index a066b5b..399483f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -89,7 +89,7 @@ </div> <!-- /jumbo-inner --> </div> <!-- /jumbo --> - <section id="first"> + <div id="first"> <h5 align="center">Invited Speakers</h5> <div class="row" style="text-align:center;"> <div class="six large-6 columns"> @@ -101,7 +101,7 @@ <p>Ajith Kumar</p> </div> </div> - </section> + </div> <div id="sponsors"> <h5 align="center">Sponsors</h5> @@ -124,7 +124,7 @@ </div> <!-- /row --> </div> - <section id="last"> + <div id="last"> <div class="row"> <div class="eight large-8 columns"> <h5 align="center">Scope of the conference</h5> @@ -172,7 +172,7 @@ </div> </div> </div> <!-- /row --> - </section> + </div> <div id="footer-wrapper"> <div id="footer-inner" class="row"> |