Difference between revisions of "Team:Lethbridge HS"

Line 28: Line 28:
 
                     setCookie("projectType", "2", 365);  
 
                     setCookie("projectType", "2", 365);  
 
                 }
 
                 }
                 $(document).ready(function() {
+
                 jQuery(document).ready(function() {
 
                      
 
                      
                   $(function() {
+
                   jQuery(function() {
   $('a[href*=#]:not([href=#])').click(function() {
+
   jQuery('a[href*=#]:not([href=#])').click(function() {
 
     if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 
     if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
       var target = $(this.hash);
+
       var target = jQuery(this.hash);
       target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+
       target = target.length ? target : jQuery('[name=' + this.hash.slice(1) +']');
 
       if (target.length) {
 
       if (target.length) {
         $('html,body').animate({
+
         jQuery('html,body').animate({
 
           scrollTop: target.offset().top
 
           scrollTop: target.offset().top
 
         }, 1000);
 
         }, 1000);
Line 45: Line 45:
 
});
 
});
 
                      
 
                      
                     $("#projectTitle").addClass("appear");
+
                     jQuery("#projectTitle").addClass("appear");
 
      
 
      
                     var s = $(".menu");
+
                     var s = jQuery(".menu");
 
     var pos = s.position();   
 
     var pos = s.position();   
 
              
 
              
     $(window).scroll(function() {
+
     jQuery(window).scroll(function() {
         var windowpos = $(window).scrollTop();   
+
         var windowpos = jQuery(window).scrollTop();   
 
            
 
            
        if (windowpos >= 100) {
+
     
           
+
            s.addClass("makeNavBarColor");
+
           
+
        } else {
+
         
+
            s.removeClass("makeNavBarColor");
+
           
+
        }
+
 
        
 
        
 
     });               
 
     });               

Revision as of 23:12, 3 September 2015

Biofilms and Beeyond

This year we chose to tackle two projects: Bees and Biofilms

You can click on one of the icons above to learn about that project.

You can switch between the projects later on by clicking the Bee/Biofilms icon in the nivagation bar