Various CSS/layout fixes/updates

clean up of various html files

clean up of sass / css files

fix width/height issues with responsive website gallery

update responsive layout issues with website gallery

update max-sizing of input-Area class to 90%

updated broken positioning of footer icons
This commit is contained in:
Scott O'Hara 2013-07-23 22:42:05 -04:00
parent 27bcc479d5
commit 08d1d6e68e
15 changed files with 329 additions and 305 deletions

View file

@ -2,13 +2,6 @@ $(document).ready(function() {
// do scrolly things on scroll
$(window).bind('scroll', function(){
if($(this).scrollTop() > 460) {
$(".header-Nav").addClass('add-Stripe');
}
if($(this).scrollTop() < 460) {
$(".header-Nav").removeClass('add-Stripe');
}
if($(this).scrollTop() > 100) {
$(".hp-Logo").addClass('in-View');
$(".constant-Nav").addClass('in-View');