diff --git a/README.md b/README.md index f7e1ace..e4289a0 100644 --- a/README.md +++ b/README.md @@ -26,26 +26,18 @@ # Steps to Contribute ## Make a Simple Contribution : -- Open the index.html file +- Open the `src/Components/List.jsx` file - You will see a snippet of code below. -- Just add that code with YOUR NAME and YOUR GITHUB PROFILE link to make a simple contribution. - -```html -
-
- -
-
-
YOUR NAME
-
Contributor
-
- - - -
-
-
+- Just add that code with YOUR NAME and YOUR GITHUB PROFILE link to the array to make a simple contribution. + +```javascript +{ + name: "Your Name", + role: "Your Role (e.g., Contributor)", + github: "https://github.com/your-github-username", + image: "https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" // or your image URL +} + ``` #### And that's all ! 🚀 @@ -56,7 +48,7 @@ 1. Fork this repository to your GitHub account. 2. Clone the forked repository to your local machine: ```bash - git clone https://github.com/jarvis-ghrce/Innovate-with-Open-Soucre + git clone https://github.com/your-username/Innovate-with-Open-Source.git ``` 3. Create a new branch for your contribution: ```bash @@ -120,4 +112,4 @@
Made with ❤️ by [Aayush Paigwar](https://github.com/AayushPaigwar) -
+ \ No newline at end of file diff --git a/src/Components/Lists.jsx b/src/Components/Lists.jsx index 0ea5298..f9d7c33 100644 --- a/src/Components/Lists.jsx +++ b/src/Components/Lists.jsx @@ -183,6 +183,12 @@ const contributors = [ github: "https://github.com/AkashKeote", image: "https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" }, + { + name: "Mohammed Sohail", + role: "Contributor", + github: "https://github.com/msohailx", + image: "https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" + },