Difference between revisions of "Template:CCA SanDiego"
Juliawisnia (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <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"> | <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> | <script> | ||
− | $.ready( | + | $(document).ready( |
$(".firstHeading").remove() | $(".firstHeading").remove() | ||
) | ) | ||
+ | //jQuery for page scrolling feature - requires jQuery Easing plugin | ||
+ | $(function() { | ||
+ | $('a.page-scroll').bind('click', function(event) { | ||
+ | var $anchor = $(this); | ||
+ | $('html, body').stop().animate({ | ||
+ | scrollTop: $($anchor.attr('href')).offset().top | ||
+ | }, 1500, 'easeInOutExpo'); | ||
+ | event.preventDefault(); | ||
+ | }); | ||
+ | }); | ||
</script> | </script> | ||
+ | <style> | ||
+ | #content{ | ||
+ | width:100% | ||
+ | } | ||
+ | #bodyContent{ | ||
+ | width:100% | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | <div id ="mainContainer" class="container"> | |
− | + | <div class="row"> | |
− | + | <div class="twelve columns" id="bannerContainer"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/7/70/School_picture.png" width="100%"> | |
− | + | <nav class="navbar navbar-default"> | |
− | + | <div class="container-fluid"> | |
− | + | <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> | |
− | + | </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> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:40, 4 September 2015