Template:CU-Boulder-header2
From 2014.igem.org
(Difference between revisions)
(18 intermediate revisions not shown) | |||
Line 13: | Line 13: | ||
<!-- </script> --> | <!-- </script> --> | ||
- | <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/ | + | <!-- <script> --> |
+ | <!-- $('.btn').hover(function() { --> | ||
+ | <!-- $(this).animate({"color":"#006dcc"}, 500); --> | ||
+ | <!-- }, function() { --> | ||
+ | <!-- $(this).animate({"color":"#333333"}, 500); --> | ||
+ | <!-- }); --> | ||
+ | <!-- $(function() { --> | ||
+ | <!-- $( ".tabs" ).tabs({ --> | ||
+ | <!-- event: "mouseover", heightStyle: "auto" --> | ||
+ | <!-- }); --> | ||
+ | <!-- $("#footer a").addClass("btn btn-mini"); --> | ||
+ | <!-- $("#footer-box").addClass("shadow-bottom"); --> | ||
+ | <!-- }); --> | ||
+ | <!-- $('#headerimage').cycle(); --> | ||
+ | <!-- </script> --> | ||
+ | |||
+ | <!-- include bootstrap css (mainly for the navigation bar) --> | ||
+ | <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" /> | ||
+ | |||
+ | <!-- include 2013 igem stylesheet --> | ||
<!-- <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&ctype=text/css" /> --> | <!-- <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&ctype=text/css" /> --> | ||
- | < | + | |
+ | <!-- include our custom css for the 2014 site --> | ||
<link rel="stylesheet" type="text/css" href="/Team:CU-Boulder/include/style.css?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="/Team:CU-Boulder/include/style.css?action=raw&ctype=text/css" /> | ||
- | < | + | <!-- <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" /> --> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <!-- include jquery and bootstrap javascript (mainly for the navigation bar) --> |
- | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
- | + | <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <nav class="navbar navbar-default" role="navigation"> |
- | <div class=" | + | <div class="container-fluid"> |
- | + | <!-- Brand and toggle get grouped for better mobile display --> | |
- | <div class=" | + | <div class="navbar-header"> |
- | <a class=" | + | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="/Team:CU-Boulder">Home</a> | ||
+ | <!-- <a href="#">Brand</a> --> | ||
</div> | </div> | ||
- | <div class=" | + | <!-- Collect the nav links, forms, and other content for toggling --> |
- | < | + | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
- | <a class=" | + | <ul class="nav navbar-nav"> |
- | + | ||
- | + | <!-- <li class="active"><a href="#">Link</a></li> --> | |
+ | |||
+ | <!-- <li><a href="/Team:CU-Boulder">Home</a></li> --> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
<li><a href="/Team:CU-Boulder/Team/Members">Members</a></li> | <li><a href="/Team:CU-Boulder/Team/Members">Members</a></li> | ||
<li><a href="/Team:CU-Boulder/Team/Collaboration">Collaboration</a></li> | <li><a href="/Team:CU-Boulder/Team/Collaboration">Collaboration</a></li> | ||
- | <li><a | + | <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CU-Boulder" target="_blank">Official Profile</a></li> |
- | + | <li class="divider"></li> | |
- | + | <li><a href="#">Separated link</a></li> | |
+ | <li class="divider"></li> | ||
+ | <li><a href="#">One more separated link</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
- | + | <li class="dropdown"> | |
- | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a> | |
- | + | <ul class="dropdown-menu"> | |
- | + | <li><a href="/Team:CU-Boulder/Project">Project Description</a></li> | |
- | <li><a | + | |
<li><a href="/Team:CU-Boulder/Project/Modeling">Modeling</a></li> | <li><a href="/Team:CU-Boulder/Project/Modeling">Modeling</a></li> | ||
<li><a href="/Team:CU-Boulder/Project/Kit/RestrictionEnzymes">Restriction Enzymes</a></li> | <li><a href="/Team:CU-Boulder/Project/Kit/RestrictionEnzymes">Restriction Enzymes</a></li> | ||
Line 70: | Line 91: | ||
<!-- <li><a href="/Team:CU-Boulder/FourthofJuly">Happy 4th!</a></li> --> | <!-- <li><a href="/Team:CU-Boulder/FourthofJuly">Happy 4th!</a></li> --> | ||
<!-- <li><a href="/Team:CU-Boulder/Project/Attributions">Attributions</a></li> --> | <!-- <li><a href="/Team:CU-Boulder/Project/Attributions">Attributions</a></li> --> | ||
- | + | </ul> | |
- | + | </li> | |
- | + | <li class="dropdown"> | |
- | < | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook <b class="caret"></b></a> |
- | + | <ul class="dropdown-menu"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<li><a href="/Team:CU-Boulder/Notebook/Protocols">Protocols</a></li> | <li><a href="/Team:CU-Boulder/Notebook/Protocols">Protocols</a></li> | ||
<li><a href="/Team:CU-Boulder/Notebook/Experiments">Experiments</a></li> | <li><a href="/Team:CU-Boulder/Notebook/Experiments">Experiments</a></li> | ||
- | + | </ul> | |
- | + | </li> | |
- | + | <li><a href="/Team:CU-Boulder/Parts">Parts</a></li> | |
- | + | <li><a href="/Team:CU-Boulder/Safety">Safety</a></li> | |
- | + | <li><a href="/Team:CU-Boulder/Attributions">Attributions</a></li> | |
- | + | <li><a href="/Team:CU-Boulder/Sponsors">Sponsors</a></li> | |
- | + | <li><a href="/Team:CU-Boulder/Test">Test</a></li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | </ul> |
+ | <!-- <form class="navbar-form navbar-left" role="search"> --> | ||
+ | <!-- <div class="form-group"> --> | ||
+ | <!-- <input type="text" class="form-control" placeholder="Search"> --> | ||
+ | <!-- </div> --> | ||
+ | <!-- <button type="submit" class="btn btn-default">Submit</button> --> | ||
+ | <!-- </form> --> | ||
- | < | + | <ul class="nav navbar-nav navbar-right"> |
+ | <li><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="30px" /></a></li> | ||
+ | </ul> | ||
- | + | </div><!-- /.navbar-collapse --> | |
- | <div>< | + | </div><!-- /.container-fluid --> |
- | + | </nav> | |
- | + | ||
- | </ | + |
Latest revision as of 04:31, 12 May 2014