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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
]
```
2 changes: 1 addition & 1 deletion pages/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home() {

<main className={styles.main}>
<div className={styles.logo}>
<Image layout="fill" src={Logo} alt="Hacktoberfest 2021" />
<Image layout="fill" src={Logo} alt="Hacktoberfest 2023" />
</div>

<p className={styles.hero_desc}>Contributors list</p>
Expand Down
11 changes: 11 additions & 0 deletions pages/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}

]
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export default function Home() {
return (
<>
<div className={styles.side_logo}>
<Image layout="fill" src={SideLogo} alt="Hacktoberfest 2021" />
<Image layout="fill" src={SideLogo} alt="Hacktoberfest 2023" />
</div>
<div className={styles.container}>
<Head>
<title>Hacktoberfest 2021</title>
<title>Hacktoberfest 2023</title>
<meta
name="description"
content="Hacktoberfest Pakistan by KhattakDev"
Expand All @@ -24,7 +24,7 @@ export default function Home() {

<main className={styles.main}>
<div className={styles.logo}>
<Image layout="fill" src={Logo} alt="Hacktoberfest 2021" />
<Image layout="fill" src={Logo} alt="Hacktoberfest 2023" />
</div>
<p className={styles.hero_desc}>
Your Gateway to the Open Source Community
Expand Down
Binary file added public/faces/Muhammad-Qasim-Omer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.