Difference between revisions of "Team:UMaryland/projects"

Line 469: Line 469:
 
     background-color: #f9f9f9;     
 
     background-color: #f9f9f9;     
 
     border-top: 1px solid #f5f5f5;
 
     border-top: 1px solid #f5f5f5;
    position: absolute;
 
 
     width: 100%;
 
     width: 100%;
 
     height: 100px;
 
     height: 100px;
     margin-top: 50px;
+
top: auto;
 +
bottom: 0px;
 +
     margin-top: auto;
 +
margin-bottom: 0px;
 
     display: block;
 
     display: block;
 
     color: black;
 
     color: black;
Line 635: Line 637:
 
$('nav ul').addClass("scrolled");
 
$('nav ul').addClass("scrolled");
 
}
 
}
}
 
}
 
            function checkBotNav() {
 
if ($(window).width() < 980){
 
                    $('#container').css('display', 'none');
 
                    $('#bot-navResized').css('display', 'block');
 
                    $('#bot-nav').css('height', '110px');
 
} else {
 
                    $('#container').css('display', 'block');
 
                    $('#bot-navResized').css('display', 'none');
 
                    $('#bot-nav').css('height', '75px');
 
 
}
 
}
 
}
 
}
 
// Execute on load
 
// Execute on load
 
     checkWidth();
 
     checkWidth();
            checkBotNav();
 
 
     // Bind event listener
 
     // Bind event listener
 
     $(window).resize(checkWidth);
 
     $(window).resize(checkWidth);
    $(window).resize(checkBotNav);
 
 
});
 
});
 
// Resized nav bar effect when more icon is clicked
 
// Resized nav bar effect when more icon is clicked

Revision as of 20:22, 3 August 2016


</div></div> 2nd Annual Mid-Atlantic Meet-up

Projects

We set out to slow the pace of global warming by sequestering methane in the environment. Along the way we are engineering a DIY -80 C freezer to increase access to synthetic biology.