diff --git a/README.md b/README.md index f17b1ce..61318d4 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,18 @@ Once you push the code, simple go to your remote repository and open a pull requ Give a ⭐️ and follow [@khattakdev](https://github.com/khattakdev) if this project helped you! That's it 🎉 + +```json +[ + { + "id": "2", + "name": "Muhammad Qasim Omer", + "title": "Web-App Developer", + "picture": "/faces/Muhammad-Qasim-Omer.jpeg", + "facebook": "https://www.facebook.com/mohammad.qasimomer/", + "linkedin": "https://www.linkedin.com/in/mqasimomer/", + "github": "https://www.github.com/QasimOmer/", + "twitter": "https://www.twitter.com/not_mqasimomer/" + } +] +``` diff --git a/pages/contributors.js b/pages/contributors.js index 1214335..66cc14f 100644 --- a/pages/contributors.js +++ b/pages/contributors.js @@ -25,7 +25,7 @@ export default function Home() {
- Hacktoberfest 2021 + Hacktoberfest 2023

Contributors list

diff --git a/pages/contributors.json b/pages/contributors.json index d75a4d5..7ea8ae4 100644 --- a/pages/contributors.json +++ b/pages/contributors.json @@ -58,6 +58,17 @@ "linkedin": "https://www.linkedin.com/in/alirazamumtaz/", "github": "https://github.com/alirazamumtaz", "twitter": "https://twitter.com/AliRazaMumtaz" + }, + + { + "id": "7", + "name": "Muhammad Qasim Omer", + "title": "Web-App Developer", + "picture": "/faces/Muhammad-Qasim-Omer.jpeg", + "facebook": "https://www.facebook.com/mohammad.qasimomer/", + "linkedin": "https://www.linkedin.com/in/mqasimomer/", + "github": "https://www.github.com/QasimOmer/", + "twitter": "https://www.twitter.com/not_mqasimomer/" } ] diff --git a/pages/index.js b/pages/index.js index a13a44f..03e7e9f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -10,11 +10,11 @@ export default function Home() { return ( <>
- Hacktoberfest 2021 + Hacktoberfest 2023
- Hacktoberfest 2021 + Hacktoberfest 2023
- Hacktoberfest 2021 + Hacktoberfest 2023

Your Gateway to the Open Source Community diff --git a/public/faces/Muhammad-Qasim-Omer.jpeg b/public/faces/Muhammad-Qasim-Omer.jpeg new file mode 100644 index 0000000..75a64a3 Binary files /dev/null and b/public/faces/Muhammad-Qasim-Omer.jpeg differ