Skip to content

Commit

Permalink
Merge pull request #72 from vedanshjainvj/vedansh
Browse files Browse the repository at this point in the history
Added explore more button in open source section
  • Loading branch information
charu1603 authored Feb 28, 2024
2 parents b5c5954 + 9b77916 commit 4171a88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gsap.registerPlugin(ScrollTrigger);
import bg1 from "../images/bg1.png";
import bg2 from "../images/bg2.png";
import bg5 from "../images/bg5.png";
import { MdStart } from "react-icons/md";
import { MdStart } from "react-icons/md"; // Icon


export default function Hero() {
Expand Down
6 changes: 6 additions & 0 deletions src/Components/components/Opensource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { gsap } from 'gsap'
import { ScrollTrigger } from 'gsap/all'
gsap.registerPlugin(ScrollTrigger);
import snippet from '../images/snippet.jpg';
import { FaLongArrowAltRight } from "react-icons/fa";


export default function Opensource() {

Expand Down Expand Up @@ -63,7 +65,11 @@ export default function Opensource() {
<p className="text-lg mb-4 " ref={text}>
We also function on the open source platform, and as part of our society, we have a separate open source block to spread the word about this. Get ready to join forces with other like-minded individuals in a fun, supportive environment! Let's set the tech world ablaze together!
</p>
<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">
Explore more <span><FaLongArrowAltRight className='lg:mt-1 ml-2 mt-1' /></span>
// Button added Here

</button>
</div>


Expand Down

0 comments on commit 4171a88

Please sign in to comment.