mtourville commited on
Commit
62a0fdf
·
verified ·
1 Parent(s): 80cb76c

move grade a&b pharmaceutical cleanrooms (Design-BUild) from Industries tab to Projects tab

Browse files
bsl-3-research-lab.html CHANGED
@@ -34,10 +34,9 @@
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>
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>
 
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="semiconductor-fab-expansion.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Semiconductor Fabs</a>
 
38
  <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>
39
+ </div>
40
  </div>
41
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
42
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
index.html CHANGED
@@ -47,6 +47,7 @@
47
  <a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Infrastructure</a>
48
  </div>
49
  </div>
 
50
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
51
  <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
52
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
 
47
  <a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Infrastructure</a>
48
  </div>
49
  </div>
50
+ <a href="Projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
51
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
52
  <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
53
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
semiconductor-fab-expansion.html CHANGED
@@ -34,7 +34,6 @@
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 Cleanroom in Existing Facility" class="block px-4 py-2 bg-blue-50 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>
 
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="Semiconductor Cleanroom in Existing Facility" class="block px-4 py-2 bg-blue-50 text-blue-600">Semiconductor Fabs</a>
38
  <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>
39
  </div>