Difference between revisions of "Team:CCA SanDiego/Attributions"
(43 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <html> | + | <html lang="en"> |
+ | |||
<head> | <head> | ||
− | <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css"> | + | <title>CCA San Diego iGEM 2015</title> |
− | < | + | <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://static.igem.org/mediawiki/2015/5/53/Cca_sandiego_grayscale.css.txt"> | |
− | + | <style> | |
− | </ | + | #content{width:100%} |
+ | #bodyContent{width:100%} | ||
+ | #attributions{height:700px; | ||
+ | background-color:#FFC881; | ||
+ | padding-top:40px | ||
+ | } | ||
+ | |||
+ | nav{background:#EEE} | ||
+ | body{font-family:courier} | ||
+ | img{ | ||
+ | max-width:auto; | ||
+ | max-height:auto; | ||
+ | } | ||
+ | p{ | ||
+ | text-align:justify; | ||
+ | font-size:22px; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
− | <body | + | |
− | + | <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> | |
− | + | <nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> | |
− | + | <div class="container"> | |
− | + | <div> | |
− | + | <ul class="nav navbar-nav"> | |
− | + | <li><a href="https://2015.igem.org/Team:CCA_SanDiego">CCA San Diego iGEM</a></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="https://2015.igem.org/Team:CCA_SanDiego/Project#introduction">Introduction</a></li> | |
− | + | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project#methods">Methods</a></li> | |
− | + | <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project#results">Results</a></li> | |
− | + | </ul> | |
− | + | </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 Practices</a></li> | |
− | + | </ul> | |
− | + | </div> | |
− | + | </div> | |
− | + | </nav> | |
− | + | ||
− | + | <div id="attributions"> | |
− | + | <div class="container"> | |
− | + | <div class="row"> | |
− | + | <div class="twelve columns"> | |
− | + | <h1 class="brand-heading" style="text-align:center">Attributions</h1> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="row"> | |
− | + | <div class="twelve columns" style="text-align:center"> | |
− | + | <p>The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support: | |
− | + | <ul> | |
− | + | <li>Cymer</li> | |
− | + | <li>UC San Diego</li> | |
− | + | </ul> | |
− | + | </p> | |
− | + | <p>We would also like to thank the teachers, parents, mentors, and others that volunteered to provide the team with feedback and guidance, notably: | |
+ | <ul> | ||
+ | <li>Sophia Hirakis</li> | ||
+ | <li>Erinn Eddingfield</li> | ||
+ | <li>Ben Kellman</li> | ||
+ | <li>Jenhan Tao</li> | ||
+ | </ul> | ||
+ | </p> | ||
</div> | </div> | ||
− | + | </div> | |
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
+ | |||
+ | <script> | ||
+ | // jQuery to collapse the navbar on scroll | ||
+ | $(window).scroll(function() { | ||
+ | if ($(".navbar").offset().top > 50) { | ||
+ | $(".navbar-fixed-top").addClass("top-nav-collapse"); | ||
+ | } else { | ||
+ | $(".navbar-fixed-top").removeClass("top-nav-collapse"); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | // 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(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | // Closes the Responsive Menu on Menu Item Click | ||
+ | $('.navbar-collapse ul li a').click(function() { | ||
+ | $('.navbar-toggle:visible').click(); | ||
+ | }); | ||
+ | $('.firstHeading').remove() | ||
+ | </script> | ||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
+ | |||
</html> | </html> |
Latest revision as of 01:04, 19 September 2015
Attributions
The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support:
- Cymer
- UC San Diego
We would also like to thank the teachers, parents, mentors, and others that volunteered to provide the team with feedback and guidance, notably:
- Sophia Hirakis
- Erinn Eddingfield
- Ben Kellman
- Jenhan Tao