Difference between revisions of "Team:UMaryland/about"

Line 668: Line 668:
 
         right: 15px;
 
         right: 15px;
 
         z-index: 2;
 
         z-index: 2;
         margin-top: -12px;
+
         margin-top: 12px;
 
     }
 
     }
 
     /* Logo when more button is clicked */
 
     /* Logo when more button is clicked */
Line 942: Line 942:
 
<h11>Our Team</h11></br>
 
<h11>Our Team</h11></br>
 
<h21>Training the Next Generation of Synthetic Biologists</h21></br>
 
<h21>Training the Next Generation of Synthetic Biologists</h21></br>
<h31>Solving major global and local issues under the advising of faculty and graduate advisors.</h31></br>
+
<h31>Solving major global and local issues under the adivising of faculty and graduate advisors.</h31></br>
 
</div>
 
</div>
 
</div>
 
</div>
Line 1,044: Line 1,044:
 
                         <img src="https://static.igem.org/mediawiki/2016/e/e6/T--UMaryland--paula.jpeg">
 
                         <img src="https://static.igem.org/mediawiki/2016/e/e6/T--UMaryland--paula.jpeg">
 
                     </div>
 
                     </div>
 
+
<div id="div-chris" class="description">
 +
                        <div class="floatLeft">
 +
                            <h2>Chris Kuffner</h2>
 +
                            <p>Chris Is a sophomore bioengineer who has been lucky enough to grow up surrounded by biotechnology. Before going to UMD, Chris lived in Massachusetts near Kendall Square and had the privilege to start an iGEM team at his own high school. This year, Chris built the DIY ultra low freezer for a cheap way to preserve competent cells, something his high school team did not have. When Chris isn’t working on biotech he is probably skating, eating, or both.</p>
 +
                        </div>
 +
                        <img src="https://static.igem.org/mediawiki/2016/c/c2/T--UMaryland--chris.jpg">
 +
                    </div>
 
                 </div>
 
                 </div>
 
                 <div id="div-studentDetailNav">
 
                 <div id="div-studentDetailNav">
Line 1,201: Line 1,207:
 
     $('nav').mouseover(
 
     $('nav').mouseover(
 
             function() {
 
             function() {
                 $('#img-logo').css('transition', '.35s ease-in')
+
                 $('#img-logo').css('transition', '.35s ease-in');
                    .css('opacity', '1');
+
                $('#img-logo').css('opacity', '1');
 
                 $('nav ul').addClass("hover");
 
                 $('nav ul').addClass("hover");
 
             }
 
             }
Line 1,210: Line 1,216:
 
                 var scroll = $(window).scrollTop();
 
                 var scroll = $(window).scrollTop();
 
                 if (scroll > 0) {
 
                 if (scroll > 0) {
                     if ($(window).width() >= 1090) {
+
                     if ($(window).width() >= 980) {
 
                         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');
                                .css('opacity', '0');
+
                            $('#img-logo').css('opacity', '0');
 
                             $('nav ul').removeClass("hover");
 
                             $('nav ul').removeClass("hover");
 
                             $('nav').css('transition', '.5s ease');
 
                             $('nav').css('transition', '.5s ease');
Line 1,240: Line 1,246:
  
 
             function checkWidth() {
 
             function checkWidth() {
                 if ($(window).width() < 1090 || $('nav').hasClass('pushed')) {
+
                 if ($(window).width() < 980 || $('nav').hasClass('pushed')) {
 
                     $('nav li').css('display', 'none');
 
                     $('nav li').css('display', 'none');
 
                     $('#img-more').css('display', 'block');
 
                     $('#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');
                        .css('opacity', '1');
+
                    $('#img-logo').css('opacity', '1');
 
                 } else {
 
                 } else {
 
                     $('nav li').css('display', 'inline');
 
                     $('nav li').css('display', 'inline');
Line 1,251: Line 1,257:
 
                     $('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');
                            .css('opacity', '0');
+
                        $('#img-logo').css('opacity', '0');
 
                         $('nav ul').addClass("scrolled");
 
                         $('nav ul').addClass("scrolled");
 
                     }
 
                     }
Line 1,282: Line 1,288:
 
         $('nav img').toggleClass('pushed');
 
         $('nav img').toggleClass('pushed');
 
         $('body').toggleClass('pushed');
 
         $('body').toggleClass('pushed');
         if ($(window).width() >= 1090) {
+
         if ($(window).width() >= 980) {
 
             var pushed = $('body').hasClass('pushed');
 
             var pushed = $('body').hasClass('pushed');
 
             if (pushed == false) {
 
             if (pushed == false) {
Line 1,288: Line 1,294:
 
                 $('#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,296: Line 1,304:
 
         var scroll = $(window).scrollTop();
 
         var scroll = $(window).scrollTop();
 
         if (scroll > 0) {
 
         if (scroll > 0) {
             if ($(window).width() >= 1090) {
+
             if ($(window).width() >= 980) {
 
                 nav.addClass("scrolled");
 
                 nav.addClass("scrolled");
 
                 nav.removeClass("hover");
 
                 nav.removeClass("hover");
                 $('#img-logo').css('transition', '.25s ease')
+
                 $('#img-logo').css('transition', '.25s ease');
                    .css('opacity', '0');
+
                $('#img-logo').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');
                .css('opacity', '1');
+
            $('#img-logo').css('opacity', '1');
 
         }
 
         }
 
     });
 
     });
Line 1,362: Line 1,370:
 
     //$('#top_menu_14').css('display', 'none');
 
     //$('#top_menu_14').css('display', 'none');
 
     $('#top_menu_under').css('display', 'none');
 
     $('#top_menu_under').css('display', 'none');
     $('#content').removeClass('mw-body')
+
     $('#content').removeClass('mw-body');
        .attr('role', 'dummy2')
+
    $('#content').attr('role', 'dummy2')
        .attr('id', 'dummy');
+
    $('#content').attr('id', 'dummy')
 
     $('#HQ_page').attr("id", "iGEM"); //voids all dumb CSS iGEM HQ wrote which overrides our code
 
     $('#HQ_page').attr("id", "iGEM"); //voids all dumb CSS iGEM HQ wrote which overrides our code
 
     $('#mw-content-text').attr("id", "overruled").removeClass('mw-content-ltr');
 
     $('#mw-content-text').attr("id", "overruled").removeClass('mw-content-ltr');

Revision as of 03:30, 11 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.