mtourville commited on
Commit
96483b2
·
verified ·
1 Parent(s): 94e0526

go to projects/biotech cleanrooms tab

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -38,11 +38,11 @@
38
  <a href="index.html" class="text-blue-600 font-medium">Home</a>
39
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
40
  <div class="group relative">
41
- <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>
42
- <div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
43
  <a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
44
- <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>
45
- <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>
46
  <a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Life Sciences (BSL Labs)</a>
47
  </div>
48
  </div>
 
38
  <a href="index.html" class="text-blue-600 font-medium">Home</a>
39
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
40
  <div class="group relative">
41
+ <a href="projects.html" class="text-blue-600 font-medium flex items-center">Projects <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i></a>
42
+ <div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
43
  <a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
44
+ <a href="biotech-cleanroom-facility.html" class="block px-4 py-2 bg-blue-50 text-blue-600">Biotech Cleanrooms</a>
45
+ <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>
46
  <a href="bsl-3-research-lab.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Life Sciences (BSL Labs)</a>
47
  </div>
48
  </div>