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