Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 617 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 617 Bytes

Make Your Contribution

  1. Fork this repository, star this repository , and clone it onto your machine.

  2. Make changes to the code on that branch, add your details in data.js like below and commit.

    {
      name: "Aarhan Khan",
      quote: "developer of this site",
      insta: "https://www.instagram.com/aarhan_._/",
      github: "https://github.com/bdab-x",
      linkedin: "https://www.linkedin.com/in/aarhan-k-62742b196/",
    },
    
  3. Push the commit to GitHub.

    git push 
    
  4. Make a pull request on GitHub.