diff --git a/public/images/harpreet.jpg b/public/images/harpreet.jpg new file mode 100644 index 0000000..0f5be51 Binary files /dev/null and b/public/images/harpreet.jpg differ diff --git a/utils/contributors.js b/utils/contributors.js index 83222f6..e8063fa 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -59,6 +59,32 @@ const CONTRIBUTERS = [ `, github: "https://github.com/debarati-06", }, + { + handle_name: 'hs05june', + name: "Harpreet Singh", + image: "/images/harpreet.jpg", + description: ` + +
+ + Chilling + +
+ + Working + +
+ + Playing + +
+ + Eating + +
+ `, + github: "https://github.com/hs05june", + }, ]; export default CONTRIBUTERS;