diff options
author | Jayaram R Pai | 2014-09-25 17:24:10 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-25 17:24:10 +0530 |
commit | 9aca08c00922cf75d82cf154e91804ddb13fbfd8 (patch) | |
tree | 9193eff2ed8415f27c3382d594a1cd06ac58bb5f | |
parent | 131ff1e35ff9647b8acb859d1e9461266ba65c5c (diff) | |
download | scipy2014-9aca08c00922cf75d82cf154e91804ddb13fbfd8.tar.gz scipy2014-9aca08c00922cf75d82cf154e91804ddb13fbfd8.tar.bz2 scipy2014-9aca08c00922cf75d82cf154e91804ddb13fbfd8.zip |
added responsive classes
-rw-r--r-- | static/website/css/main.css | 2 | ||||
-rwxr-xr-x | static/website/templates/home.html | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 05943f7..9d1293b 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -10,7 +10,7 @@ body { background-image: url('../images/ecailles.png'); } #page-wrapper { - width: 960px; + max-width: 960px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 1fd108b..11af77c 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -60,10 +60,10 @@ <div class="container-fluid"> <div id="speakers"> <div class="row"> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <h4 class="garmond" align="center"><u>Speakers</u></h4> <div class="row"> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <div class="thumbnail"> <img src="{% static 'website/images/maciej.png' %}"> <div class="caption"> @@ -71,10 +71,10 @@ <hr> <div class="extras garmond"> <div class="row"> - <div class="col-md-6 bio"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 bio"> <a href="{% url 'website:invited_speakers' %}">View Bio</a> </div> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://twitter.com/fijall" target="_blank">Twitter</a> </div> </div> @@ -82,7 +82,7 @@ </div> </div> </div> <!-- /.col --> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <div class="thumbnail"> <img src="{% static 'website/images/ajith.jpeg' %}"> <div class="caption"> @@ -90,10 +90,10 @@ <hr> <div class="extras garmond"> <div class="row"> - <div class="col-md-6 bio"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 bio"> <a href="{% url 'website:invited_speakers' %}">View Bio</a> </div> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="http://expeyes.in/" target="_blank">Website</a> </div> </div> @@ -104,7 +104,7 @@ </div> <!-- /.row --> </div> <!-- /.col --> - <div class="col-md-6"> + <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> <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> @@ -114,7 +114,7 @@ <hr> <div id="conference"> <div class="row"> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <h4 class="garmond" align="center"><u>Scope of the conference</u></h4> <p class="text-justify"> SciPy India is a conference providing @@ -148,7 +148,7 @@ <a href="http://python.org" target="_blank">python.org</a> </p> </div> - <div class="col-md-6"> + <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> <table class="table table-bordered"> @@ -168,12 +168,12 @@ <div id="sponsors"> <h4 class="garmond" align="center"><u>Sponsors</u></h4> <div class="row"> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="http://fossee.in/" target="_blank"> <img width="150" src="{% static 'website/images/fossee-logo.png' %}"> </a> </div> <!-- /.col --> - <div class="col-md-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="http://mhrd.gov.in/" target="_blank"> <img width="150" src="{% static 'website/images/mhrd-logo.png' %}"> </a> @@ -196,7 +196,7 @@ </tr> </table> </div> <!-- /#previous --> - </div><!-- col-md-6 --> + </div><!-- /.col --> <div class="clearfix"></div> </div> <!-- /.row --> </div> <!-- /#conference--> |