Difference between revisions of "Team:NAIT Edmonton/Collaborations"

Line 9: Line 9:
 
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
 
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/jquery.flexslider-min?action=raw&amp;ctype=text/javascript"></script>
 
  
  
 
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
 
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
 
 
<script type="text/javascript">
 
$(document).ready(function() {
 
// grab the initial top offset of the navigation
 
  var stickyNavTop = $('.nav').offset().top;
 
 
 
  // our function that decides weather the navigation bar should have "fixed" css position or not.
 
  var stickyNav = function(){
 
    var scrollTop = $(window).scrollTop(); // our current vertical position from the top
 
       
 
    // if we've scrolled more than the navigation, change its position to fixed to stick to top,
 
    // otherwise change it back to relative
 
    if (scrollTop > stickyNavTop) {
 
        $('.nav').addClass('sticky');
 
    } else {
 
        $('.nav').removeClass('sticky');
 
    }
 
};
 
 
stickyNav();
 
// and run it again every time you scroll
 
$(window).scroll(function() {
 
stickyNav();
 
});
 
});
 
</script>
 
 
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/StickyMenu?action=raw&amp;ctype=text/javascript"></script>
 
  
  
Line 120: Line 90:
 
</style>
 
</style>
  
<center><div class="top_slogan">Under Construction!</div></center>
+
<center><div class="top_slogan">Collaborations</div></center>
  
 
  <div class="main_content">
 
  <div class="main_content">
 
<center>
 
<center>
<h2> Please check back as we are continually updating our Team Wiki </h2>
+
<h2> Sharing and collaboration are core values of iGEM. "Two heads are better than one" is a saying that can even apply to a new, advancing science like synthetic biology. Team NAIT is proud to say that we have collaborated with multiple teams both locally and around the world. </h2>
  
 
    
 
    

Revision as of 14:15, 31 August 2015

Team NAIT 2015

Collaborations

Sharing and collaboration are core values of iGEM. "Two heads are better than one" is a saying that can even apply to a new, advancing science like synthetic biology. Team NAIT is proud to say that we have collaborated with multiple teams both locally and around the world.