Difference between revisions of "Team:CCA SanDiego/Notebook"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css"> | ||
+ | <script src="https://static.igem.org/mediawiki/2015/4/47/Cca_sanDiego_bootstrap.txt"></script> | ||
+ | <script> | ||
− | |||
− | + | $(document).ready(function(){ | |
+ | $(".firstHeading").remove(); | ||
+ | // navigation click actions | ||
+ | } | ||
+ | ); | ||
− | < | + | </script> |
− | < | + | <style> |
− | < | + | #content{ |
− | < | + | width:100% |
− | < | + | } |
− | < | + | #bodyContent{ |
− | </ | + | width:100% |
− | + | } | |
− | + | </style> | |
− | < | + | </head> |
− | < | + | <body> |
− | + | <div id ="mainContainer" class="container"> | |
− | < | + | <div class="row"> |
− | <li><a href="https:// | + | <div class="twelve columns"> |
− | <li><a href="https:// | + | <nav class="navbar navbar-default"> |
− | <li><a href="https:// | + | <div class="container-fluid"> |
− | <li><a href="https:// | + | <div class="navbar-header"> |
+ | <a class="navbar-brand" href="https://2015.igem.org/Team:CCA_SanDiego">CCA San Diego iGEM</a> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project">Project</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Team">Team</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/HumanPractice">Human Practice</a></li> | ||
</ul> | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <!-- Start of content --> | ||
+ | <div id="contentContainer" class="twelve columns"> | ||
+ | <!-- PUT YOUR CONTENT HERE --> | ||
+ | <!-- END OF CONTENT --> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 22:00, 8 September 2015