From 388b330b96afc9b6201e8a9fa68bd2fa31259298 Mon Sep 17 00:00:00 2001 From: Brown <2brownit@gmail.com> Date: Tue, 27 Sep 2022 16:08:02 +0530 Subject: [PATCH] chore: add 2brownc profile (#1815) --- public/data/2brownc.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/data/2brownc.json diff --git a/public/data/2brownc.json b/public/data/2brownc.json new file mode 100644 index 00000000000..be9ac9ebcfc --- /dev/null +++ b/public/data/2brownc.json @@ -0,0 +1,18 @@ +{ + "name": "Brown Chinta", + "type": "personal", + "bio": "Software Developer & Open Source Enthusiast", + "avatar": "https://github.com/2brownc.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/2brownc", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/heybrownc", + "icon": "twitter" + } + ] +}