Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>About Us | 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> | |
| .hexagon { | |
| clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); | |
| } | |
| .team-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"> | |
| <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 hovered-element"> | |
| </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-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> | |
| <!-- About 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"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800"> | |
| Engineering <span class="text-blue-600">Excellence</span> Since 1995 | |
| </h1> | |
| <p class="text-lg text-gray-600 mb-8 max-w-3xl mx-auto"> | |
| Essential Engineering has been delivering specialized MEP solutions for critical environments for over 25 years, helping clients achieve operational excellence through innovative engineering. | |
| </p> | |
| </div> | |
| </section> | |
| <!-- Company Story --> | |
| <section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="md:flex md:items-center md:space-x-12"> | |
| <div class="md:w-1/2 mb-12 md:mb-0"> | |
| <img src="http://static.photos/office/1024x576/1" alt="Our Office" class="rounded-xl shadow-xl w-full"> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <span class="text-blue-600 font-medium">OUR STORY</span> | |
| <h2 class="text-3xl font-bold mt-2 mb-6">Building the Future of Critical Environments</h2> | |
| <p class="text-gray-600 mb-4"> | |
| Founded in 1995, Essential Engineering began as a small team of MEP specialists with a passion for solving complex engineering challenges in high-tech manufacturing environments. | |
| </p> | |
| <p class="text-gray-600 mb-4"> | |
| Today, we've grown into a nationally recognized firm with expertise in pharmaceutical cleanrooms, microelectronic facilities, and advanced manufacturing environments. | |
| </p> | |
| <p class="text-gray-600"> | |
| Our mission is to deliver innovative, reliable MEP solutions that meet the most stringent industry standards while optimizing operational efficiency and sustainability. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Core Values --> | |
| <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">WHAT WE STAND FOR</span> | |
| <h2 class="text-3xl font-bold mt-2 mb-4">Our Core Values</h2> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl border border-gray-100"> | |
| <div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="award" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Technical Excellence</h3> | |
| <p class="text-gray-600"> | |
| We maintain the highest standards of engineering quality through continuous learning, innovation, and attention to detail. | |
| </p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl border border-gray-100"> | |
| <div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="users" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Client Focus</h3> | |
| <p class="text-gray-600"> | |
| We build lasting partnerships by understanding our clients' unique needs and delivering tailored solutions that exceed expectations. | |
| </p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl border border-gray-100"> | |
| <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">Integrity</h3> | |
| <p class="text-gray-600"> | |
| We uphold the highest ethical standards, ensuring transparency, honesty, and accountability in all our work. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Team 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">MEET OUR TEAM</span> | |
| <h2 class="text-3xl font-bold mt-2 mb-4">Leadership Team</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto"> | |
| Our experienced leadership team brings decades of specialized MEP expertise to every project. | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="team-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300 text-center"> | |
| <div class="hexagon w-32 h-32 mx-auto mb-6 overflow-hidden"> | |
| <img src="http://static.photos/people/200x200/1" alt="Sarah Johnson" class="w-full h-full object-cover"> | |
| </div> | |
| <h3 class="text-xl font-bold mb-1">Sarah Johnson</h3> | |
| <p class="text-blue-600 font-medium mb-4">President & Founder</p> | |
| <p class="text-gray-600"> | |
| 30+ years in pharmaceutical facility design. PE, LEED AP, ASHRAE Fellow. | |
| </p> | |
| </div> | |
| <div class="team-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300 text-center"> | |
| <div class="hexagon w-32 h-32 mx-auto mb-6 overflow-hidden"> | |
| <img src="http://static.photos/people/200x200/2" alt="Michael Chen" class="w-full h-full object-cover"> | |
| </div> | |
| <h3 class="text-xl font-bold mb-1">Michael Chen</h3> | |
| <p class="text-blue-600 font-medium mb-4">Principal Engineer</p> | |
| <p class="text-gray-600"> | |
| Semiconductor facility specialist. 25 years experience in cleanroom design. | |
| </p> | |
| </div> | |
| <div class="team-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300 text-center"> | |
| <div class="hexagon w-32 h-32 mx-auto mb-6 overflow-hidden"> | |
| <img src="http://static.photos/people/200x200/3" alt="David Rodriguez" class="w-full h-full object-cover"> | |
| </div> | |
| <h3 class="text-xl font-bold mb-1">David Rodriguez</h3> | |
| <p class="text-blue-600 font-medium mb-4">Director of Engineering</p> | |
| <p class="text-gray-600"> | |
| Life sciences expert with focus on BSL labs and containment facilities. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Certifications --> | |
| <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">QUALIFICATIONS</span> | |
| <h2 class="text-3xl font-bold mt-2 mb-8">Certifications & Affiliations</h2> | |
| <div class="flex flex-wrap justify-center gap-8 items-center"> | |
| <img src="http://static.photos/abstract/200x200/1" alt="ASHRAE" class="h-16 w-auto opacity-70 hover:opacity-100 transition"> | |
| <img src="http://static.photos/abstract/200x200/2" alt="ISPE" class="h-16 w-auto opacity-70 hover:opacity-100 transition"> | |
| <img src="http://static.photos/abstract/200x200/3" alt="USGBC" class="h-16 w-auto opacity-70 hover:opacity-100 transition"> | |
| <img src="http://static.photos/abstract/200x200/4" alt="ISO" class="h-16 w-auto opacity-70 hover:opacity-100 transition"> | |
| </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 Partner with Our Experts?</h2> | |
| <p class="text-blue-100 max-w-2xl mx-auto mb-8"> | |
| Our team 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="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 Design Build Partnership</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">Company</h4> | |
| <ul class="space-y-3"> | |
| <li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Leadership</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">News</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 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> |