From e61b50c46f995e453f601ed69ad8f6e95de5e9a6 Mon Sep 17 00:00:00 2001 From: ADEOYE TEMITAYO <32174632+kingwisdom@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:10:40 +0100 Subject: [PATCH] fix: add kingwisdom profile (#745) * adding kingwisdom profile * changes to package lock file * Update package-lock.json * changes to my profile * fix: Apply suggestions from code review * fix: Apply suggestions from code review Co-authored-by: David Leal --- public/data/kingwisdom.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/data/kingwisdom.json diff --git a/public/data/kingwisdom.json b/public/data/kingwisdom.json new file mode 100644 index 00000000000..03f8c4182f8 --- /dev/null +++ b/public/data/kingwisdom.json @@ -0,0 +1,17 @@ +{ + "name": "Adeoye Temitayo", + "bio": "Software Developer || Open Source Enthusiast.", + "avatar": "https://github.com/kingwisdom.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/kingwisdom", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/adeoyeTemitayo9", + "icon": "twitter" + } + ] +}