diff options
author | Jayaram R Pai | 2014-10-07 15:01:00 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-10-07 15:01:00 +0530 |
commit | 8aeb643f38828fe7b99d19ca56f70ea30f449bdc (patch) | |
tree | e9671e60d621e8a168e46a78286ea2df7960fe0a /static/website | |
parent | 67bbfe410bd146b88fb7373bbf7b8d07271f2404 (diff) | |
download | scipy2014-8aeb643f38828fe7b99d19ca56f70ea30f449bdc.tar.gz scipy2014-8aeb643f38828fe7b99d19ca56f70ea30f449bdc.tar.bz2 scipy2014-8aeb643f38828fe7b99d19ca56f70ea30f449bdc.zip |
re-aligned home page blocks
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/css/main.css | 2 | ||||
-rw-r--r-- | static/website/images/ajith.jpg | bin | 20272 -> 9714 bytes | |||
-rw-r--r-- | static/website/images/maciej.jpg | bin | 7290 -> 9992 bytes | |||
-rw-r--r-- | static/website/images/romain.jpg | bin | 8555 -> 13136 bytes | |||
-rwxr-xr-x | static/website/templates/home.html | 79 | ||||
-rw-r--r-- | static/website/templates/twitter-timeline.html | 2 |
6 files changed, 47 insertions, 36 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 1171b4e..71a45b5 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -187,7 +187,7 @@ body { margin-top: 0; } #speakers .thumbnail { - height: 250px; + height: 310px; } #speakers hr { margin-top: 10px; diff --git a/static/website/images/ajith.jpg b/static/website/images/ajith.jpg Binary files differindex b5976dc..59cdd6f 100644 --- a/static/website/images/ajith.jpg +++ b/static/website/images/ajith.jpg diff --git a/static/website/images/maciej.jpg b/static/website/images/maciej.jpg Binary files differindex 7033eba..43c4737 100644 --- a/static/website/images/maciej.jpg +++ b/static/website/images/maciej.jpg diff --git a/static/website/images/romain.jpg b/static/website/images/romain.jpg Binary files differindex 0f14b2a..b70d96e 100644 --- a/static/website/images/romain.jpg +++ b/static/website/images/romain.jpg diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 379e6fa..444961b 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -70,14 +70,14 @@ <div class="container-fluid"> <div id="speakers"> <div class="row"> - <div class="col-lg-8 col-md-8 col-sm-8 col-xs-8"> + <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h4 class="garmond" align="center"><u>Speakers</u></h4> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> <div class="thumbnail"> <img src="{% static 'website/images/maciej.jpg' %}"> <div class="caption"> - Maciej Fijałkowski + Maciej Fijałkowski <span class="garmond">(Keynote)</span> <hr> <div class="extras garmond"> <div class="row"> @@ -96,7 +96,7 @@ <div class="thumbnail"> <img src="{% static 'website/images/ajith.jpg' %}"> <div class="caption"> - Ajith Kumar + Ajith Kumar <span class="garmond">(Keynote)</span> <hr> <div class="extras garmond"> <div class="row"> @@ -115,7 +115,7 @@ <div class="thumbnail"> <img src="{% static 'website/images/romain.jpg' %}"> <div class="caption"> - Romain Guillebert + Romain Guillebert <span class="garmond">(Invited)</span> <hr> <div class="extras garmond"> <div class="row"> @@ -132,12 +132,6 @@ </div> <!-- /.col --> </div> <!-- /.row --> </div> <!-- /.col --> - - <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> - <h4 class="garmond" align="center"><u>News and Updates</u></h4> - <a class="twitter-timeline" href="https://twitter.com/SciPyIndia" data-widget-id="404921110312910848">Tweets by @SciPyIndia</a> - <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> - </div><!-- /.col --> </div> <!-- /.row --> </div> <!-- /#speakers --> <hr> @@ -169,14 +163,17 @@ Python for Scientific Computing in various fields and among different communities. </p> - <hr> - <p> - SciPy India 2014 Organiser: <a href="http://fossee.in" target="_blank">FOSSEE</a><br> - For more details visit: - <a href="http://python.fossee.in" target="_blank">python.fossee.in</a>, - <a href="http://python.org" target="_blank">python.org</a> - </p> - </div> + </div> <!-- /.col --> + + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + <h4 class="garmond" align="center"><u>News and Updates</u></h4> + {% include 'website/templates/twitter-timeline.html' %} + <div class="clearfix"></div> + </div><!-- /.col --> + <div class="clearfix"></div> + </div> <!-- /.row --> + + <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <div id="dates"> <h4 class="garmond" align="center"><u>Important Dates</u></h4> @@ -191,6 +188,34 @@ </tr> </table> </div> <!-- /#dates --> + <hr> + <p> + SciPy India 2014 Organiser: <a href="http://fossee.in" target="_blank">FOSSEE</a><br> + For more details visit: + <a href="http://python.fossee.in" target="_blank">python.fossee.in</a>, + <a href="http://python.org" target="_blank">python.org</a> + </p> + <p> + <u class="garmond">Registration for the conference is now open.</u><br><br> + <a href='http://scipyindia2014.doattend.com'><img src='http://doattend.com/assets/btnw-reg-now.png'/></a> + </p> + </div> <!-- /.col --> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + <div id="previous"> + <h4 class="garmond" align="center"><u>Previous Conference Websites</u></h4> + <table class="table table-bordered"> + <tr> + <td><a href="http://scipy.in/2013" target="_blank">SciPy India 2013</a></td> + <td><a href="http://scipy.in/2013/schedule" target="_blank">Talks</a></td> + <td><a href="https://plus.google.com/photos/+ScipyIndia/albums/5958662267241508465" target="_blank">Gallery</a></td> + </tr> + <tr> + <td><a href="http://scipy.in/2012" target="_blank">SciPy India 2012</a></td> + <td><a href="http://scipy.in/2012/talks/" target="_blank">Talks</a></td> + <td><a href="https://plus.google.com/photos/+HardikGhaghada/albums/5830648864137819041" target="_blank">Gallery</a></td> + </tr> + </table> + </div> <!-- /#previous --> <div class="clearfix"></div> <div id="sponsors"> <h4 class="garmond" align="center"><u>Sponsors</u></h4> @@ -207,23 +232,7 @@ </div> <!-- /.col --> </div> <!-- /.row --> </div> <!-- /#sponsors --> - <div class="clearfix"></div> - <div id="previous"> - <h4 class="garmond" align="center"><u>Previous Conference Websites</u></h4> - <table class="table table-bordered"> - <tr> - <td><a href="http://scipy.in/2013" target="_blank">SciPy India 2013</a></td> - <td><a href="http://scipy.in/2013/schedule" target="_blank">Talks</a></td> - <td><a href="https://plus.google.com/photos/+ScipyIndia/albums/5958662267241508465" target="_blank">Gallery</a></td> - </tr> - <tr> - <td><a href="http://scipy.in/2012" target="_blank">SciPy India 2012</a></td> - <td><a href="http://scipy.in/2012/talks/" target="_blank">Talks</a></td> - <td><a href="https://plus.google.com/photos/+HardikGhaghada/albums/5830648864137819041" target="_blank">Gallery</a></td> - </tr> - </table> - </div> <!-- /#previous --> - </div><!-- /.col --> + </div> <!-- /.col --> <div class="clearfix"></div> </div> <!-- /.row --> </div> <!-- /#conference--> diff --git a/static/website/templates/twitter-timeline.html b/static/website/templates/twitter-timeline.html new file mode 100644 index 0000000..3be22c5 --- /dev/null +++ b/static/website/templates/twitter-timeline.html @@ -0,0 +1,2 @@ +<a class="twitter-timeline" href="https://twitter.com/SciPyIndia" data-widget-id="404921110312910848">Tweets by @SciPyIndia</a> +<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> |