HIRE A WEB DESIGNER NEAR YOU IN FLORIDA.

Ready to hire a web designer? Our Miami-based web designers are ready to help. Whether you're in Miami, Tampa, Orlando, or anywhere in Florida, reach out to our team of professional web designers to hire for your next project.

Unlock personalized solutions with just one click, send us an email today!

VISIT US

30 N Gould St, Sheridan, WY 82801, USA

EMAIL ADDRESS

hello@logiccascade.us

CALL NOW

+1 (918) 815-1921

Hire a Web Designer - Book Your Free Consultation Now

Schedule a 30-minute meeting with Miami's best web designer team. Our online booking lets you hire a web design expert near you in Florida. Get started on your web design project today.

Copyright © 2024 Logiccascade. All rights reserved.
} function closeMenu() { if (sidenav) sidenav.classList.remove('active-nav'); if (overlay) overlay.classList.remove('active'); document.body.style.overflow = ''; } if (hamburger) { hamburger.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); openMenu(); }); } if (closeBtn) { closeBtn.addEventListener('click', function(e) { closeMenu(); }); } if (overlay) { overlay.addEventListener('click', function() { closeMenu(); }); } // close menu when clicking any nav-link inside mobile menu const mobileLinks = document.querySelectorAll('#mobileSidenav .nav-link, #mobileSidenav .dropdown-item'); mobileLinks.forEach(link => { link.addEventListener('click', function() { closeMenu(); // also collapse dropdown if needed (optional) if($(this).hasClass('dropdown-toggle')) return; }); }); // On window resize > 992, ensure menu is closed and overflow reset window.addEventListener('resize', function() { if (window.innerWidth >= 992) { closeMenu(); } }); // dropdown toggle for mobile (bootstrap collapse handles but we want proper close) $('.dropdown-toggle').on('click', function(e) { if(window.innerWidth < 992) { e.preventDefault(); var target = $(this).attr('data-target'); if(target) $(target).collapse('toggle'); } }); // scroll to top $('.scroll-up').click(function(e) { e.preventDefault(); $('html,body').animate({ scrollTop: 0 }, 500); }); // make navbar links smooth scroll for same page anchors $('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') && location.hostname === this.hostname) { var target = $(this.hash); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top - 70 }, 800); return false; } } }); });