Team:York/Bootstrap

From 2014.igem.org

(Difference between revisions)
Line 143: Line 143:
                     <button type="button" class="btn btn-primary">Learn More!</button>
                     <button type="button" class="btn btn-primary">Learn More!</button>
                 </a>
                 </a>
 +
 +
<ul class="nav nav-tabs" role="tablist" id="myTab">
 +
    <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=#three" role="tab" data-toggle="tab">Three</a></li>
 +
    <li><a href=#four" role="tab" data-toggle="tab">Four</a></li>
 +
</ul>
 +
 +
<div class="tab-content">
 +
    <div class="tab-pane active" id="one"><h1>One</h1></div>
 +
    <div class="tab-pane" id="two"><h1>Two</h1></div>
 +
    <div class="tab-pane" id="three"><h1>Three</h1></div>
 +
    <div class="tab-pane" id="four"><h1>Four</h1></div>
 +
</div>
 +
 +
<script>
 +
    $(function() {
 +
        $('#myTab a:last').tab('show')
 +
    })
 +
</script>
 +
</div>
</div>

Revision as of 19:37, 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