diff --git a/public/images/anime.jpg b/public/images/anime.jpg new file mode 100644 index 0000000..74ae6ff Binary files /dev/null and b/public/images/anime.jpg differ diff --git a/utils/contributors.js b/utils/contributors.js index 83222f6..6002475 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -8,9 +8,9 @@ const CONTRIBUTERS = [ }, // Start adding your data below { - handle_name: 'ankur12-160', - name: "Ankur Patil", - image: "/images/anks.png", + handle_name: 'lalit9389', + name: "Lalit singh", + image: "anime.jpg", description: `
@@ -31,7 +31,7 @@ const CONTRIBUTERS = [
`, - github: "https://github.com/ankur12-1610", + github: "https://github.com/lalit9389", }, { handle_name: 'debarati-06', @@ -59,6 +59,32 @@ const CONTRIBUTERS = [ `, github: "https://github.com/debarati-06", }, + { + handle_name: 'lalit9389', + name: "Lalit Singh", + image: "anime.jpg", + description: ` + +
+ + Chilling + +
+ + Working + +
+ + Playing + +
+ + Eating + +
+ `, + github: "https://github.com/lalit9389", + } ]; export default CONTRIBUTERS;