From e13078cca2b38af15748546ef1c809bdaec196cb Mon Sep 17 00:00:00 2001 From: Mike Bochenek Date: Sat, 2 Dec 2023 18:07:17 +0100 Subject: [PATCH] data: data/mikebochenek.json (#9875) --- data/mikebochenek.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/mikebochenek.json diff --git a/data/mikebochenek.json b/data/mikebochenek.json new file mode 100644 index 00000000000..b5096ecd944 --- /dev/null +++ b/data/mikebochenek.json @@ -0,0 +1,26 @@ +{ + "name": "Mike Bochenek", + "bio": "student of life, world citizen, avid reader, software developer", + "links": [ + { + "name": "Follow on Twitter and idolize my tweets", + "url": "https://twitter.com/mikebochenek", + "icon": "FaTwitter" + }, + { + "name": "Connect with me on LinkedIn or just admire my profile", + "url": "https://www.linkedin.com/in/mikebochenek", + "icon": "FaLinkedin" + }, + { + "name": "Connect with me on GitHub or view my public code", + "url": "https://github.com/mikebochenek", + "icon": "FaGithub" + }, + { + "name": "Follow me on Insta or just take a quick look", + "url": "https://www.instagram.com/bochenek.mike/", + "icon": "FaInstagram" + } + ] +}