Difference between revisions of "Team:UMaryland/about"

Line 1,208: Line 1,208:
 
     $('nav').mouseover(
 
     $('nav').mouseover(
 
             function() {
 
             function() {
                 $('#img-logo').css('transition', '.35s ease-in');
+
                 $('#img-logo').css('transition', '.35s ease-in')
                $('#img-logo').css('opacity', '1');
+
                    .css('opacity', '1');
 
                 $('nav ul').addClass("hover");
 
                 $('nav ul').addClass("hover");
 
             }
 
             }
Line 1,217: Line 1,217:
 
                 var scroll = $(window).scrollTop();
 
                 var scroll = $(window).scrollTop();
 
                 if (scroll > 0) {
 
                 if (scroll > 0) {
                     if ($(window).width() >= 980) {
+
                     if ($(window).width() >= 1090) {
 
                         var pushed = $('body').hasClass('pushed');
 
                         var pushed = $('body').hasClass('pushed');
 
                         if (pushed == false) {
 
                         if (pushed == false) {
                             $('#img-logo').css('transition', '.25s ease');
+
                             $('#img-logo').css('transition', '.25s ease')
                            $('#img-logo').css('opacity', '0');
+
                                .css('opacity', '0');
 
                             $('nav ul').removeClass("hover");
 
                             $('nav ul').removeClass("hover");
 
                             $('nav').css('transition', '.5s ease');
 
                             $('nav').css('transition', '.5s ease');
Line 1,247: Line 1,247:
  
 
             function checkWidth() {
 
             function checkWidth() {
                 if ($(window).width() < 980 || $('nav').hasClass('pushed')) {
+
                 if ($(window).width() < 1090 || $('nav').hasClass('pushed')) {
 
                     $('nav li').css('display', 'none');
 
                     $('nav li').css('display', 'none');
                    $('#img-more').css('display', 'block');
 
 
                     $('nav ul').addClass("hover");
 
                     $('nav ul').addClass("hover");
                     $('#img-logo').css('transition', '.35s ease-in');
+
                     $('#img-logo').css('transition', '.35s ease-in')
                    $('#img-logo').css('opacity', '1');
+
                        .css('opacity', '1')
 +
                        .css('display', 'block');
 
                 } else {
 
                 } else {
 
                     $('nav li').css('display', 'inline');
 
                     $('nav li').css('display', 'inline');
Line 1,258: Line 1,258:
 
                     $('nav ul').removeClass("hover");
 
                     $('nav ul').removeClass("hover");
 
                     if ($(window).scrollTop() > 0) {
 
                     if ($(window).scrollTop() > 0) {
                         $('#img-logo').css('transition', '.25s ease');
+
                         $('#img-logo').css('transition', '.25s ease')
                        $('#img-logo').css('opacity', '0');
+
                            .css('opacity', '0');
 
                         $('nav ul').addClass("scrolled");
 
                         $('nav ul').addClass("scrolled");
 
                     }
 
                     }
Line 1,289: Line 1,289:
 
         $('nav img').toggleClass('pushed');
 
         $('nav img').toggleClass('pushed');
 
         $('body').toggleClass('pushed');
 
         $('body').toggleClass('pushed');
         if ($(window).width() >= 980) {
+
         if ($(window).width() >= 1090) {
 
             var pushed = $('body').hasClass('pushed');
 
             var pushed = $('body').hasClass('pushed');
 
             if (pushed == false) {
 
             if (pushed == false) {
Line 1,295: Line 1,295:
 
                 $('#img-more').css('display', 'none');
 
                 $('#img-more').css('display', 'none');
 
                 $('nav ul').removeClass("hover");
 
                 $('nav ul').removeClass("hover");
                $('#img-logo').css('transition', '.25s ease');
 
                $('#img-logo').css('opacity', '0');
 
 
             }
 
             }
 
         }
 
         }
Line 1,305: Line 1,303:
 
         var scroll = $(window).scrollTop();
 
         var scroll = $(window).scrollTop();
 
         if (scroll > 0) {
 
         if (scroll > 0) {
             if ($(window).width() >= 980) {
+
             if ($(window).width() >= 1090) {
 
                 nav.addClass("scrolled");
 
                 nav.addClass("scrolled");
 
                 nav.removeClass("hover");
 
                 nav.removeClass("hover");
                 $('#img-logo').css('transition', '.25s ease');
+
                 $('#img-logo').css('transition', '.25s ease')
                $('#img-logo').css('opacity', '0');
+
                    .css('opacity', '0');
 
             }
 
             }
 
         } else {
 
         } else {
 
             nav.removeClass("scrolled");
 
             nav.removeClass("scrolled");
             $('#img-logo').css('transition', '.35s ease-in');
+
             $('#img-logo').css('transition', '.35s ease-in')
            $('#img-logo').css('opacity', '1');
+
                .css('opacity', '1');
 
         }
 
         }
 
     });
 
     });

Revision as of 02:11, 12 October 2016

</div> </div> About Our Team

Our Team
Training the Next Generation of Synthetic Biologists
Solving major global and local issues under the adivising of faculty and graduate advisors.