Spaces:
Running
Running
do not summarize the previous entry
Browse files- about.html +5 -5
- bsl-3-research-lab.html +12 -12
- contact.html +99 -125
about.html
CHANGED
|
@@ -35,8 +35,8 @@
|
|
| 35 |
<a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
|
| 36 |
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
|
| 37 |
<a href="about.html" class="text-blue-600 font-medium">About</a>
|
| 38 |
-
<a href="
|
| 39 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
<div class="md:hidden">
|
|
@@ -264,9 +264,9 @@
|
|
| 264 |
© 2023 Essential Engineering Design Build Partnership. All rights reserved.
|
| 265 |
</p>
|
| 266 |
<div class="flex space-x-6">
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
</div>
|
| 270 |
</div>
|
| 271 |
</div>
|
| 272 |
</footer>
|
|
|
|
| 35 |
<a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
|
| 36 |
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
|
| 37 |
<a href="about.html" class="text-blue-600 font-medium">About</a>
|
| 38 |
+
<a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
|
| 39 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
<div class="md:hidden">
|
|
|
|
| 264 |
© 2023 Essential Engineering Design Build Partnership. All rights reserved.
|
| 265 |
</p>
|
| 266 |
<div class="flex space-x-6">
|
| 267 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 268 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 269 |
+
</div>
|
| 270 |
</div>
|
| 271 |
</div>
|
| 272 |
</footer>
|
bsl-3-research-lab.html
CHANGED
|
@@ -29,19 +29,19 @@
|
|
| 29 |
<div class="hidden md:block">
|
| 30 |
<div class="ml-10 flex items-center space-x-8">
|
| 31 |
<a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
|
| 32 |
-
<a href="
|
| 33 |
<div class="group relative">
|
| 34 |
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition flex items-center">Projects <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i></a>
|
| 35 |
<div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
<a href="bsl-3-research-lab.html" class="block px-4 py-2
|
| 40 |
-
|
| 41 |
</div>
|
| 42 |
-
|
| 43 |
-
<a href="
|
| 44 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
| 45 |
</div>
|
| 46 |
</div>
|
| 47 |
<div class="md:hidden">
|
|
@@ -322,9 +322,9 @@
|
|
| 322 |
© 2023 Essential Engineering Company. All rights reserved.
|
| 323 |
</p>
|
| 324 |
<div class="flex space-x-6">
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
</div>
|
| 328 |
</div>
|
| 329 |
</div>
|
| 330 |
</footer>
|
|
|
|
| 29 |
<div class="hidden md:block">
|
| 30 |
<div class="ml-10 flex items-center space-x-8">
|
| 31 |
<a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
|
| 32 |
+
<a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
|
| 33 |
<div class="group relative">
|
| 34 |
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition flex items-center">Projects <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i></a>
|
| 35 |
<div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
|
| 36 |
+
<a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
|
| 37 |
+
<a href="biotech-cleanroom-facility.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Pharmaceutical Cleanrooms</a>
|
| 38 |
+
<a href="semiconductor-fab-expansion.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Semiconductor Fabs</a>
|
| 39 |
+
<a href="bsl-3-research-lab.html" class="block px-4 py-2 bg-blue-50 text-blue-600">BSL Labs</a>
|
| 40 |
+
</div>
|
| 41 |
</div>
|
| 42 |
+
<a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
|
| 43 |
+
<a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
|
| 44 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
| 45 |
</div>
|
| 46 |
</div>
|
| 47 |
<div class="md:hidden">
|
|
|
|
| 322 |
© 2023 Essential Engineering Company. All rights reserved.
|
| 323 |
</p>
|
| 324 |
<div class="flex space-x-6">
|
| 325 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 326 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 327 |
+
</div>
|
| 328 |
</div>
|
| 329 |
</div>
|
| 330 |
</footer>
|
contact.html
CHANGED
|
@@ -9,15 +9,6 @@
|
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
|
| 12 |
-
<style>
|
| 13 |
-
.form-input:focus {
|
| 14 |
-
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
|
| 15 |
-
}
|
| 16 |
-
.contact-card:hover {
|
| 17 |
-
transform: translateY(-3px);
|
| 18 |
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
| 19 |
-
}
|
| 20 |
-
</style>
|
| 21 |
</head>
|
| 22 |
<body class="font-sans antialiased text-gray-800">
|
| 23 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full -z-1"></div>
|
|
@@ -51,123 +42,97 @@
|
|
| 51 |
<!-- Contact Header -->
|
| 52 |
<section class="pt-32 pb-16 px-4 sm:px-6 lg:px-8 bg-white bg-opacity-90">
|
| 53 |
<div class="max-w-7xl mx-auto text-center">
|
|
|
|
| 54 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
|
| 55 |
-
|
| 56 |
</h1>
|
| 57 |
-
<p class="text-lg text-gray-600 mb-8 max-w-
|
| 58 |
-
|
| 59 |
</p>
|
| 60 |
</div>
|
| 61 |
</section>
|
| 62 |
|
| 63 |
-
<!-- Contact Form
|
| 64 |
-
<section class="py-16 px-4 sm:px-6 lg:px-8">
|
| 65 |
-
<div class="max-w-
|
| 66 |
-
<div
|
| 67 |
-
<
|
| 68 |
-
<
|
| 69 |
-
<
|
| 70 |
-
|
| 71 |
-
<
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
</div>
|
| 85 |
<div>
|
| 86 |
-
<
|
| 87 |
-
<
|
| 88 |
</div>
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
<option value="existing-project">Existing Project</option>
|
| 95 |
-
<option value="careers">Careers</option>
|
| 96 |
-
<option value="other">Other</option>
|
| 97 |
-
</select>
|
| 98 |
</div>
|
| 99 |
<div>
|
| 100 |
-
<
|
| 101 |
-
<
|
| 102 |
</div>
|
| 103 |
-
|
| 104 |
-
Send Message
|
| 105 |
-
</button>
|
| 106 |
-
</form>
|
| 107 |
-
</div>
|
| 108 |
-
|
| 109 |
-
<!-- Contact Info -->
|
| 110 |
-
<div>
|
| 111 |
-
<h2 class="text-2xl font-bold mb-6">Contact Information</h2>
|
| 112 |
|
| 113 |
-
<div class="
|
| 114 |
-
<div class="
|
| 115 |
-
<
|
| 116 |
-
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
|
| 117 |
-
<i data-feather="map-pin" class="text-blue-600"></i>
|
| 118 |
-
</div>
|
| 119 |
-
<div>
|
| 120 |
-
<h3 class="text-lg font-bold mb-1">Headquarters</h3>
|
| 121 |
-
<address class="not-italic text-gray-600">
|
| 122 |
-
123 Engineering Drive<br>
|
| 123 |
-
Tech Park, CA 90210<br>
|
| 124 |
-
United States
|
| 125 |
-
</address>
|
| 126 |
-
</div>
|
| 127 |
-
</div>
|
| 128 |
-
</div>
|
| 129 |
-
|
| 130 |
-
<div class="contact-card bg-white p-6 rounded-lg border border-gray-100 transition duration-300">
|
| 131 |
-
<div class="flex items-start">
|
| 132 |
-
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
|
| 133 |
-
<i data-feather="phone" class="text-blue-600"></i>
|
| 134 |
-
</div>
|
| 135 |
-
<div>
|
| 136 |
-
<h3 class="text-lg font-bold mb-1">Phone & Email</h3>
|
| 137 |
-
<p class="text-gray-600 mb-1">Phone: (555) 123-4567</p>
|
| 138 |
-
<p class="text-gray-600">Email: info@essentialeng.com</p>
|
| 139 |
-
</div>
|
| 140 |
-
</div>
|
| 141 |
</div>
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
<
|
| 145 |
-
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
|
| 146 |
-
<i data-feather="clock" class="text-blue-600"></i>
|
| 147 |
-
</div>
|
| 148 |
-
<div>
|
| 149 |
-
<h3 class="text-lg font-bold mb-1">Office Hours</h3>
|
| 150 |
-
<p class="text-gray-600 mb-1">Monday - Friday: 8:00 AM - 6:00 PM</p>
|
| 151 |
-
<p class="text-gray-600">Saturday - Sunday: Closed</p>
|
| 152 |
-
</div>
|
| 153 |
-
</div>
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
|
| 157 |
-
<div class="
|
| 158 |
-
<h3 class="
|
| 159 |
<div class="flex space-x-4">
|
| 160 |
-
<a href="#" class="bg-gray-
|
| 161 |
-
<i data-feather="linkedin" class="text-gray-
|
| 162 |
</a>
|
| 163 |
-
<a href="#" class="bg-gray-
|
| 164 |
-
<i data-feather="twitter" class="text-gray-
|
| 165 |
</a>
|
| 166 |
-
<a href="#" class="bg-gray-
|
| 167 |
-
<i data-feather="facebook" class="text-gray-
|
| 168 |
-
</a>
|
| 169 |
-
<a href="#" class="bg-gray-100 hover:bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center transition">
|
| 170 |
-
<i data-feather="youtube" class="text-gray-600 hover:text-blue-600"></i>
|
| 171 |
</a>
|
| 172 |
</div>
|
| 173 |
</div>
|
|
@@ -176,11 +141,19 @@
|
|
| 176 |
</div>
|
| 177 |
</section>
|
| 178 |
|
| 179 |
-
<!-- Map -->
|
| 180 |
-
<section class="
|
| 181 |
<div class="max-w-7xl mx-auto">
|
| 182 |
-
<div class="
|
| 183 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
</div>
|
| 185 |
</div>
|
| 186 |
</section>
|
|
@@ -213,40 +186,41 @@
|
|
| 213 |
<div>
|
| 214 |
<h4 class="text-lg font-semibold mb-6">Services</h4>
|
| 215 |
<ul class="space-y-3">
|
| 216 |
-
<li><a href="services.html" class="text-gray-400 hover:text-white transition">All Services</a></li>
|
| 217 |
<li><a href="services.html#cleanroom-design" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
|
| 218 |
<li><a href="services.html#hvac-systems" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
|
|
|
|
| 219 |
<li><a href="services.html#electrical-systems" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
|
| 220 |
</ul>
|
| 221 |
</div>
|
| 222 |
|
| 223 |
<div>
|
| 224 |
-
<h4 class="text-lg font-semibold mb-6">
|
| 225 |
<ul class="space-y-3">
|
| 226 |
-
<li><a href="
|
| 227 |
-
<li><a href="
|
| 228 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 229 |
-
<li><a href="
|
| 230 |
</ul>
|
| 231 |
</div>
|
| 232 |
|
| 233 |
<div>
|
| 234 |
-
<h4 class="text-lg font-semibold mb-6">
|
| 235 |
-
<
|
| 236 |
-
<
|
| 237 |
-
<
|
| 238 |
-
<
|
| 239 |
-
|
|
|
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
|
| 243 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 244 |
<p class="text-gray-500 text-sm mb-4 md:mb-0">
|
| 245 |
-
© 2023 Essential Engineering. All rights reserved.
|
| 246 |
</p>
|
| 247 |
<div class="flex space-x-6">
|
| 248 |
-
<a href="
|
| 249 |
-
<a href="
|
| 250 |
</div>
|
| 251 |
</div>
|
| 252 |
</div>
|
|
|
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
</head>
|
| 13 |
<body class="font-sans antialiased text-gray-800">
|
| 14 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full -z-1"></div>
|
|
|
|
| 42 |
<!-- Contact Header -->
|
| 43 |
<section class="pt-32 pb-16 px-4 sm:px-6 lg:px-8 bg-white bg-opacity-90">
|
| 44 |
<div class="max-w-7xl mx-auto text-center">
|
| 45 |
+
<span class="text-blue-600 font-medium">GET IN TOUCH</span>
|
| 46 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
|
| 47 |
+
Contact <span class="text-blue-600">Our Team</span>
|
| 48 |
</h1>
|
| 49 |
+
<p class="text-lg text-gray-600 mb-8 max-w-2xl mx-auto">
|
| 50 |
+
Have a project in mind or questions about our services? Our team is ready to assist you.
|
| 51 |
</p>
|
| 52 |
</div>
|
| 53 |
</section>
|
| 54 |
|
| 55 |
+
<!-- Contact Form -->
|
| 56 |
+
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50">
|
| 57 |
+
<div class="max-w-4xl mx-auto grid md:grid-cols-2 gap-12">
|
| 58 |
+
<div>
|
| 59 |
+
<h2 class="text-2xl font-bold mb-6">Send Us a Message</h2>
|
| 60 |
+
<form class="space-y-6">
|
| 61 |
+
<div>
|
| 62 |
+
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name*</label>
|
| 63 |
+
<input type="text" id="name" name="name" required class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
|
| 64 |
+
</div>
|
| 65 |
+
<div>
|
| 66 |
+
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email*</label>
|
| 67 |
+
<input type="email" id="email" name="email" required class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
|
| 68 |
+
</div>
|
| 69 |
+
<div>
|
| 70 |
+
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone</label>
|
| 71 |
+
<input type="tel" id="phone" name="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
|
| 72 |
+
</div>
|
| 73 |
+
<div>
|
| 74 |
+
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Subject</label>
|
| 75 |
+
<select id="subject" name="subject" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
|
| 76 |
+
<option value="general">General Inquiry</option>
|
| 77 |
+
<option value="services">Services Information</option>
|
| 78 |
+
<option value="projects">Project Consultation</option>
|
| 79 |
+
<option value="careers">Careers</option>
|
| 80 |
+
</select>
|
| 81 |
+
</div>
|
| 82 |
+
<div>
|
| 83 |
+
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message*</label>
|
| 84 |
+
<textarea id="message" name="message" rows="4" required class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500"></textarea>
|
| 85 |
+
</div>
|
| 86 |
+
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md font-medium transition w-full md:w-auto">
|
| 87 |
+
Send Message
|
| 88 |
+
</button>
|
| 89 |
+
</form>
|
| 90 |
+
</div>
|
| 91 |
+
|
| 92 |
+
<div>
|
| 93 |
+
<h2 class="text-2xl font-bold mb-6">Contact Information</h2>
|
| 94 |
+
<div class="space-y-6">
|
| 95 |
+
<div class="flex items-start">
|
| 96 |
+
<div class="bg-blue-100 p-3 rounded-full mr-4">
|
| 97 |
+
<i data-feather="map-pin" class="text-blue-600"></i>
|
| 98 |
</div>
|
| 99 |
<div>
|
| 100 |
+
<h3 class="font-bold text-gray-800">Headquarters</h3>
|
| 101 |
+
<p class="text-gray-600 mt-1">123 Engineering Drive<br>Tech Park, CA 90210</p>
|
| 102 |
</div>
|
| 103 |
+
</div>
|
| 104 |
+
|
| 105 |
+
<div class="flex items-start">
|
| 106 |
+
<div class="bg-blue-100 p-3 rounded-full mr-4">
|
| 107 |
+
<i data-feather="phone" class="text-blue-600"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
</div>
|
| 109 |
<div>
|
| 110 |
+
<h3 class="font-bold text-gray-800">Phone</h3>
|
| 111 |
+
<p class="text-gray-600 mt-1">(555) 123-4567<br>Mon-Fri: 8am-5pm PST</p>
|
| 112 |
</div>
|
| 113 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
+
<div class="flex items-start">
|
| 116 |
+
<div class="bg-blue-100 p-3 rounded-full mr-4">
|
| 117 |
+
<i data-feather="mail" class="text-blue-600"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</div>
|
| 119 |
+
<div>
|
| 120 |
+
<h3 class="font-bold text-gray-800">Email</h3>
|
| 121 |
+
<p class="text-gray-600 mt-1">info@essentialeng.com<br>Sales: sales@essentialeng.com</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
</div>
|
| 123 |
</div>
|
| 124 |
|
| 125 |
+
<div class="pt-6">
|
| 126 |
+
<h3 class="font-bold text-gray-800 mb-4">Connect With Us</h3>
|
| 127 |
<div class="flex space-x-4">
|
| 128 |
+
<a href="#" class="bg-gray-200 p-3 rounded-full hover:bg-blue-100 transition">
|
| 129 |
+
<i data-feather="linkedin" class="text-gray-700"></i>
|
| 130 |
</a>
|
| 131 |
+
<a href="#" class="bg-gray-200 p-3 rounded-full hover:bg-blue-100 transition">
|
| 132 |
+
<i data-feather="twitter" class="text-gray-700"></i>
|
| 133 |
</a>
|
| 134 |
+
<a href="#" class="bg-gray-200 p-3 rounded-full hover:bg-blue-100 transition">
|
| 135 |
+
<i data-feather="facebook" class="text-gray-700"></i>
|
|
|
|
|
|
|
|
|
|
| 136 |
</a>
|
| 137 |
</div>
|
| 138 |
</div>
|
|
|
|
| 141 |
</div>
|
| 142 |
</section>
|
| 143 |
|
| 144 |
+
<!-- Map Section -->
|
| 145 |
+
<section class="px-4 sm:px-6 lg:px-8">
|
| 146 |
<div class="max-w-7xl mx-auto">
|
| 147 |
+
<div class="overflow-hidden rounded-xl shadow-lg">
|
| 148 |
+
<div class="h-96 w-full bg-gray-200">
|
| 149 |
+
<!-- Map placeholder - would be replaced with actual map embed -->
|
| 150 |
+
<div class="flex items-center justify-center h-full">
|
| 151 |
+
<div class="text-center">
|
| 152 |
+
<i data-feather="map" class="w-16 h-16 mx-auto text-gray-400 mb-4"></i>
|
| 153 |
+
<p class="text-gray-600">Location Map Would Appear Here</p>
|
| 154 |
+
</div>
|
| 155 |
+
</div>
|
| 156 |
+
</div>
|
| 157 |
</div>
|
| 158 |
</div>
|
| 159 |
</section>
|
|
|
|
| 186 |
<div>
|
| 187 |
<h4 class="text-lg font-semibold mb-6">Services</h4>
|
| 188 |
<ul class="space-y-3">
|
|
|
|
| 189 |
<li><a href="services.html#cleanroom-design" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
|
| 190 |
<li><a href="services.html#hvac-systems" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
|
| 191 |
+
<li><a href="services.html#process-piping" class="text-gray-400 hover:text-white transition">Process Piping</a></li>
|
| 192 |
<li><a href="services.html#electrical-systems" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
|
| 193 |
</ul>
|
| 194 |
</div>
|
| 195 |
|
| 196 |
<div>
|
| 197 |
+
<h4 class="text-lg font-semibold mb-6">Projects</h4>
|
| 198 |
<ul class="space-y-3">
|
| 199 |
+
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
|
| 200 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Pharmaceutical</a></li>
|
| 201 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Microelectronics</a></li>
|
| 202 |
+
<li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">Life Sciences (BSL Labs)</a></li>
|
| 203 |
</ul>
|
| 204 |
</div>
|
| 205 |
|
| 206 |
<div>
|
| 207 |
+
<h4 class="text-lg font-semibold mb-6">Contact</h4>
|
| 208 |
+
<address class="not-italic text-gray-400">
|
| 209 |
+
<p class="mb-3">123 Engineering Drive</p>
|
| 210 |
+
<p class="mb-3">Tech Park, CA 90210</p>
|
| 211 |
+
<p class="mb-3">Phone: (555) 123-4567</p>
|
| 212 |
+
<p>Email: info@essentialeng.com</p>
|
| 213 |
+
</address>
|
| 214 |
</div>
|
| 215 |
</div>
|
| 216 |
|
| 217 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 218 |
<p class="text-gray-500 text-sm mb-4 md:mb-0">
|
| 219 |
+
© 2023 Essential Engineering Company. All rights reserved.
|
| 220 |
</p>
|
| 221 |
<div class="flex space-x-6">
|
| 222 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 223 |
+
<a href="#" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
</div>
|