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 water and wastewater treatment projects across Texas municipalities"> | |
| <title>Projects | 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> | |
| .project-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .project-image { | |
| height: 200px; | |
| object-fit: cover; | |
| width: 100%; | |
| } | |
| .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-gray-600 hover:text-primary font-medium px-1 py-4">Manufacturers</a> | |
| <a href="projects.html" class="text-primary font-medium border-b-2 border-primary 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-gray-600 hover:text-primary hover:bg-blue-50">Manufacturers</a> | |
| <a href="projects.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary 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">Featured Projects & Case Studies</h1> | |
| <p class="text-xl md:text-2xl max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">Explore our water and wastewater treatment projects across Texas communities.</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="project-type-filter" class="sr-only">Filter by Project Type</label> | |
| <select id="project-type-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 Project Types</option> | |
| <option value="upgrade">Plant Upgrades</option> | |
| <option value="new-construction">New Construction</option> | |
| <option value="equipment-replacement">Equipment Replacement</option> | |
| <option value="optimization">Process Optimization</option> | |
| </select> | |
| </div> | |
| <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> | |
| </select> | |
| </div> | |
| <div class="w-full md:w-auto"> | |
| <label for="search" class="sr-only">Search Projects</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 projects..." type="search"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Projects 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"> | |
| <!-- Project Card 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden project-card transition duration-300" data-aos="fade-up" data-project-type="upgrade" data-process="aeration"> | |
| <img class="project-image" src="http://static.photos/industry/640x360/2" alt="Austin WWTP Aeration Upgrade"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-secondary">Austin WWTP Aeration Upgrade</h3> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">Upgrade</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">City of Austin, TX | 2022</p> | |
| <p class="text-gray-600 mb-4">Replaced aging surface aerators with energy-efficient fine bubble diffused aeration system, reducing energy costs by 35%.</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">Energy Savings</span> | |
| </div> | |
| <a href="project-detail.html" class="text-primary font-medium flex items-center"> | |
| View Project Details | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Project Card 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden project-card transition duration-300" data-aos="fade-up" data-aos-delay="100" data-project-type="new-construction" data-process="headworks"> | |
| <img class="project-image" src="http://static.photos/industry/640x360/3" alt="San Antonio Headworks Facility"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-secondary">San Antonio Headworks Facility</h3> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">New Construction</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">San Antonio Water System, TX | 2021</p> | |
| <p class="text-gray-600 mb-4">Designed and installed complete headworks facility with mechanical screens, grit removal, and odor control systems.</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">Odor Control</span> | |
| </div> | |
| <a href="project-detail.html" class="text-primary font-medium flex items-center"> | |
| View Project Details | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Project Card 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden project-card transition duration-300" data-aos="fade-up" data-aos-delay="200" data-project-type="equipment-replacement" data-process="disinfection"> | |
| <img class="project-image" src="http://static.photos/industry/640x360/4" alt="Houston UV Disinfection System"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-secondary">Houston UV Disinfection System</h3> | |
| <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">Equipment Replacement</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">City of Houston, TX | 2020</p> | |
| <p class="text-gray-600 mb-4">Replaced chlorine disinfection with UV system to eliminate disinfection byproducts and improve effluent quality.</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> | |
| <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Regulatory Compliance</span> | |
| </div> | |
| <a href="project-detail.html" class="text-primary font-medium flex items-center"> | |
| View Project Details | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </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> |