testing updated javascript to make the front page action items clickable to open...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:16:19 +0000 (15:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:16:19 +0000 (15:16 -0400)
js/custom.js

index 21b80b9..301df51 100644 (file)
@@ -176,7 +176,7 @@ jQuery(document).ready(function($){
     course_cards.on("click", function(){
         window.location = $(this).data('url');
     })
-    let getting_started = $(".parallax-section:first-child");
+    let getting_started = $(".parallax-section:nth-child(2)");
     let login_section   = getting_started.find(".service-listing").children(".service-list:first-child");
     login_section.addClass("parallax-hover");
     login_section.on("click", function(){