diff options
author | hardythe1 | 2013-11-25 16:36:41 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-25 16:36:41 +0530 |
commit | e279de5286f30e9b8ad96068e31101a720c9c77f (patch) | |
tree | 4218666a6841e97548c06b433af265ca06772eb0 | |
parent | c1a37069fc0d4057b2c198a6c33eddb2d912a53c (diff) | |
download | SciPy2013-e279de5286f30e9b8ad96068e31101a720c9c77f.tar.gz SciPy2013-e279de5286f30e9b8ad96068e31101a720c9c77f.tar.bz2 SciPy2013-e279de5286f30e9b8ad96068e31101a720c9c77f.zip |
adding twitter feed & extending CFP
-rw-r--r-- | website/templates/index.html | 24 | ||||
-rw-r--r-- | website/templates/papers.html | 2 |
2 files changed, 18 insertions, 8 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index b66d25b..18f544c 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -88,21 +88,29 @@ </div> </div> <!-- /jumbo-inner --> </div> <!-- /jumbo --> - + <div id="first"> - <h5 align="center">Invited Speakers</h5> - <div class="row" style="text-align:center;"> + <div class="row"> + <div class="eight large-8 columns"> + <h5 align="center" style="position:relative; margin-right:60px;">Invited Speakers</h5> <div class="six large-6 columns"> <a href="http://ondrejcertik.com/"><img width="200" src="{% static 'img/ondrej-alt.png'%}"></a> - <p>Ondrej Certik</p> + <p style="text-align:center; width: 200px;">Ondrej Certik</p> </div> <div class="six large-6 columns"> <a href="http://www.expeyes.in/"><img width="200" src="{% static 'img/ajith-alt.png'%}"></a> - <p>Ajith Kumar</p> + <p style="text-align:center; width: 200px;">Ajith Kumar</p> + </div> + </div> + <div class="four large-4 columns"> + <h5 align="center">Twitter Feed</h5> + <div id="previous-conference" style="overflow:hidden; height:230px;"> + <a class="twitter-timeline" href="https://twitter.com/ScipyIndia" data-widget-id="404921110312910848">Tweets by @ScipyIndia</a> </div> - </div> + </div> + </div> <!-- /row --> </div> - + <div id="sponsors"> <h5 align="center">Sponsors</h5> <div class="row"> @@ -248,6 +256,8 @@ ga('create', 'UA-44697375-1', 'scipy.in'); ga('send', 'pageview'); </script> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + <!-- Foundation 3 for IE 8 and earlier --> <!--[if lt IE 9]> diff --git a/website/templates/papers.html b/website/templates/papers.html index 7c8a7c0..de7910d 100644 --- a/website/templates/papers.html +++ b/website/templates/papers.html @@ -51,7 +51,7 @@ Based on the quality of the submissions, the conference organizers will select i <br> <table> <tr><td>Call for proposals start: 7th October 2013 - <tr><td>Call for proposals end: 24th November 2013 + <tr><td>Call for proposals end: 29th November 2013 <tr><td>List of accepted proposals will be published: 1st December 2013 </table> </div> |