diff --git a/public/images/KS.jpeg b/public/images/KS.jpeg new file mode 100644 index 0000000..d1dd94a Binary files /dev/null and b/public/images/KS.jpeg differ diff --git a/utils/contributors.js b/utils/contributors.js index 83222f6..5863a81 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -1,5 +1,4 @@ -const CONTRIBUTERS = [ - { +const CONTRIBUTERS = [{ handle_name: 'cops_iitbhu', name: "First Card", image: "/images/cops.jpg", @@ -59,6 +58,32 @@ const CONTRIBUTERS = [ `, github: "https://github.com/debarati-06", }, + { + handle_name: 'kushagra-kg', + name: "Kushagra Gupta", + image: "/images/KS.jpeg", + description: ` + +
+ + Chilling + +
+ + Working + +
+ + Playing + +
+ + Eating + +
+ `, + github: "https://github.com/kushagra-kg", + }, ]; -export default CONTRIBUTERS; +export default CONTRIBUTERS; \ No newline at end of file