diff options
author | Sashi20 | 2017-11-16 18:12:50 +0530 |
---|---|---|
committer | GitHub | 2017-11-16 18:12:50 +0530 |
commit | ad0a365bb337552653799b0a24cc7596d2d22365 (patch) | |
tree | 2e88d470e1a00292b232e1922ac936de2e5e9753 /website/templates/home.html | |
parent | 7ffca82103bab8e2ff137a72f5d464db74c344b6 (diff) | |
parent | c15dec8d675e83779710096034ee40b996c712e1 (diff) | |
download | SciPy2017-ad0a365bb337552653799b0a24cc7596d2d22365.tar.gz SciPy2017-ad0a365bb337552653799b0a24cc7596d2d22365.tar.bz2 SciPy2017-ad0a365bb337552653799b0a24cc7596d2d22365.zip |
Merge pull request #33 from Sashi20/devel
Changes made in schedule
Diffstat (limited to 'website/templates/home.html')
-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> |