Spaces:
Running
Running
do not summarize the last entry
Browse files- about.html +5 -5
- bsl-3-research-lab.html +8 -8
- contact.html +125 -99
- privacy.html +176 -0
- terms.html +168 -0
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 |
-
|
| 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 |
-
|
| 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="contact.html" 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="privacy.html" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 268 |
+
<a href="terms.html" 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 |
<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 text-gray-800 hover:bg-blue-50 hover:text-blue-600">BSL Labs</a>
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
-
<a href="
|
| 43 |
-
<a href="
|
| 44 |
-
|
| 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 |
-
|
| 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="services.html" 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 text-gray-800 hover:bg-blue-50 hover:text-blue-600">BSL Labs</a>
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
+
<a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
|
| 43 |
+
<a href="contact.html" 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="privacy.html" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 326 |
+
<a href="terms.html" 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,6 +9,15 @@
|
|
| 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,97 +51,123 @@
|
|
| 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 |
-
|
| 48 |
</h1>
|
| 49 |
-
<p class="text-lg text-gray-600 mb-8 max-w-
|
| 50 |
-
|
| 51 |
</p>
|
| 52 |
</div>
|
| 53 |
</section>
|
| 54 |
|
| 55 |
-
<!-- Contact Form -->
|
| 56 |
-
<section class="py-16 px-4 sm:px-6 lg:px-8
|
| 57 |
-
<div class="max-w-
|
| 58 |
-
<div>
|
| 59 |
-
<
|
| 60 |
-
<
|
| 61 |
-
<
|
| 62 |
-
|
| 63 |
-
<
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 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 |
-
<
|
| 101 |
-
<
|
| 102 |
</div>
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 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 |
-
<
|
| 111 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
</div>
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
-
<div class="
|
| 116 |
-
<div class="bg-
|
| 117 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</div>
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
</div>
|
| 123 |
</div>
|
| 124 |
|
| 125 |
-
<div class="
|
| 126 |
-
<h3 class="font-bold
|
| 127 |
<div class="flex space-x-4">
|
| 128 |
-
<a href="#" class="bg-gray-
|
| 129 |
-
<i data-feather="linkedin" class="text-gray-
|
| 130 |
</a>
|
| 131 |
-
<a href="#" class="bg-gray-
|
| 132 |
-
<i data-feather="twitter" class="text-gray-
|
| 133 |
</a>
|
| 134 |
-
<a href="#" class="bg-gray-
|
| 135 |
-
<i data-feather="facebook" class="text-gray-
|
|
|
|
|
|
|
|
|
|
| 136 |
</a>
|
| 137 |
</div>
|
| 138 |
</div>
|
|
@@ -141,19 +176,11 @@
|
|
| 141 |
</div>
|
| 142 |
</section>
|
| 143 |
|
| 144 |
-
<!-- Map
|
| 145 |
-
<section class="px-4 sm:px-6 lg:px-8">
|
| 146 |
<div class="max-w-7xl mx-auto">
|
| 147 |
-
<div class="
|
| 148 |
-
<
|
| 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,41 +213,40 @@
|
|
| 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">
|
| 198 |
<ul class="space-y-3">
|
| 199 |
-
<li><a href="
|
| 200 |
-
<li><a href="
|
| 201 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 202 |
-
<li><a href="
|
| 203 |
</ul>
|
| 204 |
</div>
|
| 205 |
|
| 206 |
<div>
|
| 207 |
-
<h4 class="text-lg font-semibold mb-6">
|
| 208 |
-
<
|
| 209 |
-
<
|
| 210 |
-
<
|
| 211 |
-
<
|
| 212 |
-
|
| 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
|
| 220 |
</p>
|
| 221 |
<div class="flex space-x-6">
|
| 222 |
-
<a href="
|
| 223 |
-
<a href="
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
</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 |
+
<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 |
<!-- 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 |
+
Let's <span class="text-blue-600">Connect</span>
|
| 56 |
</h1>
|
| 57 |
+
<p class="text-lg text-gray-600 mb-8 max-w-3xl mx-auto">
|
| 58 |
+
Our team of MEP experts is ready to discuss your project requirements and deliver solutions that meet the most stringent industry standards.
|
| 59 |
</p>
|
| 60 |
</div>
|
| 61 |
</section>
|
| 62 |
|
| 63 |
+
<!-- Contact Form + Info -->
|
| 64 |
+
<section class="py-16 px-4 sm:px-6 lg:px-8">
|
| 65 |
+
<div class="max-w-7xl mx-auto">
|
| 66 |
+
<div class="grid md:grid-cols-2 gap-12">
|
| 67 |
+
<!-- Contact Form -->
|
| 68 |
+
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100">
|
| 69 |
+
<h2 class="text-2xl font-bold mb-6">Send Us a Message</h2>
|
| 70 |
+
<form class="space-y-6">
|
| 71 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 72 |
+
<div>
|
| 73 |
+
<label for="first-name" class="block text-sm font-medium text-gray-700 mb-1">First Name</label>
|
| 74 |
+
<input type="text" id="first-name" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition">
|
| 75 |
+
</div>
|
| 76 |
+
<div>
|
| 77 |
+
<label for="last-name" class="block text-sm font-medium text-gray-700 mb-1">Last Name</label>
|
| 78 |
+
<input type="text" id="last-name" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition">
|
| 79 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
</div>
|
| 81 |
<div>
|
| 82 |
+
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
|
| 83 |
+
<input type="email" id="email" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition">
|
| 84 |
</div>
|
| 85 |
+
<div>
|
| 86 |
+
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone</label>
|
| 87 |
+
<input type="tel" id="phone" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition">
|
|
|
|
|
|
|
| 88 |
</div>
|
| 89 |
<div>
|
| 90 |
+
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Subject</label>
|
| 91 |
+
<select id="subject" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition">
|
| 92 |
+
<option value="">Select a topic</option>
|
| 93 |
+
<option value="new-project">New Project Inquiry</option>
|
| 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 |
+
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
|
| 101 |
+
<textarea id="message" rows="4" class="form-input w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500 transition"></textarea>
|
| 102 |
+
</div>
|
| 103 |
+
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium w-full transition">
|
| 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="space-y-6">
|
| 114 |
+
<div class="contact-card bg-white p-6 rounded-lg border border-gray-100 transition duration-300">
|
| 115 |
+
<div class="flex items-start">
|
| 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 |
+
<div class="contact-card bg-white p-6 rounded-lg border border-gray-100 transition duration-300">
|
| 144 |
+
<div class="flex items-start">
|
| 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="mt-8">
|
| 158 |
+
<h3 class="text-lg font-bold mb-4">Follow Us</h3>
|
| 159 |
<div class="flex space-x-4">
|
| 160 |
+
<a href="#" class="bg-gray-100 hover:bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center transition">
|
| 161 |
+
<i data-feather="linkedin" class="text-gray-600 hover:text-blue-600"></i>
|
| 162 |
</a>
|
| 163 |
+
<a href="#" class="bg-gray-100 hover:bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center transition">
|
| 164 |
+
<i data-feather="twitter" class="text-gray-600 hover:text-blue-600"></i>
|
| 165 |
</a>
|
| 166 |
+
<a href="#" class="bg-gray-100 hover:bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center transition">
|
| 167 |
+
<i data-feather="facebook" class="text-gray-600 hover:text-blue-600"></i>
|
| 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 |
</div>
|
| 177 |
</section>
|
| 178 |
|
| 179 |
+
<!-- Map -->
|
| 180 |
+
<section class="py-0 px-4 sm:px-6 lg:px-8">
|
| 181 |
<div class="max-w-7xl mx-auto">
|
| 182 |
+
<div class="rounded-xl overflow-hidden shadow-xl">
|
| 183 |
+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.2151980931934!2d-73.98784468459378!3d40.74844047932796!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a9b3117469%3A0xd134e199a405a163!2sEmpire%20State%20Building!5e0!3m2!1sen!2sus!4v1629910960643!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
</div>
|
| 185 |
</div>
|
| 186 |
</section>
|
|
|
|
| 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">Company</h4>
|
| 225 |
<ul class="space-y-3">
|
| 226 |
+
<li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>
|
| 227 |
+
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">Projects</a></li>
|
| 228 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
|
| 229 |
+
<li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>
|
| 230 |
</ul>
|
| 231 |
</div>
|
| 232 |
|
| 233 |
<div>
|
| 234 |
+
<h4 class="text-lg font-semibold mb-6">Legal</h4>
|
| 235 |
+
<ul class="space-y-3">
|
| 236 |
+
<li><a href="privacy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
|
| 237 |
+
<li><a href="terms.html" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
|
| 238 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
|
| 239 |
+
</ul>
|
|
|
|
| 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="privacy.html" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 249 |
+
<a href="terms.html" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 250 |
</div>
|
| 251 |
</div>
|
| 252 |
</div>
|
privacy.html
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Privacy Policy | Essential Engineering</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 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 |
+
</head>
|
| 12 |
+
<body class="font-sans antialiased text-gray-800 bg-gray-50">
|
| 13 |
+
<!-- Navigation -->
|
| 14 |
+
<nav class="bg-white bg-opacity-90 backdrop-filter backdrop-blur-sm shadow-sm fixed w-full z-50">
|
| 15 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 16 |
+
<div class="flex justify-between h-20 items-center">
|
| 17 |
+
<div class="flex-shrink-0 flex items-center">
|
| 18 |
+
<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">
|
| 19 |
+
</div>
|
| 20 |
+
<div class="hidden md:block">
|
| 21 |
+
<div class="ml-10 flex items-center space-x-8">
|
| 22 |
+
<a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
|
| 23 |
+
<a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
|
| 24 |
+
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
|
| 25 |
+
<a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
|
| 26 |
+
<a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
|
| 27 |
+
</div>
|
| 28 |
+
</div>
|
| 29 |
+
<div class="md:hidden">
|
| 30 |
+
<button class="text-gray-600">
|
| 31 |
+
<i data-feather="menu"></i>
|
| 32 |
+
</button>
|
| 33 |
+
</div>
|
| 34 |
+
</div>
|
| 35 |
+
</div>
|
| 36 |
+
</nav>
|
| 37 |
+
|
| 38 |
+
<!-- Privacy Header -->
|
| 39 |
+
<section class="pt-32 pb-16 px-4 sm:px-6 lg:px-8 bg-white">
|
| 40 |
+
<div class="max-w-7xl mx-auto text-center">
|
| 41 |
+
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
|
| 42 |
+
Privacy <span class="text-blue-600">Policy</span>
|
| 43 |
+
</h1>
|
| 44 |
+
<p class="text-lg text-gray-600 mb-8 max-w-3xl mx-auto">
|
| 45 |
+
Last updated: January 1, 2023
|
| 46 |
+
</p>
|
| 47 |
+
</div>
|
| 48 |
+
</section>
|
| 49 |
+
|
| 50 |
+
<!-- Privacy Content -->
|
| 51 |
+
<section class="py-16 px-4 sm:px-6 lg:px-8">
|
| 52 |
+
<div class="max-w-4xl mx-auto">
|
| 53 |
+
<div class="prose prose-blue">
|
| 54 |
+
<h2>1. Introduction</h2>
|
| 55 |
+
<p>Essential Engineering ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website essentialeng.com.</p>
|
| 56 |
+
|
| 57 |
+
<h2>2. Information We Collect</h2>
|
| 58 |
+
<p>We may collect information about you in a variety of ways:</p>
|
| 59 |
+
<ul>
|
| 60 |
+
<li><strong>Personal Data:</strong> Personally identifiable information that you voluntarily give to us, such as name, email address, and phone number.</li>
|
| 61 |
+
<li><strong>Derivative Data:</strong> Information our servers automatically collect when you access our website, such as your IP address and browser type.</li>
|
| 62 |
+
<li><strong>Cookies:</strong> Data files placed on your device that include an anonymous unique identifier.</li>
|
| 63 |
+
</ul>
|
| 64 |
+
|
| 65 |
+
<h2>3. Use of Your Information</h2>
|
| 66 |
+
<p>We may use the information we collect about you via the Site to:</p>
|
| 67 |
+
<ul>
|
| 68 |
+
<li>Create and manage your account</li>
|
| 69 |
+
<li>Process your requests and respond to inquiries</li>
|
| 70 |
+
<li>Improve our website and services</li>
|
| 71 |
+
<li>Send you newsletters and marketing communications</li>
|
| 72 |
+
<li>Enforce our Terms of Service and other legal terms</li>
|
| 73 |
+
</ul>
|
| 74 |
+
|
| 75 |
+
<h2>4. Disclosure of Your Information</h2>
|
| 76 |
+
<p>We may share information we have collected about you in certain situations:</p>
|
| 77 |
+
<ul>
|
| 78 |
+
<li><strong>Business Transfers:</strong> In connection with any merger or sale of company assets.</li>
|
| 79 |
+
<li><strong>Service Providers:</strong> Third parties who provide services on our behalf.</li>
|
| 80 |
+
<li><strong>Legal Obligations:</strong> If required to do so by law or in response to valid requests by public authorities.</li>
|
| 81 |
+
</ul>
|
| 82 |
+
|
| 83 |
+
<h2>5. Data Security</h2>
|
| 84 |
+
<p>We implement reasonable security measures designed to protect your information. However, no electronic transmission or storage of information can be guaranteed to be 100% secure.</p>
|
| 85 |
+
|
| 86 |
+
<h2>6. Policy for Children</h2>
|
| 87 |
+
<p>We do not knowingly solicit information from or market to children under the age of 13. If we learn we have collected personal information from a child under age 13, we will delete that information.</p>
|
| 88 |
+
|
| 89 |
+
<h2>7. Changes to This Privacy Policy</h2>
|
| 90 |
+
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date.</p>
|
| 91 |
+
|
| 92 |
+
<h2>8. Contact Us</h2>
|
| 93 |
+
<p>If you have questions or comments about this Privacy Policy, please contact us at:</p>
|
| 94 |
+
<address class="not-italic">
|
| 95 |
+
Essential Engineering<br>
|
| 96 |
+
123 Engineering Drive<br>
|
| 97 |
+
Tech Park, CA 90210<br>
|
| 98 |
+
Email: privacy@essentialeng.com<br>
|
| 99 |
+
Phone: (555) 123-4567
|
| 100 |
+
</address>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
</section>
|
| 104 |
+
|
| 105 |
+
<!-- Footer -->
|
| 106 |
+
<footer class="bg-gray-900 text-white py-16 px-4 sm:px-6 lg:px-8">
|
| 107 |
+
<div class="max-w-7xl mx-auto">
|
| 108 |
+
<div class="grid md:grid-cols-4 gap-12">
|
| 109 |
+
<div>
|
| 110 |
+
<div class="flex items-center mb-6">
|
| 111 |
+
<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">
|
| 112 |
+
<span class="ml-3 text-xl font-bold">Essential Engineering</span>
|
| 113 |
+
</div>
|
| 114 |
+
<p class="text-gray-400 mb-6">
|
| 115 |
+
Specialized MEP solutions for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
|
| 116 |
+
</p>
|
| 117 |
+
<div class="flex space-x-4">
|
| 118 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 119 |
+
<i data-feather="linkedin"></i>
|
| 120 |
+
</a>
|
| 121 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 122 |
+
<i data-feather="twitter"></i>
|
| 123 |
+
</a>
|
| 124 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 125 |
+
<i data-feather="facebook"></i>
|
| 126 |
+
</a>
|
| 127 |
+
</div>
|
| 128 |
+
</div>
|
| 129 |
+
|
| 130 |
+
<div>
|
| 131 |
+
<h4 class="text-lg font-semibold mb-6">Services</h4>
|
| 132 |
+
<ul class="space-y-3">
|
| 133 |
+
<li><a href="services.html" class="text-gray-400 hover:text-white transition">All Services</a></li>
|
| 134 |
+
<li><a href="services.html#cleanroom-design" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
|
| 135 |
+
<li><a href="services.html#hvac-systems" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
|
| 136 |
+
<li><a href="services.html#electrical-systems" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
|
| 137 |
+
</ul>
|
| 138 |
+
</div>
|
| 139 |
+
|
| 140 |
+
<div>
|
| 141 |
+
<h4 class="text-lg font-semibold mb-6">Company</h4>
|
| 142 |
+
<ul class="space-y-3">
|
| 143 |
+
<li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>
|
| 144 |
+
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">Projects</a></li>
|
| 145 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
|
| 146 |
+
<li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>
|
| 147 |
+
</ul>
|
| 148 |
+
</div>
|
| 149 |
+
|
| 150 |
+
<div>
|
| 151 |
+
<h4 class="text-lg font-semibold mb-6">Legal</h4>
|
| 152 |
+
<ul class="space-y-3">
|
| 153 |
+
<li><a href="privacy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
|
| 154 |
+
<li><a href="terms.html" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
|
| 155 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
|
| 156 |
+
</ul>
|
| 157 |
+
</div>
|
| 158 |
+
</div>
|
| 159 |
+
|
| 160 |
+
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 161 |
+
<p class="text-gray-500 text-sm mb-4 md:mb-0">
|
| 162 |
+
© 2023 Essential Engineering. All rights reserved.
|
| 163 |
+
</p>
|
| 164 |
+
<div class="flex space-x-6">
|
| 165 |
+
<a href="privacy.html" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 166 |
+
<a href="terms.html" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</div>
|
| 170 |
+
</footer>
|
| 171 |
+
|
| 172 |
+
<script>
|
| 173 |
+
feather.replace();
|
| 174 |
+
</script>
|
| 175 |
+
</body>
|
| 176 |
+
</html>
|
terms.html
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Terms of Service | Essential Engineering</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 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 |
+
</head>
|
| 12 |
+
<body class="font-sans antialiased text-gray-800 bg-gray-50">
|
| 13 |
+
<!-- Navigation -->
|
| 14 |
+
<nav class="bg-white bg-opacity-90 backdrop-filter backdrop-blur-sm shadow-sm fixed w-full z-50">
|
| 15 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 16 |
+
<div class="flex justify-between h-20 items-center">
|
| 17 |
+
<div class="flex-shrink-0 flex items-center">
|
| 18 |
+
<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">
|
| 19 |
+
</div>
|
| 20 |
+
<div class="hidden md:block">
|
| 21 |
+
<div class="ml-10 flex items-center space-x-8">
|
| 22 |
+
<a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
|
| 23 |
+
<a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
|
| 24 |
+
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
|
| 25 |
+
<a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
|
| 26 |
+
<a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
|
| 27 |
+
</div>
|
| 28 |
+
</div>
|
| 29 |
+
<div class="md:hidden">
|
| 30 |
+
<button class="text-gray-600">
|
| 31 |
+
<i data-feather="menu"></i>
|
| 32 |
+
</button>
|
| 33 |
+
</div>
|
| 34 |
+
</div>
|
| 35 |
+
</div>
|
| 36 |
+
</nav>
|
| 37 |
+
|
| 38 |
+
<!-- Terms Header -->
|
| 39 |
+
<section class="pt-32 pb-16 px-4 sm:px-6 lg:px-8 bg-white">
|
| 40 |
+
<div class="max-w-7xl mx-auto text-center">
|
| 41 |
+
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-800">
|
| 42 |
+
Terms of <span class="text-blue-600">Service</span>
|
| 43 |
+
</h1>
|
| 44 |
+
<p class="text-lg text-gray-600 mb-8 max-w-3xl mx-auto">
|
| 45 |
+
Last updated: January 1, 2023
|
| 46 |
+
</p>
|
| 47 |
+
</div>
|
| 48 |
+
</section>
|
| 49 |
+
|
| 50 |
+
<!-- Terms Content -->
|
| 51 |
+
<section class="py-16 px-4 sm:px-6 lg:px-8">
|
| 52 |
+
<div class="max-w-4xl mx-auto">
|
| 53 |
+
<div class="prose prose-blue">
|
| 54 |
+
<h2>1. Acceptance of Terms</h2>
|
| 55 |
+
<p>By accessing or using the Essential Engineering website ("Site"), you agree to be bound by these Terms of Service. If you do not agree to all the terms, do not use this Site.</p>
|
| 56 |
+
|
| 57 |
+
<h2>2. Changes to Terms</h2>
|
| 58 |
+
<p>We reserve the right to modify these terms at any time. All changes are effective immediately when we post them. Your continued use of the Site following the posting of revised Terms means you accept and agree to the changes.</p>
|
| 59 |
+
|
| 60 |
+
<h2>3. Accessing the Site</h2>
|
| 61 |
+
<p>We reserve the right to withdraw or amend this Site in our sole discretion without notice. We will not be liable if for any reason all or any part of the Site is unavailable at any time.</p>
|
| 62 |
+
|
| 63 |
+
<h2>4. Intellectual Property Rights</h2>
|
| 64 |
+
<p>The Site and its entire contents are owned by Essential Engineering and are protected by copyright and other intellectual property laws. You must not reproduce, distribute, modify, or create derivative works of any materials without our prior written consent.</p>
|
| 65 |
+
|
| 66 |
+
<h2>5. Prohibited Uses</h2>
|
| 67 |
+
<p>You may use the Site only for lawful purposes and in accordance with these Terms. You agree not to use the Site:</p>
|
| 68 |
+
<ul>
|
| 69 |
+
<li>In any way that violates any applicable law</li>
|
| 70 |
+
<li>To transmit any advertising or promotional material without our consent</li>
|
| 71 |
+
<li>To impersonate or attempt to impersonate Essential Engineering or any other person</li>
|
| 72 |
+
<li>To engage in any other conduct that restricts or inhibits anyone's use of the Site</li>
|
| 73 |
+
</ul>
|
| 74 |
+
|
| 75 |
+
<h2>6. Disclaimer of Warranties</h2>
|
| 76 |
+
<p>The Site is provided "as is" and "as available" without warranties of any kind, either express or implied. We do not warrant that the Site will be uninterrupted or error-free.</p>
|
| 77 |
+
|
| 78 |
+
<h2>7. Limitation of Liability</h2>
|
| 79 |
+
<p>To the fullest extent permitted by law, in no event will Essential Engineering be liable for any damages, including without limitation direct or indirect damages arising out of or in connection with your use of the Site.</p>
|
| 80 |
+
|
| 81 |
+
<h2>8. Governing Law</h2>
|
| 82 |
+
<p>These Terms shall be governed by and construed in accordance with the laws of the State of California without regard to its conflict of law principles.</p>
|
| 83 |
+
|
| 84 |
+
<h2>9. Contact Information</h2>
|
| 85 |
+
<p>For questions about these Terms, please contact us at:</p>
|
| 86 |
+
<address class="not-italic">
|
| 87 |
+
Essential Engineering<br>
|
| 88 |
+
123 Engineering Drive<br>
|
| 89 |
+
Tech Park, CA 90210<br>
|
| 90 |
+
Email: legal@essentialeng.com<br>
|
| 91 |
+
Phone: (555) 123-4567
|
| 92 |
+
</address>
|
| 93 |
+
</div>
|
| 94 |
+
</div>
|
| 95 |
+
</section>
|
| 96 |
+
|
| 97 |
+
<!-- Footer -->
|
| 98 |
+
<footer class="bg-gray-900 text-white py-16 px-4 sm:px-6 lg:px-8">
|
| 99 |
+
<div class="max-w-7xl mx-auto">
|
| 100 |
+
<div class="grid md:grid-cols-4 gap-12">
|
| 101 |
+
<div>
|
| 102 |
+
<div class="flex items-center mb-6">
|
| 103 |
+
<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">
|
| 104 |
+
<span class="ml-3 text-xl font-bold">Essential Engineering</span>
|
| 105 |
+
</div>
|
| 106 |
+
<p class="text-gray-400 mb-6">
|
| 107 |
+
Specialized MEP solutions for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
|
| 108 |
+
</p>
|
| 109 |
+
<div class="flex space-x-4">
|
| 110 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 111 |
+
<i data-feather="linkedin"></i>
|
| 112 |
+
</a>
|
| 113 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 114 |
+
<i data-feather="twitter"></i>
|
| 115 |
+
</a>
|
| 116 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 117 |
+
<i data-feather="facebook"></i>
|
| 118 |
+
</a>
|
| 119 |
+
</div>
|
| 120 |
+
</div>
|
| 121 |
+
|
| 122 |
+
<div>
|
| 123 |
+
<h4 class="text-lg font-semibold mb-6">Services</h4>
|
| 124 |
+
<ul class="space-y-3">
|
| 125 |
+
<li><a href="services.html" class="text-gray-400 hover:text-white transition">All Services</a></li>
|
| 126 |
+
<li><a href="services.html#cleanroom-design" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
|
| 127 |
+
<li><a href="services.html#hvac-systems" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
|
| 128 |
+
<li><a href="services.html#electrical-systems" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
|
| 129 |
+
</ul>
|
| 130 |
+
</div>
|
| 131 |
+
|
| 132 |
+
<div>
|
| 133 |
+
<h4 class="text-lg font-semibold mb-6">Company</h4>
|
| 134 |
+
<ul class="space-y-3">
|
| 135 |
+
<li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>
|
| 136 |
+
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">Projects</a></li>
|
| 137 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
|
| 138 |
+
<li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>
|
| 139 |
+
</ul>
|
| 140 |
+
</div>
|
| 141 |
+
|
| 142 |
+
<div>
|
| 143 |
+
<h4 class="text-lg font-semibold mb-6">Legal</h4>
|
| 144 |
+
<ul class="space-y-3">
|
| 145 |
+
<li><a href="privacy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
|
| 146 |
+
<li><a href="terms.html" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
|
| 147 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
|
| 148 |
+
</ul>
|
| 149 |
+
</div>
|
| 150 |
+
</div>
|
| 151 |
+
|
| 152 |
+
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 153 |
+
<p class="text-gray-500 text-sm mb-4 md:mb-0">
|
| 154 |
+
© 2023 Essential Engineering. All rights reserved.
|
| 155 |
+
</p>
|
| 156 |
+
<div class="flex space-x-6">
|
| 157 |
+
<a href="privacy.html" class="text-gray-500 hover:text-white text-sm">Privacy Policy</a>
|
| 158 |
+
<a href="terms.html" class="text-gray-500 hover:text-white text-sm">Terms of Service</a>
|
| 159 |
+
</div>
|
| 160 |
+
</div>
|
| 161 |
+
</div>
|
| 162 |
+
</footer>
|
| 163 |
+
|
| 164 |
+
<script>
|
| 165 |
+
feather.replace();
|
| 166 |
+
</script>
|
| 167 |
+
</body>
|
| 168 |
+
</html>
|