Remove the Compliance Tab and it's contents
Browse files- about.html +1 -1
- index.html +1 -2
about.html
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">About</a>
|
| 46 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 47 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 48 |
-
|
| 49 |
</div>
|
| 50 |
<div class="-mr-2 flex items-center md:hidden">
|
| 51 |
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
|
|
|
|
| 45 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">About</a>
|
| 46 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 47 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 48 |
+
<a href="#" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
|
| 49 |
</div>
|
| 50 |
<div class="-mr-2 flex items-center md:hidden">
|
| 51 |
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
|
index.html
CHANGED
|
@@ -39,7 +39,6 @@
|
|
| 39 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Home</a>
|
| 40 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 41 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 42 |
-
<a href="compliance.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Compliance</a>
|
| 43 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 44 |
<a href="contact.html" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
|
| 45 |
</div>
|
|
@@ -93,7 +92,7 @@
|
|
| 93 |
<li><a href="about.html" class="text-gray-400 hover:text-white">About</a></li>
|
| 94 |
<li><a href="services.html" class="text-gray-400 hover:text-white">Services</a></li>
|
| 95 |
<li><a href="contact.html" class="text-gray-400 hover:text-white">Contact</a></li>
|
| 96 |
-
|
| 97 |
</div>
|
| 98 |
<div>
|
| 99 |
<h4 class="text-white font-bold mb-4">Legal</h4>
|
|
|
|
| 39 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Home</a>
|
| 40 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 41 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
|
|
|
| 42 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 43 |
<a href="contact.html" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
|
| 44 |
</div>
|
|
|
|
| 92 |
<li><a href="about.html" class="text-gray-400 hover:text-white">About</a></li>
|
| 93 |
<li><a href="services.html" class="text-gray-400 hover:text-white">Services</a></li>
|
| 94 |
<li><a href="contact.html" class="text-gray-400 hover:text-white">Contact</a></li>
|
| 95 |
+
</ul>
|
| 96 |
</div>
|
| 97 |
<div>
|
| 98 |
<h4 class="text-white font-bold mb-4">Legal</h4>
|