diff --git a/public/images/newimage.jpg b/public/images/newimage.jpg new file mode 100644 index 0000000..1c6f648 Binary files /dev/null and b/public/images/newimage.jpg differ diff --git a/utils/contributors.js b/utils/contributors.js index fe0a6fc..5b346de 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -33,6 +33,13 @@ const CONTRIBUTERS = [ `, github: "https://github.com/subodhk01", }, + { + handle_name: 'Ashish-Kumar-01', + name: "Ashish Kumar", + image: "/images/newimage.jpg", + description: "Hello everyone ,I am a 2nd yr ECE student", + github: "https://github.com/Ashish-Kumar-01", + } ]; export default CONTRIBUTERS;