Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="Vision Equipment's manufacturer partners for water and wastewater treatment solutions in Texas"> | |
| <title>Manufacturers | Vision Equipment</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#0066CC', | |
| secondary: '#003366', | |
| accent: '#00A0E9', | |
| dark: '#1A2930', | |
| light: '#F5F7FA' | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .manufacturer-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .baba-badge { | |
| position: absolute; | |
| top: -10px; | |
| right: -10px; | |
| } | |
| .bg-primary { | |
| background: #0066CC; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800 bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-20"> | |
| <div class="flex items-center"> | |
| <a href="index.html" class="flex-shrink-0 flex items-center"> | |
| <img class="h-10 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo"> | |
| <span class="ml-3 text-xl font-bold text-primary">Vision Equipment</span> | |
| </a> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="index.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Home</a> | |
| <a href="manufacturers.html" class="text-primary font-medium border-b-2 border-primary px-1 py-4">Manufacturers</a> | |
| <a href="projects.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Projects</a> | |
| <a href="blog.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Blog</a> | |
| <a href="contact.html" class="bg-primary text-white px-4 py-2 rounded-md font-medium hover:bg-secondary transition duration-300">Contact Us</a> | |
| </div> | |
| <div class="-mr-2 flex items-center md:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-600 hover:text-primary focus:outline-none" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="hidden md:hidden" id="mobile-menu"> | |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white shadow-lg"> | |
| <a href="index.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Home</a> | |
| <a href="manufacturers.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary bg-blue-50">Manufacturers</a> | |
| <a href="projects.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Projects</a> | |
| <a href="blog.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-primary hover:bg-blue-50">Blog</a> | |
| <a href="contact.html" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-primary hover:bg-secondary text-center">Contact Us</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Page Header --> | |
| <div class="bg-primary text-white py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4" data-aos="fade-up">Our Manufacturer Partners</h1> | |
| <p class="text-xl md:text-2xl max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">We represent industry-leading manufacturers to provide comprehensive solutions for Texas municipalities.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Filter Controls --> | |
| <div class="bg-white py-8 shadow-sm"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="w-full md:w-auto mb-4 md:mb-0"> | |
| <label for="process-filter" class="sr-only">Filter by Process Area</label> | |
| <select id="process-filter" class="block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-primary focus:border-primary rounded-md"> | |
| <option value="all">All Process Areas</option> | |
| <option value="headworks">Headworks</option> | |
| <option value="aeration">Aeration</option> | |
| <option value="clarification">Clarification</option> | |
| <option value="solids">Solids Handling</option> | |
| <option value="disinfection">Disinfection</option> | |
| <option value="controls">Controls & Instrumentation</option> | |
| </select> | |
| </div> | |
| <div class="w-full md:w-auto"> | |
| <label for="search" class="sr-only">Search Manufacturers</label> | |
| <div class="relative"> | |
| <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> | |
| <i data-feather="search" class="h-5 w-5 text-gray-400"></i> | |
| </div> | |
| <input id="search" name="search" class="block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:placeholder-gray-400 focus:ring-1 focus:ring-primary focus:border-primary" placeholder="Search manufacturers..." type="search"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturers Grid --> | |
| <div class="bg-gray-50 py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Manufacturer Card 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-process="headworks aeration"> | |
| <div class="baba-badge"> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">BABA</span> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/1" alt="AquaTech Solutions"> | |
| <h3 class="text-xl font-bold text-secondary">AquaTech Solutions</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Specializing in advanced screening and grit removal systems for headworks applications, with energy-efficient designs.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Headworks</span> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Aeration</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://aquatechsolutions.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturer Card 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-aos-delay="100" data-process="aeration controls"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/2" alt="AeroBlast Systems"> | |
| <h3 class="text-xl font-bold text-secondary">AeroBlast Systems</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Innovative diffused aeration systems and blowers with integrated controls for optimal oxygen transfer efficiency.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Aeration</span> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Controls</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://aeroblast.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturer Card 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-aos-delay="200" data-process="clarification solids"> | |
| <div class="baba-badge"> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">BABA</span> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/3" alt="ClariPure Technologies"> | |
| <h3 class="text-xl font-bold text-secondary">ClariPure Technologies</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">High-efficiency clarification systems and sludge handling equipment for municipal wastewater treatment plants.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Clarification</span> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Solids Handling</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://claripure.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturer Card 4 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-process="disinfection"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/4" alt="UVGuard Systems"> | |
| <h3 class="text-xl font-bold text-secondary">UVGuard Systems</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Advanced UV disinfection systems with smart monitoring for reliable pathogen inactivation in wastewater effluent.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Disinfection</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://uvguard.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturer Card 5 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-aos-delay="100" data-process="controls optimization"> | |
| <div class="baba-badge"> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">BABA</span> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/5" alt="OptiFlow Controls"> | |
| <h3 class="text-xl font-bold text-secondary">OptiFlow Controls</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">SCADA systems and process control solutions designed specifically for water and wastewater treatment optimization.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Controls</span> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Optimization</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://optiflow.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Manufacturer Card 6 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-aos-delay="200" data-process="solids"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/6" alt="Biosolid Solutions"> | |
| <h3 class="text-xl font-bold text-secondary">Biosolid Solutions</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Comprehensive sludge dewatering and drying systems for efficient solids handling and disposal.</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Solids Handling</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="text-primary font-medium flex items-center"> | |
| Learn more | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| <a href="https://biosolidsolutions.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300"> | |
| <i data-feather="external-link" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Pagination --> | |
| <div class="mt-12 flex items-center justify-between border-t border-gray-200 pt-6"> | |
| <div class="flex-1 flex justify-between sm:hidden"> | |
| <a href="#" class="relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50"> | |
| Previous | |
| </a> | |
| <a href="#" class="ml-3 relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50"> | |
| Next | |
| </a> | |
| </div> | |
| <div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between"> | |
| <div> | |
| <p class="text-sm text-gray-700"> | |
| Showing <span class="font-medium">1</span> to <span class="font-medium">6</span> of <span class="font-medium">24</span> manufacturers | |
| </p> | |
| </div> | |
| <div> | |
| <nav class="relative z-0 inline-flex rounded-md shadow-sm -space-x-px" aria-label="Pagination"> | |
| <a href="#" class="relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50"> | |
| <span class="sr-only">Previous</span> | |
| <i data-feather="chevron-left" class="h-5 w-5"></i> | |
| </a> | |
| <a href="#" aria-current="page" class="z-10 bg-primary border-primary text-white relative inline-flex items-center px-4 py-2 border text-sm font-medium"> | |
| 1 | |
| </a> | |
| <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium"> | |
| 2 | |
| </a> | |
| <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium"> | |
| 3 | |
| </a> | |
| <span class="relative inline-flex items-center px-4 py-2 border border-gray-300 bg-white text-sm font-medium text-gray-700"> | |
| ... | |
| </span> | |
| <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium"> | |
| 8 | |
| </a> | |
| <a href="#" class="relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50"> | |
| <span class="sr-only">Next</span> | |
| <i data-feather="chevron-right" class="h-5 w-5"></i> | |
| </a> | |
| </nav> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="bg-secondary text-white py-16"> | |
| <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Need Help Selecting Equipment?</h2> | |
| <p class="text-xl mb-8" data-aos="fade-up" data-aos-delay="100">Our Texas-based team has the expertise to help you evaluate manufacturers and select the right solutions for your specific needs.</p> | |
| <div data-aos="fade-up" data-aos-delay="200"> | |
| <a href="contact.html" class="inline-flex items-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-secondary bg-white hover:bg-gray-100 transition duration-300"> | |
| Contact Our Team | |
| <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white pt-16 pb-8"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Our Team</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">News</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Solutions</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Headworks</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aeration</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Clarification</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Disinfection</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li> | |
| <li><a href="projects.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">White Papers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Contact</h3> | |
| <address class="not-italic text-gray-400"> | |
| <p class="mb-2">123 Industrial Way</p> | |
| <p class="mb-2">Houston, TX 77001</p> | |
| <p class="mb-2">Phone: (800) 555-1234</p> | |
| <p class="mb-4">Email: info@visionequipment.com</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| </div> | |
| </address> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center mb-4 md:mb-0"> | |
| <img class="h-8 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo"> | |
| <span class="ml-3 text-xl font-bold">Vision Equipment</span> | |
| </div> | |
| <div class="text-gray-400 text-sm"> | |
| <p>© 2023 Vision Equipment. All rights reserved. <a href="privacy.html" class="hover:text-white transition duration-300">Privacy Policy</a></p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| if (menu.classList.contains('hidden')) { | |
| menu.classList.remove('hidden'); | |
| feather.replace(); | |
| } else { | |
| menu.classList.add('hidden'); | |
| } | |
| }); | |
| // Initialize animations | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Filter functionality | |
| document.getElementById('process-filter').addEventListener('change', function() { | |
| const selectedProcess = this.value; | |
| const manufacturerCards = document.querySelectorAll('.manufacturer-card'); | |
| manufacturerCards.forEach(card => { | |
| if (selectedProcess === 'all' || card.dataset.process.includes(selectedProcess)) { | |
| card.style.display = 'block'; | |
| } else { | |
| card.style.display = 'none'; | |
| } | |
| }); | |
| }); | |
| // Search functionality | |
| document.getElementById('search').addEventListener('input', function() { | |
| const searchTerm = this.value.toLowerCase(); | |
| const manufacturerCards = document.querySelectorAll('.manufacturer-card'); | |
| manufacturerCards.forEach(card => { | |
| const manufacturerName = card.querySelector('h3').textContent.toLowerCase(); | |
| const manufacturerDesc = card.querySelector('p').textContent.toLowerCase(); | |
| if (manufacturerName.includes(searchTerm) || manufacturerDesc.includes(searchTerm)) { | |
| card.style.display = 'block'; | |
| } else { | |
| card.style.display = 'none'; | |
| } | |
| }); | |
| }); | |
| // Feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |