I don't see any navigation while clicking on "Get Started". I need to navigate to Contact Submission form when clicking on "Get Started"
Browse files- contact.html +2 -2
- index.html +2 -2
contact.html
CHANGED
|
@@ -47,8 +47,8 @@
|
|
| 47 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 48 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 49 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Contact</a>
|
| 50 |
-
<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>
|
| 51 |
-
|
| 52 |
<div class="-mr-2 flex items-center md:hidden">
|
| 53 |
<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">
|
| 54 |
<span class="sr-only">Open main menu</span>
|
|
|
|
| 47 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 48 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 49 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Contact</a>
|
| 50 |
+
<a href="#contactForm" 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>
|
| 51 |
+
</div>
|
| 52 |
<div class="-mr-2 flex items-center md:hidden">
|
| 53 |
<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">
|
| 54 |
<span class="sr-only">Open main menu</span>
|
index.html
CHANGED
|
@@ -51,8 +51,8 @@
|
|
| 51 |
<a href="about.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">ABOUT</a>
|
| 52 |
<a href="services.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">SERVICES</a>
|
| 53 |
<a href="contact.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">CONTACT</a>
|
| 54 |
-
<a href="
|
| 55 |
-
|
| 56 |
<div class="-mr-2 flex items-center md:hidden">
|
| 57 |
<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">
|
| 58 |
<span class="sr-only">Open main menu</span>
|
|
|
|
| 51 |
<a href="about.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">ABOUT</a>
|
| 52 |
<a href="services.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">SERVICES</a>
|
| 53 |
<a href="contact.html" class="text-gray-300 px-4 py-3 rounded-md text-lg font-bold tracking-wide hover:text-white hover:bg-black hover:bg-opacity-20 transition-all duration-300 transform hover:scale-105">CONTACT</a>
|
| 54 |
+
<a href="contact.html" class="ml-6 bg-[#FF9900] text-black px-8 py-3 rounded-md font-bold text-lg tracking-wide hover:bg-[#FF5100] transition-all duration-300 transform hover:scale-105 shadow-lg shadow-[#FF9900]/30">GET STARTED</a>
|
| 55 |
+
</div>
|
| 56 |
<div class="-mr-2 flex items-center md:hidden">
|
| 57 |
<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">
|
| 58 |
<span class="sr-only">Open main menu</span>
|