From aca44b38148b296de823859413d1aaa686c7a960 Mon Sep 17 00:00:00 2001 From: naman-tiwari Date: Tue, 14 Jun 2022 15:54:26 +0530 Subject: [PATCH] added linktree profile --- public/data/naman-tiwari.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/data/naman-tiwari.json diff --git a/public/data/naman-tiwari.json b/public/data/naman-tiwari.json new file mode 100644 index 00000000000..ad75fadd8e5 --- /dev/null +++ b/public/data/naman-tiwari.json @@ -0,0 +1,24 @@ +{ + "name": "Naman Tiwari", + "type": "personal", + "bio": "Hello, I am Naman Tiwari, a Full-stack Javascript Developer. I'm currently exlporing about devops and I love to contribute in Open Source", + "avatar": "https://github.com/naman-tiwari.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/naman-tiwari", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/namdev2023", + "icon": "twitter" + }, + { + "name": "Contact me via E-Mail", + "url": "mailto:namantiwariofficial23@gmail.com", + "icon": "envelope" + } + ] + } + \ No newline at end of file