Spaces:
Running
Running
Manual changes saved
Browse files- about.html +1 -2
- contact.html +1 -1
- services.html +2 -1
about.html
CHANGED
|
@@ -33,8 +33,7 @@
|
|
| 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">
|
| 37 |
-
<a href="case-studies.html" class="text-gray-600 hover:text-blue-600 transition">Case Studies</a>
|
| 38 |
<a href="about.html" class="text-blue-600 font-medium">About</a>
|
| 39 |
<a href="contact.html" class="text-gray-600 hover:text-blue-600 transition">Contact</a>
|
| 40 |
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
|
|
|
| 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>
|
contact.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 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">
|
| 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>
|
|
|
|
| 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>
|
services.html
CHANGED
|
@@ -30,7 +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-blue-600 font-medium">Services</a>
|
| 33 |
-
<a href="projects.html" class="text-gray-600 hover:text-blue-600 transition">
|
|
|
|
| 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>
|
| 36 |
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|
|
|
|
| 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>
|
| 37 |
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md transition">Collaborate</button>
|