a2y-b6t commited on
Commit
cd2bf35
·
verified ·
1 Parent(s): c3a9e98

add a new "About" page.

Browse files

Suggested H2 Structure:
- H2: Proven Process Solutions for Texas Water & Wastewater
- H2: Our Story
- H2: Our Approach
- H2: Partners Who Invented Their Markets
- H2: Our Values
- H2: Meet the Team
- H2: Trusted by Texas Municipalities Since 2003 - Initial Deployment

Files changed (5) hide show
  1. README.md +7 -5
  2. index.html +417 -18
  3. manufacturers.html +456 -0
  4. projects.html +558 -0
  5. prompts.txt +63 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ve Testing
3
- emoji: 🐨
4
- colorFrom: green
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: ve-testing
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,418 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta name="description" content="Vision Equipment - Trusted manufacturer's representative for municipal water and wastewater solutions in Texas for 25 years">
7
+ <title>Vision Equipment | Texas Water & Wastewater Solutions</title>
8
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
11
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
13
+ <script src="https://unpkg.com/feather-icons"></script>
14
+ <script>
15
+ tailwind.config = {
16
+ theme: {
17
+ extend: {
18
+ colors: {
19
+ primary: '#0066CC',
20
+ secondary: '#003366',
21
+ accent: '#00A0E9',
22
+ dark: '#1A2930',
23
+ light: '#F5F7FA'
24
+ }
25
+ }
26
+ }
27
+ }
28
+ </script>
29
+ <style>
30
+ .hero-gradient {
31
+ background: linear-gradient(135deg, rgba(0,102,204,0.9) 0%, rgba(0,51,102,0.9) 100%);
32
+ }
33
+ .water-wave {
34
+ position: absolute;
35
+ bottom: 0;
36
+ left: 0;
37
+ width: 100%;
38
+ overflow: hidden;
39
+ line-height: 0;
40
+ }
41
+ .water-wave svg {
42
+ position: relative;
43
+ display: block;
44
+ width: calc(100% + 1.3px);
45
+ height: 100px;
46
+ }
47
+ .water-wave .shape-fill {
48
+ fill: #F5F7FA;
49
+ }
50
+ .bg-primary {
51
+ background: #0066CC;
52
+ }
53
+ </style>
54
+ </head>
55
+ <body class="font-sans antialiased text-gray-800 bg-gray-50">
56
+ <!-- Navigation -->
57
+ <nav class="bg-white shadow-md sticky top-0 z-50">
58
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
59
+ <div class="flex justify-between h-20">
60
+ <div class="flex items-center">
61
+ <a href="index.html" class="flex-shrink-0 flex items-center">
62
+ <img class="h-10 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
63
+ <span class="ml-3 text-xl font-bold text-primary">Vision Equipment</span>
64
+ </a>
65
+ </div>
66
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
67
+ <a href="index.html" class="text-primary font-medium border-b-2 border-primary px-1 py-4">Home</a>
68
+ <a href="manufacturers.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Manufacturers</a>
69
+ <a href="projects.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Projects</a>
70
+ <a href="blog.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Blog</a>
71
+ <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>
72
+ </div>
73
+ <div class="-mr-2 flex items-center md:hidden">
74
+ <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">
75
+ <i data-feather="menu"></i>
76
+ </button>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ <!-- Mobile menu -->
81
+ <div class="hidden md:hidden" id="mobile-menu">
82
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white shadow-lg">
83
+ <a href="index.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary bg-blue-50">Home</a>
84
+ <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>
85
+ <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>
86
+ <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>
87
+ <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>
88
+ </div>
89
+ </div>
90
+ </nav>
91
+
92
+ <!-- Hero Section -->
93
+ <div class="relative hero-gradient text-white">
94
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32">
95
+ <div class="text-center" data-aos="fade-up">
96
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Trusted Water & Wastewater Solutions for Texas Municipalities</h1>
97
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">For 25 years, Vision Equipment has partnered with Texas utilities to deliver reliable, cost-effective treatment solutions from leading manufacturers.</p>
98
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
99
+ <a href="contact.html" class="bg-white text-primary px-8 py-3 rounded-md font-bold hover:bg-gray-100 transition duration-300 text-center">Contact a Rep</a>
100
+ <a href="manufacturers.html" class="bg-transparent border-2 border-white px-8 py-3 rounded-md font-bold hover:bg-white hover:text-primary transition duration-300 text-center">Explore Manufacturers</a>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div class="water-wave">
105
+ <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
106
+ <path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
107
+ <path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
108
+ <path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
109
+ </svg>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Trust Indicators -->
114
+ <div class="bg-white py-12">
115
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
116
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
117
+ <div class="p-4" data-aos="fade-up" data-aos-delay="100">
118
+ <div class="text-4xl font-bold text-primary mb-2">25+</div>
119
+ <div class="text-gray-600">Years in Business</div>
120
+ </div>
121
+ <div class="p-4" data-aos="fade-up" data-aos-delay="200">
122
+ <div class="text-4xl font-bold text-primary mb-2">50+</div>
123
+ <div class="text-gray-600">Manufacturer Partners</div>
124
+ </div>
125
+ <div class="p-4" data-aos="fade-up" data-aos-delay="300">
126
+ <div class="text-4xl font-bold text-primary mb-2">100+</div>
127
+ <div class="text-gray-600">Texas Municipalities Served</div>
128
+ </div>
129
+ <div class="p-4" data-aos="fade-up" data-aos-delay="400">
130
+ <div class="text-4xl font-bold text-primary mb-2">BABA</div>
131
+ <div class="text-gray-600">Compliant Solutions</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Solutions Section -->
138
+ <div class="bg-gray-50 py-16">
139
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
140
+ <div class="text-center mb-12" data-aos="fade-up">
141
+ <h2 class="text-3xl font-bold text-secondary mb-4">Water & Wastewater Treatment Solutions</h2>
142
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">We represent leading manufacturers across all key process areas to deliver comprehensive treatment solutions.</p>
143
+ </div>
144
+ <div class="grid md:grid-cols-3 gap-8">
145
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100">
146
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/1" alt="Headworks">
147
+ <div class="p-6">
148
+ <h3 class="text-xl font-bold text-secondary mb-3">Headworks</h3>
149
+ <p class="text-gray-600 mb-4">Screening, grit removal, and preliminary treatment solutions to protect downstream processes.</p>
150
+ <a href="#" class="text-primary font-medium flex items-center">
151
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
152
+ </a>
153
+ </div>
154
+ </div>
155
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200">
156
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/2" alt="Aeration">
157
+ <div class="p-6">
158
+ <h3 class="text-xl font-bold text-secondary mb-3">Aeration</h3>
159
+ <p class="text-gray-600 mb-4">Energy-efficient diffused aeration systems and blowers for biological treatment.</p>
160
+ <a href="#" class="text-primary font-medium flex items-center">
161
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
162
+ </a>
163
+ </div>
164
+ </div>
165
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="300">
166
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/3" alt="Disinfection">
167
+ <div class="p-6">
168
+ <h3 class="text-xl font-bold text-secondary mb-3">Disinfection</h3>
169
+ <p class="text-gray-600 mb-4">UV, chlorine, and alternative disinfection systems for regulatory compliance.</p>
170
+ <a href="#" class="text-primary font-medium flex items-center">
171
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
172
+ </a>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ <div class="text-center mt-10" data-aos="fade-up">
177
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300">
178
+ View All Process Areas
179
+ <i data-feather="chevron-down" class="ml-2 w-5 h-5"></i>
180
+ </a>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Featured Manufacturers -->
186
+ <div class="bg-white py-16">
187
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
188
+ <div class="text-center mb-12" data-aos="fade-up">
189
+ <h2 class="text-3xl font-bold text-secondary mb-4">Featured Manufacturers</h2>
190
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">We partner with industry-leading manufacturers to bring you the best solutions for your treatment challenges.</p>
191
+ </div>
192
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6">
193
+ <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="100">
194
+ <img src="http://static.photos/technology/320x240/1" alt="Manufacturer 1" class="max-h-16 max-w-full">
195
+ </div>
196
+ <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="200">
197
+ <img src="http://static.photos/technology/320x240/2" alt="Manufacturer 2" class="max-h-16 max-w-full">
198
+ </div>
199
+ <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="300">
200
+ <img src="http://static.photos/technology/320x240/3" alt="Manufacturer 3" class="max-h-16 max-w-full">
201
+ </div>
202
+ <div class="bg-gray-50 p-6 rounded-lg flex items-center justify-center h-32" data-aos="fade-up" data-aos-delay="400">
203
+ <img src="http://static.photos/technology/320x240/4" alt="Manufacturer 4" class="max-h-16 max-w-full">
204
+ </div>
205
+ </div>
206
+ <div class="text-center mt-10" data-aos="fade-up">
207
+ <a href="manufacturers.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300">
208
+ View All Manufacturers
209
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
210
+ </a>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Case Study Highlight -->
216
+ <div class="bg-primary text-white py-16 relative overflow-hidden">
217
+ <div class="absolute inset-0 opacity-10">
218
+ <svg class="w-full h-full" viewBox="0 0 100 100" preserveAspectRatio="none">
219
+ <path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
223
+ <div class="grid md:grid-cols-2 gap-12 items-center">
224
+ <div data-aos="fade-right">
225
+ <h2 class="text-3xl font-bold mb-6">City of Austin WWTP Upgrade</h2>
226
+ <p class="text-lg mb-6">Vision Equipment partnered with the City of Austin to upgrade their aging aeration system, reducing energy costs by 35% while maintaining effluent quality.</p>
227
+ <div class="space-y-4 mb-8">
228
+ <div class="flex items-start">
229
+ <div class="flex-shrink-0 mt-1">
230
+ <i data-feather="check-circle" class="w-5 h-5 text-accent"></i>
231
+ </div>
232
+ <p class="ml-3 text-gray-100">$1.2M annual energy savings</p>
233
+ </div>
234
+ <div class="flex items-start">
235
+ <div class="flex-shrink-0 mt-1">
236
+ <i data-feather="check-circle" class="w-5 h-5 text-accent"></i>
237
+ </div>
238
+ <p class="ml-3 text-gray-100">BABA-compliant equipment</p>
239
+ </div>
240
+ <div class="flex items-start">
241
+ <div class="flex-shrink-0 mt-1">
242
+ <i data-feather="check-circle" class="w-5 h-5 text-accent"></i>
243
+ </div>
244
+ <p class="ml-3 text-gray-100">Completed 2 weeks ahead of schedule</p>
245
+ </div>
246
+ </div>
247
+ <a href="projects.html" class="inline-flex items-center px-6 py-3 border border-white text-base font-medium rounded-md text-white hover:bg-white hover:text-primary transition duration-300">
248
+ View Project Details
249
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
250
+ </a>
251
+ </div>
252
+ <div class="relative" data-aos="fade-left">
253
+ <img class="w-full rounded-lg shadow-xl" src="http://static.photos/industry/640x360/1" alt="Austin WWTP">
254
+ <div class="absolute -bottom-4 -right-4 bg-accent p-4 rounded-lg shadow-lg">
255
+ <div class="text-2xl font-bold">35%</div>
256
+ <div class="text-sm">Energy Reduction</div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Blog Highlights -->
264
+ <div class="bg-gray-50 py-16">
265
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
266
+ <div class="text-center mb-12" data-aos="fade-up">
267
+ <h2 class="text-3xl font-bold text-secondary mb-4">Latest Insights</h2>
268
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">Technical articles and case studies for water and wastewater professionals.</p>
269
+ </div>
270
+ <div class="grid md:grid-cols-3 gap-8">
271
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100">
272
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/4" alt="Blog Post 1">
273
+ <div class="p-6">
274
+ <div class="text-sm text-primary font-medium mb-2">Aeration</div>
275
+ <h3 class="text-xl font-bold text-secondary mb-3">Optimizing Blower Systems for Energy Efficiency</h3>
276
+ <p class="text-gray-600 mb-4">Learn how to reduce energy costs by up to 40% with modern aeration control strategies.</p>
277
+ <a href="#" class="text-primary font-medium flex items-center">
278
+ Read Article
279
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
280
+ </a>
281
+ </div>
282
+ </div>
283
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200">
284
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/5" alt="Blog Post 2">
285
+ <div class="p-6">
286
+ <div class="text-sm text-primary font-medium mb-2">Disinfection</div>
287
+ <h3 class="text-xl font-bold text-secondary mb-3">UV vs. Chlorine: Choosing the Right Disinfection System</h3>
288
+ <p class="text-gray-600 mb-4">Comparative analysis of disinfection technologies for municipal wastewater treatment.</p>
289
+ <a href="#" class="text-primary font-medium flex items-center">
290
+ Read Article
291
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
292
+ </a>
293
+ </div>
294
+ </div>
295
+ <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="300">
296
+ <img class="w-full h-48 object-cover" src="http://static.photos/water/640x360/6" alt="Blog Post 3">
297
+ <div class="p-6">
298
+ <div class="text-sm text-primary font-medium mb-2">Regulations</div>
299
+ <h3 class="text-xl font-bold text-secondary mb-3">Navigating BABA Compliance for Water Infrastructure Projects</h3>
300
+ <p class="text-gray-600 mb-4">Essential guide to meeting Build America, Buy America requirements for funding.</p>
301
+ <a href="#" class="text-primary font-medium flex items-center">
302
+ Read Article
303
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
304
+ </a>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ <div class="text-center mt-10" data-aos="fade-up">
309
+ <a href="blog.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-secondary transition duration-300">
310
+ View All Articles
311
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
312
+ </a>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- CTA Section -->
318
+ <div class="bg-secondary text-white py-16">
319
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
320
+ <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Ready to Upgrade Your Treatment System?</h2>
321
+ <p class="text-xl mb-8" data-aos="fade-up" data-aos-delay="100">Our Texas-based team of experts is ready to help you evaluate solutions and connect you with the right manufacturers for your project.</p>
322
+ <div class="flex flex-col sm:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200">
323
+ <a href="contact.html" class="bg-white text-secondary px-8 py-3 rounded-md font-bold hover:bg-gray-100 transition duration-300 text-center">Contact a Rep</a>
324
+ <a href="tel:+18005551234" class="bg-transparent border-2 border-white px-8 py-3 rounded-md font-bold hover:bg-white hover:text-secondary transition duration-300 text-center flex items-center justify-center">
325
+ <i data-feather="phone" class="mr-2 w-5 h-5"></i> (800) 555-1234
326
+ </a>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Footer -->
332
+ <footer class="bg-dark text-white pt-16 pb-8">
333
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
334
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
335
+ <div>
336
+ <h3 class="text-lg font-bold mb-4">Company</h3>
337
+ <ul class="space-y-2">
338
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
339
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Our Team</a></li>
340
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
341
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">News</a></li>
342
+ </ul>
343
+ </div>
344
+ <div>
345
+ <h3 class="text-lg font-bold mb-4">Solutions</h3>
346
+ <ul class="space-y-2">
347
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Headworks</a></li>
348
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aeration</a></li>
349
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Clarification</a></li>
350
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Disinfection</a></li>
351
+ </ul>
352
+ </div>
353
+ <div>
354
+ <h3 class="text-lg font-bold mb-4">Resources</h3>
355
+ <ul class="space-y-2">
356
+ <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
357
+ <li><a href="projects.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</a></li>
358
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">White Papers</a></li>
359
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li>
360
+ </ul>
361
+ </div>
362
+ <div>
363
+ <h3 class="text-lg font-bold mb-4">Contact</h3>
364
+ <address class="not-italic text-gray-400">
365
+ <p class="mb-2">123 Industrial Way</p>
366
+ <p class="mb-2">Houston, TX 77001</p>
367
+ <p class="mb-2">Phone: (800) 555-1234</p>
368
+ <p class="mb-4">Email: info@visionequipment.com</p>
369
+ <div class="flex space-x-4">
370
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
371
+ <i data-feather="linkedin"></i>
372
+ </a>
373
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
374
+ <i data-feather="twitter"></i>
375
+ </a>
376
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
377
+ <i data-feather="facebook"></i>
378
+ </a>
379
+ </div>
380
+ </address>
381
+ </div>
382
+ </div>
383
+ <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
384
+ <div class="flex items-center mb-4 md:mb-0">
385
+ <img class="h-8 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
386
+ <span class="ml-3 text-xl font-bold">Vision Equipment</span>
387
+ </div>
388
+ <div class="text-gray-400 text-sm">
389
+ <p>&copy; 2023 Vision Equipment. All rights reserved. <a href="privacy.html" class="hover:text-white transition duration-300">Privacy Policy</a></p>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ </footer>
394
+
395
+ <script>
396
+ // Mobile menu toggle
397
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
398
+ const menu = document.getElementById('mobile-menu');
399
+ if (menu.classList.contains('hidden')) {
400
+ menu.classList.remove('hidden');
401
+ feather.replace();
402
+ } else {
403
+ menu.classList.add('hidden');
404
+ }
405
+ });
406
+
407
+ // Initialize animations
408
+ AOS.init({
409
+ duration: 800,
410
+ easing: 'ease-in-out',
411
+ once: true
412
+ });
413
+
414
+ // Feather icons
415
+ feather.replace();
416
+ </script>
417
+ </body>
418
  </html>
manufacturers.html ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta name="description" content="Vision Equipment's manufacturer partners for water and wastewater treatment solutions in Texas">
7
+ <title>Manufacturers | Vision Equipment</title>
8
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script>
11
+ tailwind.config = {
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: '#0066CC',
16
+ secondary: '#003366',
17
+ accent: '#00A0E9',
18
+ dark: '#1A2930',
19
+ light: '#F5F7FA'
20
+ }
21
+ }
22
+ }
23
+ }
24
+ </script>
25
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
26
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
27
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
28
+ <script src="https://unpkg.com/feather-icons"></script>
29
+ <style>
30
+ .manufacturer-card:hover {
31
+ transform: translateY(-5px);
32
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
33
+ }
34
+ .baba-badge {
35
+ position: absolute;
36
+ top: -10px;
37
+ right: -10px;
38
+ }
39
+ .bg-primary {
40
+ background: #0066CC;
41
+ }
42
+ </style>
43
+ </head>
44
+ <body class="font-sans antialiased text-gray-800 bg-gray-50">
45
+ <!-- Navigation -->
46
+ <nav class="bg-white shadow-md sticky top-0 z-50">
47
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
48
+ <div class="flex justify-between h-20">
49
+ <div class="flex items-center">
50
+ <a href="index.html" class="flex-shrink-0 flex items-center">
51
+ <img class="h-10 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
52
+ <span class="ml-3 text-xl font-bold text-primary">Vision Equipment</span>
53
+ </a>
54
+ </div>
55
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
56
+ <a href="index.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Home</a>
57
+ <a href="manufacturers.html" class="text-primary font-medium border-b-2 border-primary px-1 py-4">Manufacturers</a>
58
+ <a href="projects.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Projects</a>
59
+ <a href="blog.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Blog</a>
60
+ <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>
61
+ </div>
62
+ <div class="-mr-2 flex items-center md:hidden">
63
+ <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">
64
+ <i data-feather="menu"></i>
65
+ </button>
66
+ </div>
67
+ </div>
68
+ </div>
69
+ <!-- Mobile menu -->
70
+ <div class="hidden md:hidden" id="mobile-menu">
71
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white shadow-lg">
72
+ <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>
73
+ <a href="manufacturers.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary bg-blue-50">Manufacturers</a>
74
+ <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>
75
+ <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>
76
+ <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>
77
+ </div>
78
+ </div>
79
+ </nav>
80
+
81
+ <!-- Page Header -->
82
+ <div class="bg-primary text-white py-16">
83
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
84
+ <div class="text-center">
85
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4" data-aos="fade-up">Our Manufacturer Partners</h1>
86
+ <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>
87
+ </div>
88
+ </div>
89
+ </div>
90
+
91
+ <!-- Filter Controls -->
92
+ <div class="bg-white py-8 shadow-sm">
93
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
94
+ <div class="flex flex-col md:flex-row justify-between items-center">
95
+ <div class="w-full md:w-auto mb-4 md:mb-0">
96
+ <label for="process-filter" class="sr-only">Filter by Process Area</label>
97
+ <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">
98
+ <option value="all">All Process Areas</option>
99
+ <option value="headworks">Headworks</option>
100
+ <option value="aeration">Aeration</option>
101
+ <option value="clarification">Clarification</option>
102
+ <option value="solids">Solids Handling</option>
103
+ <option value="disinfection">Disinfection</option>
104
+ <option value="controls">Controls & Instrumentation</option>
105
+ </select>
106
+ </div>
107
+ <div class="w-full md:w-auto">
108
+ <label for="search" class="sr-only">Search Manufacturers</label>
109
+ <div class="relative">
110
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
111
+ <i data-feather="search" class="h-5 w-5 text-gray-400"></i>
112
+ </div>
113
+ <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">
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Manufacturers Grid -->
121
+ <div class="bg-gray-50 py-16">
122
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
123
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
124
+ <!-- Manufacturer Card 1 -->
125
+ <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-process="headworks aeration">
126
+ <div class="baba-badge">
127
+ <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>
128
+ </div>
129
+ <div class="p-6">
130
+ <div class="flex items-center mb-4">
131
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/1" alt="AquaTech Solutions">
132
+ <h3 class="text-xl font-bold text-secondary">AquaTech Solutions</h3>
133
+ </div>
134
+ <p class="text-gray-600 mb-4">Specializing in advanced screening and grit removal systems for headworks applications, with energy-efficient designs.</p>
135
+ <div class="flex flex-wrap gap-2 mb-4">
136
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Headworks</span>
137
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Aeration</span>
138
+ </div>
139
+ <div class="flex justify-between items-center">
140
+ <a href="#" class="text-primary font-medium flex items-center">
141
+ Learn more
142
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
143
+ </a>
144
+ <a href="https://aquatechsolutions.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
145
+ <i data-feather="external-link" class="w-5 h-5"></i>
146
+ </a>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Manufacturer Card 2 -->
152
+ <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">
153
+ <div class="p-6">
154
+ <div class="flex items-center mb-4">
155
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/2" alt="AeroBlast Systems">
156
+ <h3 class="text-xl font-bold text-secondary">AeroBlast Systems</h3>
157
+ </div>
158
+ <p class="text-gray-600 mb-4">Innovative diffused aeration systems and blowers with integrated controls for optimal oxygen transfer efficiency.</p>
159
+ <div class="flex flex-wrap gap-2 mb-4">
160
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Aeration</span>
161
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Controls</span>
162
+ </div>
163
+ <div class="flex justify-between items-center">
164
+ <a href="#" class="text-primary font-medium flex items-center">
165
+ Learn more
166
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
167
+ </a>
168
+ <a href="https://aeroblast.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
169
+ <i data-feather="external-link" class="w-5 h-5"></i>
170
+ </a>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Manufacturer Card 3 -->
176
+ <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">
177
+ <div class="baba-badge">
178
+ <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>
179
+ </div>
180
+ <div class="p-6">
181
+ <div class="flex items-center mb-4">
182
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/3" alt="ClariPure Technologies">
183
+ <h3 class="text-xl font-bold text-secondary">ClariPure Technologies</h3>
184
+ </div>
185
+ <p class="text-gray-600 mb-4">High-efficiency clarification systems and sludge handling equipment for municipal wastewater treatment plants.</p>
186
+ <div class="flex flex-wrap gap-2 mb-4">
187
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Clarification</span>
188
+ <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>
189
+ </div>
190
+ <div class="flex justify-between items-center">
191
+ <a href="#" class="text-primary font-medium flex items-center">
192
+ Learn more
193
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
194
+ </a>
195
+ <a href="https://claripure.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
196
+ <i data-feather="external-link" class="w-5 h-5"></i>
197
+ </a>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Manufacturer Card 4 -->
203
+ <div class="bg-white rounded-lg shadow-md overflow-hidden manufacturer-card transition duration-300 relative" data-aos="fade-up" data-process="disinfection">
204
+ <div class="p-6">
205
+ <div class="flex items-center mb-4">
206
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/4" alt="UVGuard Systems">
207
+ <h3 class="text-xl font-bold text-secondary">UVGuard Systems</h3>
208
+ </div>
209
+ <p class="text-gray-600 mb-4">Advanced UV disinfection systems with smart monitoring for reliable pathogen inactivation in wastewater effluent.</p>
210
+ <div class="flex flex-wrap gap-2 mb-4">
211
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Disinfection</span>
212
+ </div>
213
+ <div class="flex justify-between items-center">
214
+ <a href="#" class="text-primary font-medium flex items-center">
215
+ Learn more
216
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
217
+ </a>
218
+ <a href="https://uvguard.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
219
+ <i data-feather="external-link" class="w-5 h-5"></i>
220
+ </a>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Manufacturer Card 5 -->
226
+ <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">
227
+ <div class="baba-badge">
228
+ <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>
229
+ </div>
230
+ <div class="p-6">
231
+ <div class="flex items-center mb-4">
232
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/5" alt="OptiFlow Controls">
233
+ <h3 class="text-xl font-bold text-secondary">OptiFlow Controls</h3>
234
+ </div>
235
+ <p class="text-gray-600 mb-4">SCADA systems and process control solutions designed specifically for water and wastewater treatment optimization.</p>
236
+ <div class="flex flex-wrap gap-2 mb-4">
237
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Controls</span>
238
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Optimization</span>
239
+ </div>
240
+ <div class="flex justify-between items-center">
241
+ <a href="#" class="text-primary font-medium flex items-center">
242
+ Learn more
243
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
244
+ </a>
245
+ <a href="https://optiflow.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
246
+ <i data-feather="external-link" class="w-5 h-5"></i>
247
+ </a>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Manufacturer Card 6 -->
253
+ <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">
254
+ <div class="p-6">
255
+ <div class="flex items-center mb-4">
256
+ <img class="h-12 w-auto mr-4" src="http://static.photos/technology/320x240/6" alt="Biosolid Solutions">
257
+ <h3 class="text-xl font-bold text-secondary">Biosolid Solutions</h3>
258
+ </div>
259
+ <p class="text-gray-600 mb-4">Comprehensive sludge dewatering and drying systems for efficient solids handling and disposal.</p>
260
+ <div class="flex flex-wrap gap-2 mb-4">
261
+ <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>
262
+ </div>
263
+ <div class="flex justify-between items-center">
264
+ <a href="#" class="text-primary font-medium flex items-center">
265
+ Learn more
266
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
267
+ </a>
268
+ <a href="https://biosolidsolutions.com" target="_blank" class="text-gray-500 hover:text-primary transition duration-300">
269
+ <i data-feather="external-link" class="w-5 h-5"></i>
270
+ </a>
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Pagination -->
277
+ <div class="mt-12 flex items-center justify-between border-t border-gray-200 pt-6">
278
+ <div class="flex-1 flex justify-between sm:hidden">
279
+ <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">
280
+ Previous
281
+ </a>
282
+ <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">
283
+ Next
284
+ </a>
285
+ </div>
286
+ <div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
287
+ <div>
288
+ <p class="text-sm text-gray-700">
289
+ Showing <span class="font-medium">1</span> to <span class="font-medium">6</span> of <span class="font-medium">24</span> manufacturers
290
+ </p>
291
+ </div>
292
+ <div>
293
+ <nav class="relative z-0 inline-flex rounded-md shadow-sm -space-x-px" aria-label="Pagination">
294
+ <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">
295
+ <span class="sr-only">Previous</span>
296
+ <i data-feather="chevron-left" class="h-5 w-5"></i>
297
+ </a>
298
+ <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">
299
+ 1
300
+ </a>
301
+ <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">
302
+ 2
303
+ </a>
304
+ <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">
305
+ 3
306
+ </a>
307
+ <span class="relative inline-flex items-center px-4 py-2 border border-gray-300 bg-white text-sm font-medium text-gray-700">
308
+ ...
309
+ </span>
310
+ <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">
311
+ 8
312
+ </a>
313
+ <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">
314
+ <span class="sr-only">Next</span>
315
+ <i data-feather="chevron-right" class="h-5 w-5"></i>
316
+ </a>
317
+ </nav>
318
+ </div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- CTA Section -->
325
+ <div class="bg-secondary text-white py-16">
326
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
327
+ <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Need Help Selecting Equipment?</h2>
328
+ <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>
329
+ <div data-aos="fade-up" data-aos-delay="200">
330
+ <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">
331
+ Contact Our Team
332
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
333
+ </a>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Footer -->
339
+ <footer class="bg-dark text-white pt-16 pb-8">
340
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
341
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
342
+ <div>
343
+ <h3 class="text-lg font-bold mb-4">Company</h3>
344
+ <ul class="space-y-2">
345
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
346
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Our Team</a></li>
347
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
348
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">News</a></li>
349
+ </ul>
350
+ </div>
351
+ <div>
352
+ <h3 class="text-lg font-bold mb-4">Solutions</h3>
353
+ <ul class="space-y-2">
354
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Headworks</a></li>
355
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aeration</a></li>
356
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Clarification</a></li>
357
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Disinfection</a></li>
358
+ </ul>
359
+ </div>
360
+ <div>
361
+ <h3 class="text-lg font-bold mb-4">Resources</h3>
362
+ <ul class="space-y-2">
363
+ <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
364
+ <li><a href="projects.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</a></li>
365
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">White Papers</a></li>
366
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li>
367
+ </ul>
368
+ </div>
369
+ <div>
370
+ <h3 class="text-lg font-bold mb-4">Contact</h3>
371
+ <address class="not-italic text-gray-400">
372
+ <p class="mb-2">123 Industrial Way</p>
373
+ <p class="mb-2">Houston, TX 77001</p>
374
+ <p class="mb-2">Phone: (800) 555-1234</p>
375
+ <p class="mb-4">Email: info@visionequipment.com</p>
376
+ <div class="flex space-x-4">
377
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
378
+ <i data-feather="linkedin"></i>
379
+ </a>
380
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
381
+ <i data-feather="twitter"></i>
382
+ </a>
383
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
384
+ <i data-feather="facebook"></i>
385
+ </a>
386
+ </div>
387
+ </address>
388
+ </div>
389
+ </div>
390
+ <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
391
+ <div class="flex items-center mb-4 md:mb-0">
392
+ <img class="h-8 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
393
+ <span class="ml-3 text-xl font-bold">Vision Equipment</span>
394
+ </div>
395
+ <div class="text-gray-400 text-sm">
396
+ <p>&copy; 2023 Vision Equipment. All rights reserved. <a href="privacy.html" class="hover:text-white transition duration-300">Privacy Policy</a></p>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ </footer>
401
+
402
+ <script>
403
+ // Mobile menu toggle
404
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
405
+ const menu = document.getElementById('mobile-menu');
406
+ if (menu.classList.contains('hidden')) {
407
+ menu.classList.remove('hidden');
408
+ feather.replace();
409
+ } else {
410
+ menu.classList.add('hidden');
411
+ }
412
+ });
413
+
414
+ // Initialize animations
415
+ AOS.init({
416
+ duration: 800,
417
+ easing: 'ease-in-out',
418
+ once: true
419
+ });
420
+
421
+ // Filter functionality
422
+ document.getElementById('process-filter').addEventListener('change', function() {
423
+ const selectedProcess = this.value;
424
+ const manufacturerCards = document.querySelectorAll('.manufacturer-card');
425
+
426
+ manufacturerCards.forEach(card => {
427
+ if (selectedProcess === 'all' || card.dataset.process.includes(selectedProcess)) {
428
+ card.style.display = 'block';
429
+ } else {
430
+ card.style.display = 'none';
431
+ }
432
+ });
433
+ });
434
+
435
+ // Search functionality
436
+ document.getElementById('search').addEventListener('input', function() {
437
+ const searchTerm = this.value.toLowerCase();
438
+ const manufacturerCards = document.querySelectorAll('.manufacturer-card');
439
+
440
+ manufacturerCards.forEach(card => {
441
+ const manufacturerName = card.querySelector('h3').textContent.toLowerCase();
442
+ const manufacturerDesc = card.querySelector('p').textContent.toLowerCase();
443
+
444
+ if (manufacturerName.includes(searchTerm) || manufacturerDesc.includes(searchTerm)) {
445
+ card.style.display = 'block';
446
+ } else {
447
+ card.style.display = 'none';
448
+ }
449
+ });
450
+ });
451
+
452
+ // Feather icons
453
+ feather.replace();
454
+ </script>
455
+ </body>
456
+ </html>
projects.html ADDED
@@ -0,0 +1,558 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta name="description" content="Vision Equipment's water and wastewater treatment projects across Texas municipalities">
7
+ <title>Projects | Vision Equipment</title>
8
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script>
11
+ tailwind.config = {
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: '#0066CC',
16
+ secondary: '#003366',
17
+ accent: '#00A0E9',
18
+ dark: '#1A2930',
19
+ light: '#F5F7FA'
20
+ }
21
+ }
22
+ }
23
+ }
24
+ </script>
25
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
26
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
27
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
28
+ <script src="https://unpkg.com/feather-icons"></script>
29
+ <style>
30
+ .project-card:hover {
31
+ transform: translateY(-5px);
32
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
33
+ }
34
+ .project-image {
35
+ height: 200px;
36
+ object-fit: cover;
37
+ width: 100%;
38
+ }
39
+ .bg-primary {
40
+ background: #0066CC;
41
+ }
42
+ </style>
43
+ </head>
44
+ <body class="font-sans antialiased text-gray-800 bg-gray-50">
45
+ <!-- Navigation -->
46
+ <nav class="bg-white shadow-md sticky top-0 z-50">
47
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
48
+ <div class="flex justify-between h-20">
49
+ <div class="flex items-center">
50
+ <a href="index.html" class="flex-shrink-0 flex items-center">
51
+ <img class="h-10 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
52
+ <span class="ml-3 text-xl font-bold text-primary">Vision Equipment</span>
53
+ </a>
54
+ </div>
55
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
56
+ <a href="index.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Home</a>
57
+ <a href="manufacturers.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Manufacturers</a>
58
+ <a href="projects.html" class="text-primary font-medium border-b-2 border-primary px-1 py-4">Projects</a>
59
+ <a href="blog.html" class="text-gray-600 hover:text-primary font-medium px-1 py-4">Blog</a>
60
+ <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>
61
+ </div>
62
+ <div class="-mr-2 flex items-center md:hidden">
63
+ <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">
64
+ <i data-feather="menu"></i>
65
+ </button>
66
+ </div>
67
+ </div>
68
+ </div>
69
+ <!-- Mobile menu -->
70
+ <div class="hidden md:hidden" id="mobile-menu">
71
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white shadow-lg">
72
+ <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>
73
+ <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>
74
+ <a href="projects.html" class="block px-3 py-2 rounded-md text-base font-medium text-primary bg-blue-50">Projects</a>
75
+ <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>
76
+ <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>
77
+ </div>
78
+ </div>
79
+ </nav>
80
+
81
+ <!-- Page Header -->
82
+ <div class="bg-primary text-white py-16">
83
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
84
+ <div class="text-center">
85
+
86
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4" data-aos="fade-up">Featured Projects & Case Studies</h1>
87
+
88
+ <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>
89
+
90
+ </div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Filter Controls -->
95
+ <div class="bg-white py-8 shadow-sm">
96
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
97
+ <div class="flex flex-col md:flex-row justify-between items-center">
98
+ <div class="w-full md:w-auto mb-4 md:mb-0">
99
+ <label for="project-type-filter" class="sr-only">Filter by Project Type</label>
100
+ <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">
101
+ <option value="all">All Project Types</option>
102
+ <option value="upgrade">Plant Upgrades</option>
103
+ <option value="new-construction">New Construction</option>
104
+ <option value="equipment-replacement">Equipment Replacement</option>
105
+ <option value="optimization">Process Optimization</option>
106
+ </select>
107
+ </div>
108
+ <div class="w-full md:w-auto mb-4 md:mb-0">
109
+ <label for="process-filter" class="sr-only">Filter by Process Area</label>
110
+ <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">
111
+ <option value="all">All Process Areas</option>
112
+ <option value="headworks">Headworks</option>
113
+ <option value="aeration">Aeration</option>
114
+ <option value="clarification">Clarification</option>
115
+ <option value="solids">Solids Handling</option>
116
+ <option value="disinfection">Disinfection</option>
117
+ </select>
118
+ </div>
119
+ <div class="w-full md:w-auto">
120
+ <label for="search" class="sr-only">Search Projects</label>
121
+ <div class="relative">
122
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
123
+ <i data-feather="search" class="h-5 w-5 text-gray-400"></i>
124
+ </div>
125
+ <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">
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Projects Grid -->
133
+ <div class="bg-gray-50 py-16">
134
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
135
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
136
+ <!-- Project Card 1 -->
137
+ <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">
138
+ <img class="project-image" src="http://static.photos/industry/640x360/2" alt="Austin WWTP Aeration Upgrade">
139
+ <div class="p-6">
140
+ <div class="flex justify-between items-start mb-2">
141
+ <h3 class="text-xl font-bold text-secondary">Austin WWTP Aeration Upgrade</h3>
142
+ <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>
143
+ </div>
144
+ <p class="text-gray-600 mb-4">City of Austin, TX | 2022</p>
145
+ <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>
146
+ <div class="flex flex-wrap gap-2 mb-4">
147
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Aeration</span>
148
+ <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>
149
+ </div>
150
+ <a href="project-detail.html" class="text-primary font-medium flex items-center">
151
+ View Project Details
152
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
153
+ </a>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Project Card 2 -->
158
+ <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">
159
+ <img class="project-image" src="http://static.photos/industry/640x360/3" alt="San Antonio Headworks Facility">
160
+ <div class="p-6">
161
+ <div class="flex justify-between items-start mb-2">
162
+ <h3 class="text-xl font-bold text-secondary">San Antonio Headworks Facility</h3>
163
+ <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>
164
+ </div>
165
+ <p class="text-gray-600 mb-4">San Antonio Water System, TX | 2021</p>
166
+ <p class="text-gray-600 mb-4">Designed and installed complete headworks facility with mechanical screens, grit removal, and odor control systems.</p>
167
+ <div class="flex flex-wrap gap-2 mb-4">
168
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Headworks</span>
169
+ <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>
170
+ </div>
171
+ <a href="project-detail.html" class="text-primary font-medium flex items-center">
172
+ View Project Details
173
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
174
+ </a>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Project Card 3 -->
179
+ <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">
180
+ <img class="project-image" src="http://static.photos/industry/640x360/4" alt="Houston UV Disinfection System">
181
+ <div class="p-6">
182
+ <div class="flex justify-between items-start mb-2">
183
+ <h3 class="text-xl font-bold text-secondary">Houston UV Disinfection System</h3>
184
+ <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>
185
+ </div>
186
+ <p class="text-gray-600 mb-4">City of Houston, TX | 2020</p>
187
+ <p class="text-gray-600 mb-4">Replaced chlorine disinfection with UV system to eliminate disinfection byproducts and improve effluent quality.</p>
188
+ <div class="flex flex-wrap gap-2 mb-4">
189
+ <span class="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">Disinfection</span>
190
+ <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>
191
+ </div>
192
+ <a href="project-detail.html" class="text-primary font-medium flex items-center">
193
+ View Project Details
194
+ <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
195
+ </a>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Pagination -->
201
+
202
+ <div class="mt-12 flex items-center justify-between border-t border-gray-200 pt-6">
203
+
204
+ <div class="flex-1 flex justify-between sm:hidden">
205
+
206
+ <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">
207
+
208
+ Previous
209
+
210
+ </a>
211
+
212
+ <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">
213
+
214
+ Next
215
+
216
+ </a>
217
+
218
+ </div>
219
+
220
+ <div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
221
+
222
+ <div>
223
+
224
+ <p class="text-sm text-gray-700">
225
+
226
+ Showing <span class="font-medium">1</span> to <span class="font-medium">6</span> of <span class="font-medium">24</span> manufacturers
227
+
228
+ </p>
229
+
230
+ </div>
231
+
232
+ <div>
233
+
234
+ <nav class="relative z-0 inline-flex rounded-md shadow-sm -space-x-px" aria-label="Pagination">
235
+
236
+ <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">
237
+
238
+ <span class="sr-only">Previous</span>
239
+
240
+ <i data-feather="chevron-left" class="h-5 w-5"></i>
241
+
242
+ </a>
243
+
244
+ <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">
245
+
246
+ 1
247
+
248
+ </a>
249
+
250
+ <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">
251
+
252
+ 2
253
+
254
+ </a>
255
+
256
+ <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">
257
+
258
+ 3
259
+
260
+ </a>
261
+
262
+ <span class="relative inline-flex items-center px-4 py-2 border border-gray-300 bg-white text-sm font-medium text-gray-700">
263
+
264
+ ...
265
+
266
+ </span>
267
+
268
+ <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">
269
+
270
+ 8
271
+
272
+ </a>
273
+
274
+ <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">
275
+
276
+ <span class="sr-only">Next</span>
277
+
278
+ <i data-feather="chevron-right" class="h-5 w-5"></i>
279
+
280
+ </a>
281
+
282
+ </nav>
283
+
284
+ </div>
285
+
286
+ </div>
287
+
288
+ </div>
289
+
290
+ </div>
291
+
292
+ </div>
293
+
294
+
295
+
296
+ <!-- CTA Section -->
297
+
298
+ <div class="bg-secondary text-white py-16">
299
+
300
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
301
+
302
+ <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Need Help Selecting Equipment?</h2>
303
+
304
+ <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>
305
+
306
+ <div data-aos="fade-up" data-aos-delay="200">
307
+
308
+ <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">
309
+
310
+ Contact Our Team
311
+
312
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
313
+
314
+ </a>
315
+
316
+ </div>
317
+
318
+ </div>
319
+
320
+ </div>
321
+
322
+
323
+
324
+ <!-- Footer -->
325
+
326
+ <footer class="bg-dark text-white pt-16 pb-8">
327
+
328
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
329
+
330
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
331
+
332
+ <div>
333
+
334
+ <h3 class="text-lg font-bold mb-4">Company</h3>
335
+
336
+ <ul class="space-y-2">
337
+
338
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
339
+
340
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Our Team</a></li>
341
+
342
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
343
+
344
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">News</a></li>
345
+
346
+ </ul>
347
+
348
+ </div>
349
+
350
+ <div>
351
+
352
+ <h3 class="text-lg font-bold mb-4">Solutions</h3>
353
+
354
+ <ul class="space-y-2">
355
+
356
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Headworks</a></li>
357
+
358
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aeration</a></li>
359
+
360
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Clarification</a></li>
361
+
362
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Disinfection</a></li>
363
+
364
+ </ul>
365
+
366
+ </div>
367
+
368
+ <div>
369
+
370
+ <h3 class="text-lg font-bold mb-4">Resources</h3>
371
+
372
+ <ul class="space-y-2">
373
+
374
+ <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
375
+
376
+ <li><a href="projects.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</a></li>
377
+
378
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">White Papers</a></li>
379
+
380
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li>
381
+
382
+ </ul>
383
+
384
+ </div>
385
+
386
+ <div>
387
+
388
+ <h3 class="text-lg font-bold mb-4">Contact</h3>
389
+
390
+ <address class="not-italic text-gray-400">
391
+
392
+ <p class="mb-2">123 Industrial Way</p>
393
+
394
+ <p class="mb-2">Houston, TX 77001</p>
395
+
396
+ <p class="mb-2">Phone: (800) 555-1234</p>
397
+
398
+ <p class="mb-4">Email: info@visionequipment.com</p>
399
+
400
+ <div class="flex space-x-4">
401
+
402
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
403
+
404
+ <i data-feather="linkedin"></i>
405
+
406
+ </a>
407
+
408
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
409
+
410
+ <i data-feather="twitter"></i>
411
+
412
+ </a>
413
+
414
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
415
+
416
+ <i data-feather="facebook"></i>
417
+
418
+ </a>
419
+
420
+ </div>
421
+
422
+ </address>
423
+
424
+ </div>
425
+
426
+ </div>
427
+
428
+ <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
429
+
430
+ <div class="flex items-center mb-4 md:mb-0">
431
+
432
+ <img class="h-8 w-auto" src="http://static.photos/blue/200x200/1" alt="Vision Equipment Logo">
433
+
434
+ <span class="ml-3 text-xl font-bold">Vision Equipment</span>
435
+
436
+ </div>
437
+
438
+ <div class="text-gray-400 text-sm">
439
+
440
+ <p>&copy; 2023 Vision Equipment. All rights reserved. <a href="privacy.html" class="hover:text-white transition duration-300">Privacy Policy</a></p>
441
+
442
+ </div>
443
+
444
+ </div>
445
+
446
+ </div>
447
+
448
+ </footer>
449
+
450
+
451
+
452
+ <script>
453
+
454
+ // Mobile menu toggle
455
+
456
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
457
+
458
+ const menu = document.getElementById('mobile-menu');
459
+
460
+ if (menu.classList.contains('hidden')) {
461
+
462
+ menu.classList.remove('hidden');
463
+
464
+ feather.replace();
465
+
466
+ } else {
467
+
468
+ menu.classList.add('hidden');
469
+
470
+ }
471
+
472
+ });
473
+
474
+
475
+
476
+ // Initialize animations
477
+
478
+ AOS.init({
479
+
480
+ duration: 800,
481
+
482
+ easing: 'ease-in-out',
483
+
484
+ once: true
485
+
486
+ });
487
+
488
+
489
+
490
+ // Filter functionality
491
+
492
+ document.getElementById('process-filter').addEventListener('change', function() {
493
+
494
+ const selectedProcess = this.value;
495
+
496
+ const manufacturerCards = document.querySelectorAll('.manufacturer-card');
497
+
498
+
499
+
500
+ manufacturerCards.forEach(card => {
501
+
502
+ if (selectedProcess === 'all' || card.dataset.process.includes(selectedProcess)) {
503
+
504
+ card.style.display = 'block';
505
+
506
+ } else {
507
+
508
+ card.style.display = 'none';
509
+
510
+ }
511
+
512
+ });
513
+
514
+ });
515
+
516
+
517
+
518
+ // Search functionality
519
+
520
+ document.getElementById('search').addEventListener('input', function() {
521
+
522
+ const searchTerm = this.value.toLowerCase();
523
+
524
+ const manufacturerCards = document.querySelectorAll('.manufacturer-card');
525
+
526
+
527
+
528
+ manufacturerCards.forEach(card => {
529
+
530
+ const manufacturerName = card.querySelector('h3').textContent.toLowerCase();
531
+
532
+ const manufacturerDesc = card.querySelector('p').textContent.toLowerCase();
533
+
534
+
535
+
536
+ if (manufacturerName.includes(searchTerm) || manufacturerDesc.includes(searchTerm)) {
537
+
538
+ card.style.display = 'block';
539
+
540
+ } else {
541
+
542
+ card.style.display = 'none';
543
+
544
+ }
545
+
546
+ });
547
+
548
+ });
549
+
550
+
551
+
552
+ // Feather icons
553
+
554
+ feather.replace();
555
+
556
+ </script>
557
+ </body>
558
+ </html>
prompts.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ I need you to design and build a professional B2B website for Vision Equipment, a manufacturer’s representative firm that has served municipal water and wastewater customers across Texas for nearly 25 years.
2
+
3
+ Target Audience:
4
+ Engineers (environmental and mechanical), plant managers, superintendents, operators, and maintenance staff from municipalities in Texas.
5
+
6
+ Website Goals:
7
+ - Provide information about the manufacturers Vision Equipment represents.
8
+ - Demonstrate expertise and credibility in municipal water and wastewater treatment solutions.
9
+ - Generate leads through clear calls-to-action (e.g., contact reps, download resources).
10
+ - Educate engineers and municipal staff through blog posts, project case studies, and manufacturer product information.
11
+
12
+ Pages & Requirements:
13
+ - Home:
14
+ -- Clear overview of Vision Equipment’s value proposition.
15
+ -- Primary CTA: Contact a Rep.
16
+ -- Secondary CTA: Explore Manufacturers.
17
+ -- Brief intro to solutions and process areas.
18
+ - Manufacturers:
19
+ -- Grid or list of represented manufacturers with logos, descriptions, core products/solutions, and BABA compliance notes.
20
+ -- Links to each manufacturer’s official site.
21
+ - Projects:
22
+ -- Showcase municipal projects, upgrades, and installations across Texas.
23
+ -- Each project should highlight the problem, solution, and equipment provided.
24
+ - Blog (Archive):
25
+ - Organized by category (e.g., Headworks, Aeration, Clarification, Solids Handling, Disinfection, Optimization).
26
+ - Designed for SEO and easy browsing.
27
+ - Blog Post (Single Template):
28
+ -- Optimized layout with featured image, headings, CTAs (e.g., “Contact a Rep” or “View Related Manufacturers”).
29
+ - Contact Us
30
+ -- Contact form with fields (Name, Email, Company/Utility, Role, Message).
31
+ -- Schema markup for Local Business/Contact Page.
32
+ -- Clear CTA to connect with sales reps.
33
+ - Privacy Policy
34
+ -- Standard compliance language.
35
+ - Landing Page
36
+ -- CTA: Download our white paper “How to Reduce Operating Costs by Upgrading Wastewater Treatment Systems.”
37
+ -- Form to capture Name, Email, Company, and Role before download.
38
+ -- Persuasive copy targeting engineers and plant managers.
39
+
40
+
41
+ Tone & Style:
42
+ - Professional, technical, and engineer-focused.
43
+ - Clear, concise, and skimmable.
44
+ - Incorporate trust signals: years in business, Texas focus, and manufacturer partnerships.
45
+ - Avoid overly salesy language; emphasize technical expertise and reliability.
46
+
47
+ Additional Notes:
48
+ - Use a clean, modern design with blues, greys, and water-inspired accents.
49
+ - Ensure responsive design for mobile and tablet.
50
+ - SEO optimized with structured headings, metadata, and schema.
51
+ - Accessibility best practices followed.
52
+ it looks like the class "bg-primary" is not working yet or has not been styled. can we set the property "background" equal to the value of the "colors.primary" attribute in tailwind theme?
53
+ is tailwind imported to every page or just homepage? it looks like its not working on Manufacturers and Projects
54
+ add a new "About" page.
55
+
56
+ Suggested H2 Structure:
57
+ - H2: Proven Process Solutions for Texas Water & Wastewater
58
+ - H2: Our Story
59
+ - H2: Our Approach
60
+ - H2: Partners Who Invented Their Markets
61
+ - H2: Our Values
62
+ - H2: Meet the Team
63
+ - H2: Trusted by Texas Municipalities Since 2003