Spaces:
Running
Running
change project name to Pharma Cleanroom
Browse files
biotech-cleanroom-facility.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
|
| 7 |
-
|
| 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>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Pharma Cleanroom Facility | 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>
|
bsl-3-research-lab.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 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">
|
| 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>
|
|
@@ -298,7 +298,7 @@
|
|
| 298 |
<h4 class="text-lg font-semibold mb-6">Projects</h4>
|
| 299 |
<ul class="space-y-3">
|
| 300 |
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
|
| 301 |
-
<li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">
|
| 302 |
</li>
|
| 303 |
<li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fabs</a></li>
|
| 304 |
<li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL Labs</a></li>
|
|
|
|
| 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">Pharma Cleanroom</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>
|
|
|
|
| 298 |
<h4 class="text-lg font-semibold mb-6">Projects</h4>
|
| 299 |
<ul class="space-y-3">
|
| 300 |
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
|
| 301 |
+
<li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Pharma Cleanroom</a>
|
| 302 |
</li>
|
| 303 |
<li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fabs</a></li>
|
| 304 |
<li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL Labs</a></li>
|
semiconductor-fab-expansion.html
CHANGED
|
@@ -293,8 +293,8 @@
|
|
| 293 |
<h4 class="text-lg font-semibold mb-6">Projects</h4>
|
| 294 |
<ul class="space-y-3">
|
| 295 |
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
|
| 296 |
-
<li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">
|
| 297 |
-
|
| 298 |
<li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL-3 Laboratory</a></li>
|
| 299 |
</ul>
|
| 300 |
</div>
|
|
|
|
| 293 |
<h4 class="text-lg font-semibold mb-6">Projects</h4>
|
| 294 |
<ul class="space-y-3">
|
| 295 |
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
|
| 296 |
+
<li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Pharma Cleanroom</a></li>
|
| 297 |
+
<li><a href="semiconductor-fab-expansion.html" class="text-blue-400 hover:text-blue-300 transition">Semiconductor Fab</a></li>
|
| 298 |
<li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL-3 Laboratory</a></li>
|
| 299 |
</ul>
|
| 300 |
</div>
|