diff options
-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> |