test / services.html
mtourville's picture
Manual changes saved
c06ecd7 verified
Raw
History Blame Contribute Delete
31.7 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services | 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>
.service-detail:hover {
transform: translateY(-3px);
box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
}
</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">
<img src="https://huggingface.co/spaces/mtourville/pureflow-mep-masters/resolve/main/images/Essential%20Logo.jpg" alt="Essential Engineering Logo" class="h-16 w-auto">
</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="#" class="text-gray-600 hover:text-blue-600 transition">Industries
</a>
<a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
<a href="#" class="text-gray-600 hover:text-blue-600 transition">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>
<!-- Services 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 text-center">
<span class="text-blue-600 font-medium">OUR EXPERTISE</span>
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
Comprehensive <span class="text-blue-600">MEP Services</span>
</h1>
<p class="text-lg text-gray-600 mb-8 max-w-2xl mx-auto">
Specialized engineering solutions tailored for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
</p>
</div>
</section>
<!-- Services Grid -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div id="cleanroom-design" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/medical/640x360/10" alt="Cleanroom Design" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="droplet" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Cleanroom Design</h2>
</div>
<p class="text-gray-600 mb-4">
We design ISO Class 1-9 cleanrooms with validated HVAC, pressurization, and monitoring systems to meet GMP, ISO 14644, and FDA requirements.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Particle counting and classification</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Pressure cascade design</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Material airlock and gowning rooms</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>VAV terminal unit selection</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="hvac-systems" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/technology/640x360/11" alt="HVAC Systems" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="thermometer" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">HVAC Systems</h2>
</div>
<p class="text-gray-600 mb-4">
Precision environmental control systems with redundancy for critical process areas requiring tight temperature and humidity tolerances.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Redundant air handling units</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Humidity control to ±2% RH</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Temperature control to ±0.5°C</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Energy recovery systems</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="process-piping" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/industry/640x360/12" alt="Process Piping" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="wind" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Process Piping</h2>
</div>
<p class="text-gray-600 mb-4">
Ultra-pure water, specialty gases, and chemical distribution systems designed for purity and reliability in critical manufacturing processes.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>UPW (Ultra Pure Water) systems</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>High purity gas distribution</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Chemical delivery systems</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>PW, WFI, and Clean Steam</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="electrical-systems" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/technology/640x360/13" alt="Electrical Systems" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="zap" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Electrical Systems</h2>
</div>
<p class="text-gray-600 mb-4">
Clean power distribution, emergency backup, and specialized lighting systems designed for critical environments with zero downtime requirements.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>UPS and emergency power</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Harmonic mitigation</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Static transfer switches</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>EMI/RFI shielded environments</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="commissioning" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/technology/640x360/14" alt="Commissioning" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="check-circle" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Commissioning</h2>
</div>
<p class="text-gray-600 mb-4">
Full functional testing and validation services to ensure system performance meets design intent and regulatory requirements.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Factory acceptance testing</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>IQ/OQ/PQ documentation</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Performance verification</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Regulatory compliance testing</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="telecom-systems" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/technology/640x360/15" alt="Telecom Systems" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="wifi" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Telecom Systems</h2>
</div>
<p class="text-gray-600 mb-4">
Structured cabling, data networks, and communication systems designed for mission-critical facilities with high availability requirements.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Fiber optic backbone</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Redundant data pathways</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>EMI shielded environments</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Building automation integration</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="fire-protection" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/industry/640x360/16" alt="Fire Protection" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="shield" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Fire Protection</h2>
</div>
<p class="text-gray-600 mb-4">
Special hazard suppression systems, fire pumps, and sprinkler design for critical environments where water damage must be minimized.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Clean agent systems</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>FM-200 and Novec 1230</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Pre-action sprinkler systems</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Fire pump design</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="fire-alarm-systems" class="service-detail bg-white rounded-xl p-8 mb-12 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/industry/640x360/17" alt="Fire Alarm Systems" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="bell" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Fire Alarm Systems</h2>
</div>
<p class="text-gray-600 mb-4">
Code-compliant detection and notification systems with integration to building automation and emergency response protocols.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Addressable fire alarm panels</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Aspiration smoke detection</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Mass notification systems</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Integration with suppression systems</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div id="data-center" class="service-detail bg-white rounded-xl p-8 border border-gray-100 transition duration-300">
<div class="flex flex-col md:flex-row md:items-center gap-8">
<div class="md:w-1/3">
<img src="http://static.photos/technology/640x360/18" alt="Data Center Design" class="rounded-lg w-full">
</div>
<div class="md:w-2/3">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="server" class="text-blue-600"></i>
</div>
<h2 class="text-2xl font-bold">Data Center Design</h2>
</div>
<p class="text-gray-600 mb-4">
Tier III/IV certified facilities with precision cooling, power redundancy, and security systems designed for 99.995% uptime.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Hot aisle/cold aisle containment</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>2N redundant power distribution</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>CRAC/CRAH units with free cooling</span>
</li>
<li class="flex items-center text-gray-600">
<i data-feather="check" class="w-4 h-4 mr-2 text-blue-600"></i>
<span>Fire suppression and monitoring</span>
</li>
</ul>
<a href="projects.html" class="text-blue-600 font-medium flex items-center">
View related projects <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto text-center">
<h2 class="text-3xl font-bold mb-6">Need Specialized MEP Solutions?</h2>
<p class="text-blue-100 max-w-2xl mx-auto mb-8">
Our team of experts is ready to discuss your project requirements and deliver engineered solutions that meet the most stringent industry standards.
</p>
<button class="bg-white text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-md font-medium transition">
Get in Touch
</button>
</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="https://huggingface.co/spaces/mtourville/pureflow-mep-masters/resolve/main/images/Essential%20Logo.jpg" 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="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Biotech Cleanrooms</a></li>
<li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fabs</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">123 Engineering Drive</p>
<p class="mb-3">Tech Park, CA 90210</p>
<p class="mb-3">Phone: (555) 123-4567</p>
<p>Email: info@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>