diff options
author | Jayaram Pai | 2013-11-19 21:42:52 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 21:42:52 +0530 |
commit | 29cd2fe194480c32266f803bc9b92ec98af9594b (patch) | |
tree | f0fa222b9a4c2dfbaca9bbfb4064477e8473ba3e /website | |
parent | dd517f9dce7e7fa881b44eee359d8563fef1d988 (diff) | |
download | SciPy2013-29cd2fe194480c32266f803bc9b92ec98af9594b.tar.gz SciPy2013-29cd2fe194480c32266f803bc9b92ec98af9594b.tar.bz2 SciPy2013-29cd2fe194480c32266f803bc9b92ec98af9594b.zip |
all sections 2 sponsors
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"> |