Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
meAasifAli committed Mar 21, 2024
1 parent 3f15d6a commit b784751
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,45 @@ const Home = () => {
<img src={bg} alt="error" className='rounded-full h-[300px] w-[300px] md:h-[400px] md:w-[400px]' />
</div>
<div className='flex flex-col gap-2 md:gap-4 transition 0.3s ease-in-out md:w-1/2'>
<h4>
<h4 data-aos="fade-up"
data-aos-offset="200"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center">
Hello I&apos;m
</h4>
<h1 className='text-6xl font-bold animate-pulse animate-infinite animate-duration-[6000ms] animate-ease-out'>
<h1 data-aos="fade-up"
data-aos-offset="200"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center" className='text-6xl font-bold animate-pulse animate-infinite animate-duration-[6000ms] animate-ease-out'>
Aasif <span className='text-primary'>Ali</span>
</h1>
<p className='text-lg'>
<p data-aos="fade-up"
data-aos-offset="200"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center" className='text-lg'>
I&apos;m a Full Stack Developer with an art of crafting the scalable
web applications employing cutting-edge Technologies like MERN-stack,Nextjs etc. renowned in the market for scalability and performance.
</p>
<div className=' z-[30] transition-all duration-200 delay-150 ease-in-out flex flex-row justify-between md:justify-normal md:gap-4 px-1 py-4 md:py-8 mt-2 '>
<div data-aos="fade-up"
data-aos-offset="200"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center" className=' z-[30] transition-all duration-200 delay-150 ease-in-out flex flex-row justify-between md:justify-normal md:gap-4 px-1 py-4 md:py-8 mt-2 '>
<a href='#contact' className='bg-gradient-to-r from-primary-300 via-dark/70 to-green-700 hover:from-pink-500 hover:to-yellow-500 p-4 rounded-md hover:bg-primary hover:transition duration-300 delay-100 ease-in-out'>
<CallIcon />Hire Me
</a>
Expand Down

0 comments on commit b784751

Please sign in to comment.