Difference between revisions of "Template:Team:Harvard BioDesign/Templates:header"
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <title>Bootstrap Collapsable Header</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
+ | <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <nav class="navbar navbar-inverse"> | ||
+ | <div class="container-fluid"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="#">Harvard BioDesign 2015</a> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="myNavbar"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign">Home</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Team">Team</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Project">Project</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Results">Results</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Parts">Parts</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Practices">Practices</a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <div id="bannerContainer"></div> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | <!-- | ||
+ | |||
<html> | <html> | ||
Line 41: | Line 87: | ||
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li> | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li> | ||
− | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/ | + | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Collaborations">Collaborations</a></li> |
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li> | <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li> | ||
Line 56: | Line 102: | ||
</html> | </html> | ||
+ | |||
+ | --> |
Latest revision as of 16:22, 13 July 2015