test / index.html
mtourville's picture
Manual changes saved
c06ecd7 verified
Raw
History Blame Contribute Delete
22.8 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Essential Engineering | MEP Design Specialists</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/static/logo-icon.svg">
<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>
.hero-gradient {
background: linear-gradient(135deg, #f5f7fa 0%, #e4f0f9 100%);
}
.service-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);
}
.hexagon {
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
</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>
<div class="group relative">
<a href="projects.html" class="text-blue-600 font-medium flex items-center">Projects <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i></a>
<div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
<a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
<a href="Semiconductor.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Semiconductor</a>
<a href="semiconductor-fab-expansion.html" class="block px-4 py-2 bg-blue-50 text-blue-600">Microelectromechanical</a>
<a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Pharmaceutical</a>
<a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">University/Higher Education</a>
<a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Infrastructure</a>
</div>
</div>
<a href="Projects.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>
<!-- Hero Section -->
<section class="hero-gradient pt-32 pb-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
Expert Engineering Solutions for <span class="text-blue-600">Critical Environments</span>
</h1>
<p class="text-lg text-gray-600 mb-8 max-w-lg">
Essential Engineering provides expert MEP solutions specializing in pharmaceutical cleanrooms, microelectronic facilities, and advanced manufacturing environments.
</p>
<div class="flex space-x-4">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md transition">
<a href="services.html">Our Services</a>
</button>
<a href="case-studies.html" class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-md transition">
Case Studies
</a>
</div>
</div>
<div class="md:w-1/2">
<div class="relative">
<img src="http://static.photos/technology/1024x576/5" alt="Cleanroom facility" class="rounded-xl shadow-xl w-full">
<div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg w-2/3">
<div class="flex items-center">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i data-feather="award" class="text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">ISO 14644 Certified</h4>
<p class="text-sm text-gray-600">Cleanroom classification experts</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Industries Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<span class="text-blue-600 font-medium">INDUSTRIES WE SERVE</span>
<h2 class="text-3xl font-bold mt-2 mb-4">Specialized Solutions Across Critical Sectors</h2>
<p class="text-gray-600 max-w-2xl mx-auto">
Our MEP expertise spans industries requiring precise environmental control and specialized systems.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl border border-gray-100 hover:border-blue-200 transition">
<div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-bold mb-3">Pharmaceutical</h3>
<p class="text-gray-600">
GMP compliant cleanrooms, HVAC validation, and tight-tolerance controlled environments for drug manufacturing.
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl border border-gray-100 hover:border-blue-200 transition">
<div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="cpu" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-bold mb-3">Microelectronics</h3>
<p class="text-gray-600">
Vibration control, EMI shielding, and ultra-clean tight tolerance environments for semiconductor and MEMS manufacturing.
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl border border-gray-100 hover:border-blue-200 transition">
<div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="flask" class="text-blue-600"></i>
</div>
<h3 class="text-xl font-bold mb-3">Life Sciences</h3>
<p class="text-gray-600">
Bio-Safety Laboratories, tissue culture facilities, and specialized ventilation for research environments.
</p>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<span class="text-blue-600 font-medium">OUR SERVICES</span>
<h2 class="text-3xl font-bold mt-2 mb-4">Comprehensive MEP Engineering</h2>
<p class="text-gray-600 max-w-2xl mx-auto">
From conceptual design to commissioning, we deliver integrated solutions for complex facilities.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="droplet" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Cleanroom Design</h3>
<p class="text-gray-600 mb-4">
ISO Class 1-9 cleanrooms with validated HVAC, pressurization, and monitoring systems.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="thermometer" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">HVAC Systems</h3>
<p class="text-gray-600 mb-4">
Precision environmental control with redundancy for critical process areas.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="zap" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Electrical Systems</h3>
<p class="text-gray-600 mb-4">
Clean power, emergency backup, and specialized lighting for critical environments.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="wind" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Process Piping</h3>
<p class="text-gray-600 mb-4">
Ultra-pure water, specialty gases, and chemical distribution systems.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="bar-chart-2" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Building Automation</h3>
<p class="text-gray-600 mb-4">
Integrated controls for environmental monitoring and system optimization.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="check-circle" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Commissioning</h3>
<p class="text-gray-600 mb-4">
Full functional testing and validation to ensure system performance.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="wifi" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Telecom Systems</h3>
<p class="text-gray-600 mb-4">
Structured cabling, data networks, and communication systems for mission-critical facilities.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="shield" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Fire Protection</h3>
<p class="text-gray-600 mb-4">
Special hazard suppression systems, fire pumps, and sprinkler design for critical environments.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="bell" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Fire Alarm Systems</h3>
<p class="text-gray-600 mb-4">
Code-compliant detection and notification systems with integration to building automation.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
<div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
<div class="text-blue-600 mb-6">
<i data-feather="server" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Mission Critical</h3>
<p class="text-gray-600 mb-4">
Tier III/IV certified facilities with precision cooling, power redundancy, and security systems for mission critical operations.
</p>
<a href="#" class="text-blue-600 font-medium flex items-center">
Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</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">Ready to Engineer Your Critical Environment?</h2>
<p class="text-blue-100 max-w-2xl mx-auto mb-8">
Our team of MEP specialists is ready to discuss your project requirements and deliver 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">
Schedule Consultation
</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="/static/logo.svg" alt="Essential Engineering Logo" class="h-14 w-auto hovered-element">
<span class="ml-3 text-xl font-bold">Essential Engineering Design Build Partnership</span>
</div>
<p class="text-gray-400 mb-6">
Essential Engineering Company provides 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>
<li><a href="services.html#commissioning" class="text-gray-400 hover:text-white transition">Commissioning</a></li>
<li><a href="services.html#telecom-systems" class="text-gray-400 hover:text-white transition">Telecom Systems</a></li>
<li><a href="services.html#fire-protection" class="text-gray-400 hover:text-white transition">Fire Protection</a></li>
<li><a href="services.html#fire-alarm-systems" class="text-gray-400 hover:text-white transition">Fire Alarm Systems</a></li>
<li><a href="services.html#mission-critical" class="text-gray-400 hover:text-white transition">Mission Critical</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-6">Industries</h4>
<ul class="space-y-3">
<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="#" class="text-gray-400 hover:text-white transition">Bio-Safety Laboratories (BSL)</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Manufacturing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Research Labs</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Data Centers</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">Sanford, NC 27330</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 Design Build Partnership. 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>