File size: 15,008 Bytes
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9dbaa38
0c2ba93
 
 
98ca434
 
e601cb0
297dca5
f8717c1
62bb4e2
44013a8
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
 
 
a67322e
0c2ba93
d6740bc
0c2ba93
 
7dc26f4
0c2ba93
 
 
 
 
 
 
 
 
 
07968ab
0c2ba93
 
 
7e940de
0c2ba93
17a59c9
60b8a2d
0c2ba93
 
17a59c9
0c2ba93
 
60b8a2d
0c2ba93
60b8a2d
0c2ba93
 
 
bab6c90
0c2ba93
27b5209
0c2ba93
 
 
5c29d7f
0c2ba93
 
60b8a2d
0c2ba93
60b8a2d
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
60b8a2d
 
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e9f4bf
9dbaa38
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3f06935
 
 
 
 
0c2ba93
 
 
 
 
 
 
 
299f939
 
0c2ba93
 
 
 
 
91e923d
 
 
 
 
0c2ba93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Our Projects | Essential Engineering</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
    <style>
        .project-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full -z-1"></div>
    
    <!-- Navigation -->
    <nav class="bg-white bg-opacity-90 backdrop-filter backdrop-blur-sm shadow-sm fixed w-full z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-20 items-center">
                <div class="flex-shrink-0 flex items-center">
</div>
                <div class="hidden md:block">
                    <div class="ml-10 flex items-center space-x-8">
                        <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
<a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
<a href="projects.html" class="text-blue-600 font-medium">Projects</a>
                        <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">Industries</a>
                        <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
                        <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
</div>
                </div>
                <div class="md:hidden">
                    <button class="text-gray-600">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Projects Header -->
    <section class="pt-32 pb-16 px-4 sm:px-6 lg:px-8 bg-white bg-opacity-90">
        <div class="max-w-7xl mx-auto">
            <div class="text-center">
                <span class="text-blue-600 font-medium"></span>
                <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
                    Industries <span class="text-blue-600">Served</span>
                </h1>
                <p class="text-lg text-gray-600 mb-8 max-w-2xl mx-auto">
                    Explore our portfolio of successfully completed projects showcasing our relationships with key design partners and our engineering expertise for critical environments.
                </p>
            </div>
        </div>
    </section>

    <!-- Projects Grid -->
    <section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50">
        <div class="max-w-7xl mx-auto">
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Project 1 -->
                <a href="Grade A&B Pharmaceutical Cleanrooms (Design-Build).html" class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300 block">
                    <img src="http://static.photos/medical/640x360/1" alt="Pharmaceutical Facility" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Pharmaceutical</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">Grade A&B Pharmaceutical Cleanrooms (Design-Build)</h3>
                        <p class="text-gray-600 mb-4">
                            New 60,000 square foot Grade B & C Pharmaceutical Cleanroom Facility for a leading biotech company.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Sanford, NC</span>
                        </div>
                    </div>
                </a>
                <!-- Project 2 -->
                <a href="semiconductor-fab-expansion.html" class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300 block">
                    <img src="http://static.photos/technology/640x360/2" alt="Semiconductor Facility" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Microelectronics</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">Class 100 Cleanroom Retrofit Design</h3>
                        <p class="text-gray-600 mb-4">
                            Retrofit design of new cleanroom into an existing Semi-Conductor Facility. Project required deisgning and constructing the new cleanroom without any disruption to adjacent spaces and existing systems.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Research Triangle, NC</span>
                        </div>
                    </div>
                </a>
                <!-- Project 3 -->
                <a href="bsl-3-research-lab.html" class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300 block">
                    <img src="http://static.photos/science/640x360/3" alt="Research Lab" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Life Sciences</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">BSL-3 Research Laboratory</h3>
                        <p class="text-gray-600 mb-4">
                            High containment laboratory with redundant HVAC and specialized exhaust treatment systems.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Research Triangle, NC</span>
                        </div>
                    </div>
                </a>
<!-- Project 4 -->
                <div class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300">
                    <img src="http://static.photos/technology/640x360/4" alt="Data Center" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Data Center</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">Tier IV Data Center</h3>
                        <p class="text-gray-600 mb-4">
                            Mission-critical facility with N+2 cooling redundancy and fault-tolerant power distribution.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Chicago, IL</span>
                        </div>
                    </div>
                </div>

                <!-- Project 5 -->
                <div class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300">
                    <img src="http://static.photos/medical/640x360/5" alt="Vaccine Facility" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Pharmaceutical</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">Vaccine Manufacturing Facility</h3>
                        <p class="text-gray-600 mb-4">
                            GMP-compliant facility with classified zones and validated HVAC systems for vaccine production.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Philadelphia, PA</span>
                        </div>
                    </div>
                </div>

                <!-- Project 6 -->
                <div class="project-card bg-white rounded-xl overflow-hidden border border-gray-100 transition duration-300">
                    <img src="http://static.photos/technology/640x360/6" alt="Advanced Manufacturing" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <span class="text-blue-600 text-sm font-medium">Advanced Manufacturing</span>
                        <h3 class="text-xl font-bold mt-2 mb-3">Battery Manufacturing Plant</h3>
                        <p class="text-gray-600 mb-4">
                            Dry room environment with dew point control and specialized fire protection systems.
                        </p>
                        <div class="flex items-center text-sm text-gray-500">
                            <i data-feather="map-pin" class="w-4 h-4 mr-1"></i>
                            <span>Detroit, MI</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Project Statistics -->
    <section class="py-16 px-4 sm:px-6 lg:px-8 bg-blue-600 text-white">
        <div class="max-w-7xl mx-auto">
            <div class="grid md:grid-cols-4 gap-8 text-center">
                <div>
                    <div class="text-4xl font-bold mb-2">150+</div>
                    <div class="text-blue-100">Projects Completed</div>
                </div>
                <div>
                    <div class="text-4xl font-bold mb-2">25</div>
                    <div class="text-blue-100">Industry Awards</div>
                </div>
                <div>
                    <div class="text-4xl font-bold mb-2">50M+</div>
                    <div class="text-blue-100">Square Feet Designed</div>
                </div>
                <div>
                    <div class="text-4xl font-bold mb-2">100%</div>
                    <div class="text-blue-100">Client Satisfaction</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-16 px-4 sm:px-6 lg:px-8">
        <div class="max-w-7xl mx-auto">
            <div class="grid md:grid-cols-4 gap-12">
                <div>
                    <div class="flex items-center mb-6">
                        <img src="/static/logo.svg" alt="Essential Engineering Logo" class="h-14 w-auto">
<span class="ml-3 text-xl font-bold">Essential Engineering</span>
                    </div>
                    <p class="text-gray-400 mb-6">
                        Specialized MEP solutions for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
                    </p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="linkedin"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="twitter"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="facebook"></i>
                        </a>
                    </div>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Services</h4>
                    <ul class="space-y-3">
                        <li><a href="services.html#cleanroom-design" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
                        <li><a href="services.html#hvac-systems" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
                        <li><a href="services.html#process-piping" class="text-gray-400 hover:text-white transition">Process Piping</a></li>
                        <li><a href="services.html#electrical-systems" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
</ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Projects</h4>
                    <ul class="space-y-3">
                        <li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Pharmaceutical</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Microelectronics</a></li>
                        <li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">Life Sciences (BSL Labs)</a></li>
</ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Contact</h4>
                    <address class="not-italic text-gray-400">
                        <p class="mb-3">456 Innovation Parkway</p>
                        <p class="mb-3">Boston, MA 02134</p>
                        <p class="mb-3">Phone: (617) 555-7890</p>
                        <p>Email: contact@essentialeng.com</p>
</address>
                </div>
            </div>
            
            <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-500 text-sm mb-4 md:mb-0">
                    © 2023 Essential Engineering Company. All rights reserved.
                </p>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
                    <a href="#" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        feather.replace();
        VANTA.WAVES({
            el: "#vanta-bg",
            mouseControls: true,
            touchControls: true,
            gyroControls: false,
            minHeight: 200.00,
            minWidth: 200.00,
            scale: 1.00,
            scaleMobile: 1.00,
            color: 0x3b82f6,
            shininess: 35.00,
            waveHeight: 15.00,
            waveSpeed: 0.60,
            zoom: 0.75
        });
    </script>
</body>
</html>