Skip to content

Commit c00b42f

Browse files
Lead generation added3
1 parent a2719ab commit c00b42f

9 files changed

+2498
-933
lines changed

index.html

+14-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class="flex items-center h-[10vh] w-full bg-transparent fixed z-30 top-0 justify-between px-[4vw] transition-all duration-300">
1818
<h1
1919
class="font-bold relative z-20 lg:text-[2vw] text-white font-hello hover:text-gray-300 transition-colors duration-300">
20-
<a>EvoXcel</a>
20+
<a href="./index.html">EvoXcel</a>
2121
</h1>
2222
<ul
2323
class="hidden lg:flex w-[45%] relative z-50 items-center justify-between text-[1.4vw] font-[400] text-white">
@@ -48,18 +48,22 @@
4848
<i class="fas fa-envelope-open-text mr-2"></i><a href="#">Email Automation</a>
4949
</li>
5050
<li class="mb-4 hover:bg-gray-100 rounded-md transition-colors duration-200 flex items-center">
51-
<i class="fa-brands fa-linkedin mr-2"></i><a href="#">LinkedIn Automation</a>
51+
<i class="fa-brands fa-linkedin mr-2"></i><a
52+
href="./src/html/linkedIn-automation.html">LinkedIn
53+
Automation</a>
5254
</li>
5355
<li class="mb-4 hover:bg-gray-100 rounded-md transition-colors duration-200 flex items-center">
5456
<i class="fas fa-filter-circle-dollar mr-2"></i><a
55-
href="./src/html/lead-generation.html">Lead Generation</a>
57+
href="./src/html/lead-generation.html">Lead
58+
Generation</a>
5659
</li>
5760
</ul>
5861
</li>
5962
<li><a href="./src/html/pricing.html"
6063
class="hover:text-gray-300 py-4 transition-colors duration-300">Pricing</a></li>
6164
<li><a href="./src/html/about-us.html"
62-
class="hover:text-gray-300 py-4 transition-colors duration-300">About us</a></li>
65+
class="hover:text-gray-300 py-4 transition-colors duration-300">About
66+
us</a></li>
6367
<li><a href="./src/html/contact.html"
6468
class="hover:text-gray-300 transition-colors py-4 duration-300">Contact us</a></li>
6569
</ul>
@@ -75,8 +79,12 @@ <h1 class="text-white md:text-[4vw] text-[7vw] font-bold px-2 md:px-0 md:w-[50%]
7579
<h2 class="text-white md:w-[40%] font-sans m-auto md:text-[20px] mb-[5vh]">Leverage Our Cutting-Edge
7680
LinkedIn and
7781
Email Automation Tools to Skyrocket Your Business Growth</h2>
78-
<button class="border relative z-20 px-6 py-3 rounded-full text-white hover:text-black hover:bg-white">Get
79-
Started Today</button>
82+
<!-- <button class="border relative z-20 px-6 py-3 rounded-full text-white hover:text-black hover:bg-white">Get
83+
Started Today</button> -->
84+
<button
85+
class="relative px-8 py-2 text-white rounded-full bg-transparent isolation-auto z-10 border-2 border-white before:absolute before:w-full before:transition-all before:duration-700 before:hover:w-full before:-left-full before:hover:left-0 before:rounded-full before:bg-green-400 before:text-black before:-z-10 before:aspect-square before:hover:scale-150 overflow-hidden before:hover:duration-700">
86+
Get Started Today
87+
</button>
8088
</article>
8189
</section>
8290
<section class="intro">

0 commit comments

Comments
 (0)