diff --git a/public/images/kunal.jpeg b/public/images/kunal.jpeg new file mode 100644 index 0000000..ed33c56 Binary files /dev/null and b/public/images/kunal.jpeg differ diff --git a/utils/contributors.js b/utils/contributors.js index 83222f6..05345e2 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -14,9 +14,9 @@ const CONTRIBUTERS = [ description: `
- + Chilling - +
Working @@ -40,9 +40,9 @@ const CONTRIBUTERS = [ description: `
- + Chilling - +
Working @@ -59,6 +59,13 @@ const CONTRIBUTERS = [ `, github: "https://github.com/debarati-06", }, + { + handle_name: 'Kunal1903', + name: "Kunal Lalwani", + image: "/images/kunal.jpeg", + description: "Hello everyone, this is the first card. Go ahead, add your own!", + github: "https://github.com/Kunal1903", + } ]; export default CONTRIBUTERS;