mtourville commited on
Commit
be8a95c
·
verified ·
1 Parent(s): 60b8a2d

go to home tab

Browse files
Files changed (2) hide show
  1. index.html +2 -2
  2. projects.html +1 -1
index.html CHANGED
@@ -35,8 +35,8 @@
35
  </div>
36
  <div class="hidden md:block">
37
  <div class="ml-10 flex items-center space-x-8">
38
- <a href="#" class="text-blue-600 font-medium">Home</a>
39
- <a href="#" class="text-gray-600 hover:text-blue-600 transition">Services</a>
40
  <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
41
  <a href="biotech-cleanroom-facility.html" class="text-gray-600 hover:text-blue-600 transition">Featured</a>
42
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
 
35
  </div>
36
  <div class="hidden md:block">
37
  <div class="ml-10 flex items-center space-x-8">
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
  <a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">Projects</a>
41
  <a href="biotech-cleanroom-facility.html" class="text-gray-600 hover:text-blue-600 transition">Featured</a>
42
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
projects.html CHANGED
@@ -29,7 +29,7 @@
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
  <a href="projects.html" class="text-blue-600 font-medium">Projects</a>
34
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
35
  <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="#" 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="#" class="text-gray-600 hover:text-blue-600 transition">About</a>
35
  <a href="#" class="text-gray-600 hover:text-blue-600 transition">Contact</a>