Spaces:
Running
Running
uploading company logo
Browse files- index.html +6 -10
index.html
CHANGED
|
@@ -4,8 +4,9 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Essential Engineering | MEP Design Specialists</title>
|
| 7 |
-
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
-
<
|
|
|
|
| 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>
|
|
@@ -30,10 +31,7 @@
|
|
| 30 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 31 |
<div class="flex justify-between h-20 items-center">
|
| 32 |
<div class="flex-shrink-0 flex items-center">
|
| 33 |
-
<
|
| 34 |
-
<i data-feather="wind" class="text-white"></i>
|
| 35 |
-
</div>
|
| 36 |
-
<span class="ml-3 text-xl font-bold text-gray-800">Essential Engineering</span>
|
| 37 |
</div>
|
| 38 |
<div class="hidden md:block">
|
| 39 |
<div class="ml-10 flex items-center space-x-8">
|
|
@@ -301,10 +299,8 @@
|
|
| 301 |
<div class="grid md:grid-cols-4 gap-12">
|
| 302 |
<div>
|
| 303 |
<div class="flex items-center mb-6">
|
| 304 |
-
<
|
| 305 |
-
|
| 306 |
-
</div>
|
| 307 |
-
<span class="ml-3 text-xl font-bold">Essential Engineering Company</span>
|
| 308 |
</div>
|
| 309 |
<p class="text-gray-400 mb-6">
|
| 310 |
Essential Engineering Company provides specialized MEP solutions for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Essential Engineering | MEP Design Specialists</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<link rel="icon" type="image/svg+xml" href="/static/logo-icon.svg">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 12 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
|
|
|
|
| 31 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 32 |
<div class="flex justify-between h-20 items-center">
|
| 33 |
<div class="flex-shrink-0 flex items-center">
|
| 34 |
+
<img src="/static/logo.svg" alt="Essential Engineering Logo" class="h-12 w-auto">
|
|
|
|
|
|
|
|
|
|
| 35 |
</div>
|
| 36 |
<div class="hidden md:block">
|
| 37 |
<div class="ml-10 flex items-center space-x-8">
|
|
|
|
| 299 |
<div class="grid md:grid-cols-4 gap-12">
|
| 300 |
<div>
|
| 301 |
<div class="flex items-center mb-6">
|
| 302 |
+
<img src="/static/logo-white.svg" alt="Essential Engineering Logo" class="h-10 w-auto">
|
| 303 |
+
<span class="ml-3 text-xl font-bold">Essential Engineering Company</span>
|
|
|
|
|
|
|
| 304 |
</div>
|
| 305 |
<p class="text-gray-400 mb-6">
|
| 306 |
Essential Engineering Company provides specialized MEP solutions for critical environments in pharmaceutical, microelectronics, and advanced manufacturing.
|