Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ 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.
- 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.
6 changes: 3 additions & 3 deletions utils/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `
<script src="https://cdn.lordicon.com//libs/frhvbuzj/lord-icon-2.0.2.js"></script>
Expand All @@ -31,7 +31,7 @@ const CONTRIBUTERS = [
<lord-icon src="https://cdn.lordicon.com/jpdtnwas.json" trigger="loop" colors="primary:#121331,secondary:#e88c30" style="width:25px;height:25px"></lord-icon>
</div>
`,
github: "https://github.com/eshaanagg",
github: "https://github.com/chaoticsoul2004",
}
];

Expand Down