Difference between revisions of "Team:Vanderbilt/Software/Development"

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/Software/Development" class="btn btn-default chosen">Development</a>
 +
            <a href="https://2015.igem.org/Team:Vanderbilt/Software/User_Guide" class="btn btn-default">User Guide</a>
 +
            <a href="https://2015.igem.org/Team:Vanderbilt/Software/Statistics" class="btn btn-default">Statistics</a>
 +
        </div>
 +
</div>
 +
</div>
 +
 +
</html>
 
{{Template:Vanderbilt_Navbar}}
 
{{Template:Vanderbilt_Navbar}}
 
<html>
 
<html>

Revision as of 06:55, 18 September 2015

Vanderbilt iGEM 2015