Team:York/Bootstrap

From 2014.igem.org

(Difference between revisions)
Line 145: Line 145:
<ul class="nav nav-tabs" role="tablist" id="myTab">
<ul class="nav nav-tabs" role="tablist" id="myTab">
-
     <li class="active"><a href=#one" role="tab" data-toggle="tab">One</a></li>
+
     <li class="active"><a href="#one" role="tab" data-toggle="tab">One</a></li>
-
     <li><a href=#two" role="tab" data-toggle="tab">Two</a></li>
+
     <li><a href="#two" role="tab" data-toggle="tab">Two</a></li>
-
     <li><a href=#three" role="tab" data-toggle="tab">Three</a></li>
+
     <li><a href="#three" role="tab" data-toggle="tab">Three</a></li>
-
     <li><a href=#four" role="tab" data-toggle="tab">Four</a></li>
+
     <li><a href="#four" role="tab" data-toggle="tab">Four</a></li>
</ul>
</ul>
Line 158: Line 158:
</div>
</div>
-
<script>
 
-
$('#myTab a').click(function (e) {
 
-
  e.preventDefault()
 
-
  $(this).tab('show')
 
-
})
 
-
 
-
$(function() {
 
-
  $('#myTab a:last').tab('show')
 
-
})
 
-
</script>
 
</div>
</div>

Revision as of 19:49, 6 October 2014

Team York 2014



Hello! We're from the

Our project EcoCADMUS (E. Coli CAdmium DecontaMination Universal System) targets industrial and mineral processing waste-water contamination by heavy metals and sulfates. EcoCADMUS provides a safe and selective way to remove Cadmium Sulfide from waste water using Synthetic Biology.

One

Two

Three

Four