Difference between revisions of "Team:CCA SanDiego/Attributions"

 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CCA_SanDiego}}
+
<html lang="en">
<html>
+
 
 
<head>
 
<head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+
<title>CCA San Diego iGEM 2015</title>
<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://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://static.igem.org/mediawiki/2015/4/47/Cca_sanDiego_bootstrap.txt"></script>
+
    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<style>
+
    <link rel="stylesheet" type="text/css" href="https://static.igem.org/mediawiki/2015/5/53/Cca_sandiego_grayscale.css.txt">
body{font-family:courier}
+
    <style>
</style>
+
    #content{width:100%}
<script>
+
    #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>
  
$(document).ready(function(){
+
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
$(".firstHeading").remove();
+
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
// navigation click actions      
+
    <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>
  
</script>
+
<div id="attributions">
<style>
+
    <div class="container">
#content{
+
        <div class="row">
width:100%
+
            <div class="twelve columns">
}
+
                <h1 class="brand-heading" style="text-align:center">Attributions</h1>
#bodyContent{
+
            </div>
width:100%
+
          </div>
}
+
          <div class="row">
</style>
+
            <div class="twelve columns" style="text-align:center">
</head>
+
                <p>The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support:
<body>
+
<div id ="mainContainer" class="container">
+
    <div class="row">
+
        <div class="twelve columns">
+
    <div class="row">
+
        <!-- Start of content -->
+
        <div id="contentContainer" class="twelve columns">
+
        <!-- PUT YOUR CONTENT HERE -->
+
<h1>Attributions</h1>
+
<p>The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support:
+
 
<ul>
 
<ul>
 
<li>Cymer</li>
 
<li>Cymer</li>
 
<li>UC San Diego</li>
 
<li>UC San Diego</li>
 
</ul>
 
</ul>
We would also like to thank the teachers, parents, mentors, and others that volunteered to provide the team with feedback and guidance, notably:
+
</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>
 
<ul>
 
<li>Sophia Hirakis</li>
 
<li>Sophia Hirakis</li>
Line 49: Line 73:
 
</ul>
 
</ul>
 
</p>
 
</p>
<p><a href="https://2015.igem.org/wiki/index.php?title=Team:CCA_SanDiego/Attributions&action=edit">Edit this page</a></p>
+
            </div>
        <!-- END OF CONTENT -->
+
      </div>
 +
 
 
         </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

CCA San Diego iGEM 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