From 3276e6e1098da6bace175a0f1888d4f054d2a385 Mon Sep 17 00:00:00 2001 From: chaoticsoul2004 <122719670+chaoticsoul2004@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:31:26 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e81bb..f9db34c 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,8 @@ The Web Page is live at - [Freshers-NameCards](https://cops-freshers.netlify.app - Include your image in the images directory (you'll find this is the public folder) of the cloned repository (Image size should not exceed 1 MB) - Inside the utils folder, you'll find a file named `contributers.js` , which contains a CONTRIBUTERS array consisting of 2 sample templates. Copy the first template and add it to the end of the array after filling in your details (Don't forget to link your github profile). -- You DO NOT have to change any of the pre-existing files or code, you just need to add your details at the end of the array. \ No newline at end of file +- You DO NOT have to change any of the pre-existing files or code, you just need to add your details at the end of the array. + + + +...... From 72f1befe5498aead7be0c9ba8daccb984c84dbcd Mon Sep 17 00:00:00 2001 From: chaoticsoul2004 <122719670+chaoticsoul2004@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:32:07 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f9db34c..9dd6703 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,3 @@ The Web Page is live at - [Freshers-NameCards](https://cops-freshers.netlify.app - Include your image in the images directory (you'll find this is the public folder) of the cloned repository (Image size should not exceed 1 MB) - Inside the utils folder, you'll find a file named `contributers.js` , which contains a CONTRIBUTERS array consisting of 2 sample templates. Copy the first template and add it to the end of the array after filling in your details (Don't forget to link your github profile). - You DO NOT have to change any of the pre-existing files or code, you just need to add your details at the end of the array. - - - -...... From 74ddbee2ab3a399be9052f9a77f379fc05c3720d Mon Sep 17 00:00:00 2001 From: chaoticsoul2004 Date: Sun, 15 Jan 2023 14:36:21 +0530 Subject: [PATCH 3/3] hello --- utils/contributors.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/contributors.js b/utils/contributors.js index 6aa5c67..4fbdf66 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -8,8 +8,8 @@ const CONTRIBUTERS = [ }, // Start adding your data below { - handle_name: 'eshaanagg', - name: "Eshaan Aggarwal", + handle_name: 'chaoticsoul2004', + name: "Mayank Agrawal", image: "/images/eshaanagg.jpg", description: ` @@ -31,7 +31,7 @@ const CONTRIBUTERS = [ `, - github: "https://github.com/eshaanagg", + github: "https://github.com/chaoticsoul2004", } ];