Line 28: | Line 28: | ||
<div class="row"> | <div class="row"> | ||
− | <a href="#" class="btn btn-info" role="button" >February</a> | + | <a href="#february" class="btn btn-info" role="button" >February</a> |
− | <a href="#" class="btn btn-info" role="button" >March</a> | + | <a href="#march" class="btn btn-info" role="button" >March</a> |
− | <a href="#" class="btn btn-info" role="button" >April</a> | + | <a href="#april" class="btn btn-info" role="button" >April</a> |
− | <a href="#" class="btn btn-info" role="button" >May</a></div> | + | <a href="#may" class="btn btn-info" role="button" >May</a></div> |
− | <a href="#" class="btn btn-info" role="button" >June</a> | + | <a href="#june" class="btn btn-info" role="button" >June</a> |
− | <a href="#" class="btn btn-info" role="button" >July</a> | + | <a href="#july" class="btn btn-info" role="button" >July</a> |
− | <a href="#" class="btn btn-info" role="button" >August</a> | + | <a href="#august" class="btn btn-info" role="button" >August</a> |
− | <a href="#" class="btn btn-info" role="button" >Experiments</a> | + | <a href="#experiments" class="btn btn-info" role="button" >Experiments</a> |
</div> | </div> | ||
Line 43: | Line 43: | ||
<!-- February --> | <!-- February --> | ||
− | <div id=" | + | <div id="february" class="bg-white text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>February</h1> | <h1>February</h1> | ||
Line 82: | Line 82: | ||
<!-- March --> | <!-- March --> | ||
− | <div id=" | + | <div id="march" class="bg-grey text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>March</h1> | <h1>March</h1> | ||
Line 121: | Line 121: | ||
<!-- April --> | <!-- April --> | ||
− | <div id=" | + | <div id="april" class="bg-dark text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>April</h1> | <h1>April</h1> | ||
Line 160: | Line 160: | ||
<!-- May --> | <!-- May --> | ||
− | <div id=" | + | <div id="may" class="bg-white text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>May</h1> | <h1>May</h1> | ||
Line 199: | Line 199: | ||
<!-- June --> | <!-- June --> | ||
− | <div id=" | + | <div id="june" class="bg-grey text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>June</h1> | <h1>June</h1> | ||
Line 238: | Line 238: | ||
<!-- July --> | <!-- July --> | ||
− | <div id=" | + | <div id="july" class="bg-dark text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>July</h1> | <h1>July</h1> | ||
Line 276: | Line 276: | ||
<!-- August --> | <!-- August --> | ||
− | <div id=" | + | <div id="august" class="bg-white text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>August</h1> | <h1>August</h1> | ||
Line 314: | Line 314: | ||
<!-- Experiments --> | <!-- Experiments --> | ||
− | <div id=" | + | <div id="experiments" class="bg-grey text-center"> |
<div class="row"> | <div class="row"> | ||
<h1>Experiments</h1> | <h1>Experiments</h1> |
Revision as of 16:18, 6 October 2018
Notebook
February
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
March
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
April
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
May
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
June
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
July
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
August
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
Experiments
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.