Skip to content

Commit

Permalink
Merge pull request #68 from vedanshjainvj/vedansh
Browse files Browse the repository at this point in the history
Line Hover Animation
  • Loading branch information
charu1603 authored Feb 28, 2024
2 parents 808b3be + f113bae commit ad007b8
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 123 deletions.
331 changes: 268 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions src/Components/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import design3 from "../images/Feature3.png";
import design2 from "../images/Feature2.png";
import design1 from "../images/Feature1.png";
import os from "../images/os.png";
import { FaLongArrowAltRight } from "react-icons/fa";


export default function About() {
const heading = React.createRef();
Expand Down Expand Up @@ -106,8 +108,9 @@ export default function About() {
with us. So come in, join the conversations, ask questions, share
projects and feedback, and much more.
</p>
<button className="bg-[#dc2626] text-white w-[200px] ease-in duration-[0.3s] hover:bg-[#10b981] font-medium my-6 mx-auto md:mx-4 py-3 text-center rounded-lg" ref={btn}>
Learn more
<button className="bg-[#dc2626] inline-flex justify-center items-center text-white w-[200px] ease-in duration-[0.3s] hover:bg-[#10b981] font-medium my-6 mx-auto md:mx-4 py-3 text-center rounded-lg" ref={btn}>
Learn more <span><FaLongArrowAltRight className='lg:mt-1 ml-2 mt-1' /></span>

</button>
</div>
</div>
Expand Down
Loading

0 comments on commit ad007b8

Please sign in to comment.