/******/ (function() { // webpackBootstrap var __webpack_exports__ = {}; /*!************************************************!*\ !*** ./resources/js/pages/ico-landing.init.js ***! \************************************************/ /* Template Name: Skote - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: ico landing Init Js File */ // Sticky nav $(window).scroll(function () { var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".sticky").addClass("nav-sticky"); } else { $(".sticky").removeClass("nav-sticky"); } }); // Countdown $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $(this).html(event.strftime('' + '
%D Days
' + '
%H Hours
' + '
%M Minutes
' + '
%S Seconds
')); }); }); // Clients carousel $('#clients-carousel, #team-carousel').owlCarousel({ items: 1, loop: false, margin: 24, nav: false, dots: false, responsive: { 576: { items: 2 }, 768: { items: 3 }, 992: { items: 4 } } }); // Timeline carousel $('#timeline-carousel').owlCarousel({ items: 1, loop: false, margin: 0, nav: true, navText: ["", ""], dots: false, responsive: { 576: { items: 2 }, 768: { items: 3 }, 992: { items: 4 } } }); /******/ })() ;