Spaces:
Running
Running
File size: 23,636 Bytes
cd2bf35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 |
<!DOCTYPE html>
<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> |