diff options
author | Sashi20 | 2017-11-16 18:12:01 +0530 |
---|---|---|
committer | Sashi20 | 2017-11-16 18:12:01 +0530 |
commit | c15dec8d675e83779710096034ee40b996c712e1 (patch) | |
tree | 2e88d470e1a00292b232e1922ac936de2e5e9753 | |
parent | df523bddafdca79f55491a2bff94d34d06be66c7 (diff) | |
download | SciPy2017-c15dec8d675e83779710096034ee40b996c712e1.tar.gz SciPy2017-c15dec8d675e83779710096034ee40b996c712e1.tar.bz2 SciPy2017-c15dec8d675e83779710096034ee40b996c712e1.zip |
Changes made in schedule
-rw-r--r-- | website/templates/home.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index c4dfa71..f5e57c3 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -366,16 +366,16 @@ <div class="col-md-offset-4"> <ul class="nav nav-tabs"> <li class="nav-item"> - <a class="nav-link active" href="#day1">Day 1 - Workshops</a> + <a class="nav-link active" href="#day1">29 Nov 2017</a> </li> <li class="nav-item"> - <a class="nav-link" href="#day2">Day 2 - Conference</a> + <a class="nav-link" href="#day2">30 Nov 2017</a> </li> </ul> <div class="tab-content"> - <div class="tab-pane active" id="day1" > + <div class="tab-pane active" id="day1" ><br> <center> - <h4>29<sup>th</sup> Nov 2017</h4> + <h4>Day 1 - Workshops</h4> </center> <table width="100%" class="table-striped table-bordered"> <thead> @@ -428,9 +428,9 @@ </tbody> </table> </div> - <div class="tab-pane" id="day2" > + <div class="tab-pane" id="day2" ><br> <center> - <h4>30<sup>th</sup> Nov 2017</h4> + <h4>Day 2 - Conference</h4> </center> <table class="table table-bordered table-striped"> <thead> |