Catherinepan (Talk | contribs) |
Ahmedhatem (Talk | contribs) |
||
Line 49: | Line 49: | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | ||
− | + | <!-- page content --> | |
− | + | <div id="in-content"> | |
− | + | <div class="container"> | |
<div> | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/a5/T--British_Columbia--NB-Hdg.png" style="height:70px; margin-top:30px;margin-left:50px;"> | ||
+ | </div> | ||
− | + | <div class="row"> | |
+ | <div class="col-sm-1"></div> | ||
+ | <div class="col-sm-10"> | ||
+ | <ul class="nav nav-tabs nav-justified"> | ||
+ | <li class="active"><a href="#naringenin">Naringenin Notebook</a></li> | ||
+ | <li><a href="#biosensor">Biosensor Notebook</a></li> | ||
+ | <li><a href="#kaempferol">Kaempferol Notebook</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="tab-content"> | ||
+ | <div id="naringenin" class="tab-pane fade in active"> | ||
+ | <h3>Naringenin Notebook</h3> | ||
+ | <!-- NARINGENIN NOTEBOOK CONTENT GOES HERE --> | ||
+ | </div> | ||
+ | <div id="biosensor" class="tab-pane fade"> | ||
+ | <h3>Biosensor Notebook</h3> | ||
+ | <!-- BIOSENSOR NOTEBOOK CONTENT GOES HERE --> | ||
+ | </div> | ||
+ | <div id="kaempferol" class="tab-pane fade"> | ||
+ | <h3>Kaempferol Notebook</h3> | ||
+ | <!-- KAEMPFEROL NOTEBOOK CONTENT GOES HERE --> | ||
+ | </div> | ||
+ | |||
+ | <div id="ta" class="tab-pane fade"> | ||
+ | <h3>Plasmid Maintenance Notebook</h3> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $(".nav-tabs a").click(function(){ | ||
+ | $(this).tab('show'); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 07:19, 16 October 2018