diff --git a/themes/zuitedesk/css/frontpage.css b/themes/zuitedesk/css/frontpage.css index ffad127..3b32a6c 100644 --- a/themes/zuitedesk/css/frontpage.css +++ b/themes/zuitedesk/css/frontpage.css @@ -225,7 +225,7 @@ -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } -.thumbnail h3, +.thumbnail h3, .thumbnail p { margin: 0; padding: 0; @@ -454,7 +454,7 @@ height: 40px; text-align: center; } -#portfolio-grid .mix { +#features-grid .mix { opacity: 0; display: none; } diff --git a/themes/zuitedesk/images/frontpage/Slider03.png b/themes/zuitedesk/images/frontpage/Slider03.png index a92551a..e227a29 100644 Binary files a/themes/zuitedesk/images/frontpage/Slider03.png and b/themes/zuitedesk/images/frontpage/Slider03.png differ diff --git a/themes/zuitedesk/js/frontapp.js b/themes/zuitedesk/js/frontapp.js index b6b2a35..6b4b8fd 100644 --- a/themes/zuitedesk/js/frontapp.js +++ b/themes/zuitedesk/js/frontapp.js @@ -45,7 +45,7 @@ $jq(document).ready(function ($) { $('#da-slider').cslider(); //Initial mixitup, used for animated filtering portfolio. - $('#portfolio-grid').mixitup({ + $('#features-grid').mixitup({ 'onMixStart': function (config) { $('div.toggleDiv').hide(); } @@ -302,8 +302,8 @@ Sand mail /************************ Animate elements *************************/ - - //Animate thumbnails + + //Animate thumbnails $jq('.thumbnail').one('inview', function (event, visible) { if (visible == true) { $jq(this).addClass("animated fadeInDown"); @@ -320,7 +320,7 @@ Sand mail $jq(this).removeClass("animated fadeInDown"); } }); - + //animate first team member $jq('#first-person').bind('inview', function (event, visible) { if (visible == true) { @@ -329,7 +329,7 @@ Sand mail $jq('#first-person').removeClass("animated pulse"); } }); - + //animate sectond team member $jq('#second-person').bind('inview', function (event, visible) { if (visible == true) { @@ -347,7 +347,7 @@ Sand mail $jq('#third-person').removeClass("animated pulse"); } }); - + //Animate price columns $jq('.price-column, .testimonial').bind('inview', function (event, visible) { if (visible == true) { @@ -356,7 +356,7 @@ Sand mail $jq(this).removeClass("animated fadeInDown"); } }); - + //Animate contact form $jq('#block-cillero_manuel-block-availability').bind('inview', function (event, visible) { if (visible == true) { @@ -417,4 +417,4 @@ function initializeMap() { }); infowindow.open(map, marker); -} \ No newline at end of file +} diff --git a/themes/zuitedesk/templates/page-front.tpl.php b/themes/zuitedesk/templates/page-front.tpl.php index c5279b2..91682da 100644 --- a/themes/zuitedesk/templates/page-front.tpl.php +++ b/themes/zuitedesk/templates/page-front.tpl.php @@ -106,23 +106,35 @@ if ($site_name) print '
@@ -283,7 +295,7 @@ if ($site_name) print ' -