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
12 changes: 12 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,3 +854,15 @@
<!-- End of column-3 -->
</tr>
</table>
<!-- Start of column-4 -->
<td align="center">
<a href="https://github.com/badcoder69-boop">
<img
src="https://avatars.githubusercontent.com/u/156483879?v=4NK"
width="100px"
/>
<br />
<sub>Jasno FuE</sub>
</a>
</td>
<!-- End of column-4 -->
27 changes: 26 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/img/avatar/Jason_Fu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/bid_image/Jason_Fu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Jsons/Contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,5 +628,14 @@
"location": "Kaduna, Nigeria 🇳🇬",
"GitHub": "https://github.com/Luwa-Tech",
"text": "I want to contribute massively to my nation. For my friends, family, and future generations. I want to acheive my dreams."
},
{
"id": "Jason Fu",
"image": "img/bid_image/YOUR_NAME.jpg",
"avatar": "img/avatar/YOUR_NAME.jpg",
"name": "Jason Fu",
"location": "Bellevue, USA 🇺🇸",
"GitHub": "https://github.com/badcoder69-boopRL",
"text": "I aspire to start a family, strive to become the best version of myself, make my parents proud, and leave a postive impact on society."
}
]
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4945,6 +4945,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.1:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down