diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4ab0d4c0..b5247344 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -852,5 +852,17 @@ + + + + +
+ William B +
+ + diff --git a/public/img/avatar/william_b.jpg b/public/img/avatar/william_b.jpg new file mode 100644 index 00000000..1cab939d Binary files /dev/null and b/public/img/avatar/william_b.jpg differ diff --git a/public/img/bid_image/william_b.jpg b/public/img/bid_image/william_b.jpg new file mode 100644 index 00000000..84c262d8 Binary files /dev/null and b/public/img/bid_image/william_b.jpg differ diff --git a/src/Jsons/Contributors.json b/src/Jsons/Contributors.json index 7972089a..652c44e8 100644 --- a/src/Jsons/Contributors.json +++ b/src/Jsons/Contributors.json @@ -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": "William B", + "image": "img/bid_image/william_b.jpg", + "avatar": "img/avatar/william_b.jpg", + "name": "William B", + "location": "Chilliwack, Canada 🇨🇦", + "GitHub": "https://github.com/Wdboyes13", + "text": "I want to create something succesfull that is fun and unique for everyone and would teacher a wide variety of skills from taxes to crypto to loans." } ] diff --git a/yarn.lock b/yarn.lock index 2ef2fe6e..d6f01301 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"