diff --git a/public/images/Screenshot.jpg b/public/images/Screenshot.jpg new file mode 100644 index 0000000..24729e7 Binary files /dev/null and b/public/images/Screenshot.jpg differ diff --git a/utils/contributors.js b/utils/contributors.js index 83222f6..47d4334 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -59,6 +59,32 @@ const CONTRIBUTERS = [ `, github: "https://github.com/debarati-06", }, + { + handle_name: 'sachinkg7', + name: "Sachin Kumar Gupta", + image: "/images/Screenshot.jpg", + description: ` + +
+ + Chilling + +
+ + Working + +
+ + Playing + +
+ + Eating + +
+ `, + github: "https://github.com/sachinkg7", + }, ]; export default CONTRIBUTERS;