mtourville commited on
Commit
98ca434
·
verified ·
1 Parent(s): 62a0fdf

make projects tab active

Browse files
about.html CHANGED
@@ -33,8 +33,8 @@
33
  <div class="ml-10 flex items-center space-x-8">
34
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
35
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
36
- <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Industries</a>
37
- <a href="about.html" class="text-blue-600 font-medium">About</a>
38
  <a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
39
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
40
  </div>
 
33
  <div class="ml-10 flex items-center space-x-8">
34
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
35
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
36
+ <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
37
+ <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
38
  <a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
39
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
40
  </div>
biotech-cleanroom-facility.html CHANGED
@@ -28,8 +28,8 @@
28
  <div class="hidden md:block">
29
  <div class="ml-10 flex items-center space-x-8">
30
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
31
- <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
32
- <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
33
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
34
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
35
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
 
28
  <div class="hidden md:block">
29
  <div class="ml-10 flex items-center space-x-8">
30
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
31
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
32
+ <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
33
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
34
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
35
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
bsl-3-research-lab.html CHANGED
@@ -29,9 +29,9 @@
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
- <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
  <div class="group relative">
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>
 
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
  <div class="group relative">
34
+ <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>
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>
case-studies.html CHANGED
@@ -30,8 +30,8 @@
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
- <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
34
- <a href="case-studies.html" class="text-blue-600 font-medium">Case Studies</a>
35
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
36
  <a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
37
  <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</a>
 
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
+ <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
34
+ <a href="case-studies.html" class="text-gray-600 hover:text-blue-600 transition">Case Studies</a>
35
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
36
  <a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
37
  <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</a>
contact.html CHANGED
@@ -24,9 +24,9 @@
24
  <div class="ml-10 flex items-center space-x-8">
25
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
26
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
27
- <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Industries</a>
28
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
29
- <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
30
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
31
  </div>
32
  </div>
 
24
  <div class="ml-10 flex items-center space-x-8">
25
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
26
  <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
27
+ <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
28
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
29
+ <a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
30
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
31
  </div>
32
  </div>
index.html CHANGED
@@ -34,10 +34,10 @@
34
  </div>
35
  <div class="hidden md:block">
36
  <div class="ml-10 flex items-center space-x-8">
37
- <a href="index.html" class="text-blue-600 font-medium">Home</a>
38
- <a href="services.html" class="text-blue-600 font-medium">Services</a>
39
  <div class="group relative">
40
- <a href="projects.html" class="text-blue-600 font-medium flex items-center">Industries <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i></a>
41
  <div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
42
  <a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
43
  <a href="Semiconductor.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Semiconductor</a>
 
34
  </div>
35
  <div class="hidden md:block">
36
  <div class="ml-10 flex items-center space-x-8">
37
+ <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
38
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
39
  <div class="group relative">
40
+ <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>
41
  <div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-1 hidden group-hover:block z-50">
42
  <a href="projects.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">All Projects</a>
43
  <a href="Semiconductor.html" class="block px-4 py-2 text-gray-800 hover:bg-blue-50 hover:text-blue-600">Semiconductor</a>
projects.html CHANGED
@@ -28,8 +28,8 @@
28
  <div class="hidden md:block">
29
  <div class="ml-10 flex items-center space-x-8">
30
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
31
- <a href="services.html" class="text-blue-600 font-medium">Services</a>
32
- <a href="projects.html" class="text-blue-600 font-medium">Industries</a>
33
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
34
  <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
35
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
 
28
  <div class="hidden md:block">
29
  <div class="ml-10 flex items-center space-x-8">
30
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
31
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
32
+ <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
33
  <a href="about.html" class="text-gray-600 hover:text-blue-600 transition">About</a>
34
  <a href="contact.html" class="text-blue-600 font-medium">Contact</a>
35
  <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
@@ -29,9 +29,9 @@
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
- <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
  <div class="group relative">
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>
 
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
  <div class="group relative">
34
+ <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>
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>
services.html CHANGED
@@ -29,8 +29,8 @@
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
- <a href="services.html" class="text-blue-600 font-medium">Services</a>
33
- <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Industries
34
  </a>
35
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
36
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
 
29
  <div class="hidden md:block">
30
  <div class="ml-10 flex items-center space-x-8">
31
  <a href="index.html" class="text-gray-600 hover:text-blue-600 transition">Home</a>
32
+ <a href="services.html" class="text-gray-600 hover:text-blue-600 transition">Services</a>
33
+ <a href="projects.html" class="text-blue-600 font-medium">Projects
34
  </a>
35
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
36
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>