Difference between revisions of "Team:Vanderbilt/Modeling/Circuits"

(Created page with "{{Template:Vanderbilt_Header}} {{Template:Vanderbilt_Navbar}} <html> <script> document.getElementById("header_text").innerHTML = "Circuits"; </script> <style> html, body {...")
 
Line 1: Line 1:
 
{{Template:Vanderbilt_Header}}
 
{{Template:Vanderbilt_Header}}
 +
<html>
 +
<style>
 +
.btn {
 +
  -webkit-border-radius: 0 !important;
 +
    -moz-border-radius: 0 !important;
 +
          border-radius: 0 !important;
 +
background-color: #3e0812;
 +
color: #9e515e;
 +
}
 +
a:link {
 +
    text-decoration: none;
 +
color: #9e515e;
 +
}
 +
a:visited {
 +
    text-decoration: none;
 +
color: #9e515e;
 +
}
 +
 +
.chosen {
 +
background-color: #220006;
 +
color: #3e0812;
 +
}
 +
 +
 +
</style>
 +
 +
<div id="breadcrumb_container" class="container" style="position:fixed; top:75px; z-index:2;">
 +
<div class="row">
 +
        <div class="btn-group btn-breadcrumb">
 +
            <a href="#" class="btn btn-default"><i class="glyphicon glyphicon-cd"></i></a>
 +
            <a href="https://2015.igem.org/Team:Vanderbilt/Modeling/Sequences" class="btn btn-default">Sequences</a>
 +
            <a href="https://2015.igem.org/Team:Vanderbilt/Modeling/Circuits" class="btn btn-default chosen">Circuits</a>
 +
            <a href="https://2015.igem.org/Team:Vanderbilt/Modeling/Populations" class="btn btn-default">StaPopulationsistics</a>
 +
        </div>
 +
</div>
 +
</div>
 +
 +
</html>
 
{{Template:Vanderbilt_Navbar}}
 
{{Template:Vanderbilt_Navbar}}
 
<html>
 
<html>

Revision as of 07:00, 18 September 2015

Vanderbilt iGEM 2015