mtourville commited on
Commit
b5dc5fc
·
verified ·
1 Parent(s): d73b06d

change biotech cleanrooms under the project tab to Pharmaceutical Cleanrooms

Browse files
biotech-cleanroom-facility.html CHANGED
@@ -262,8 +262,8 @@
262
  <h4 class="text-lg font-semibold mb-6">Projects</h4>
263
  <ul class="space-y-3">
264
  <li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
265
- <li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Biotech Cleanroom</a></li>
266
- <li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fab</a></li>
267
  <li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL-3 Laboratory</a></li>
268
  </ul>
269
  </div>
 
262
  <h4 class="text-lg font-semibold mb-6">Projects</h4>
263
  <ul class="space-y-3">
264
  <li><a href="projects.html" class="text-gray-400 hover:text-white transition">All Projects</a></li>
265
+ <li><a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Pharmaceutical Cleanroom</a></li>
266
+ <li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fab</a></li>
267
  <li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL-3 Laboratory</a></li>
268
  </ul>
269
  </div>
bsl-3-research-lab.html CHANGED
@@ -34,8 +34,8 @@
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">Biotech 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>
@@ -298,7 +298,9 @@
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">Biotech Cleanrooms</a></li>
 
 
302
  <li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fabs</a></li>
303
  <li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL Labs</a></li>
304
  </ul>
 
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>
 
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>
302
+ <a href="biotech-cleanroom-facility.html" class="text-gray-400 hover:text-white transition">Pharmaceutical Cleanrooms</a>
303
+ </li>
304
  <li><a href="semiconductor-fab-expansion.html" class="text-gray-400 hover:text-white transition">Semiconductor Fabs</a></li>
305
  <li><a href="bsl-3-research-lab.html" class="text-gray-400 hover:text-white transition">BSL Labs</a></li>
306
  </ul>