From 605f28611fc607e803d217dd91a5acf0d0d3e90f Mon Sep 17 00:00:00 2001 From: Sri Satya Date: Tue, 14 Sep 2021 11:07:32 +0530 Subject: [PATCH] docs: added Sri Satya data (#158) Co-authored-by: Tatipamula Sri Satya --- package-lock.json | 2 +- package.json | 2 +- public/data/SriSatyaT.json | 17 +++++++++++++++++ public/data/_list.json | 6 +++++- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 public/data/SriSatyaT.json diff --git a/package-lock.json b/package-lock.json index fe7a8ea200c..d721928acb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "0.10.4", + "version": "0.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26e4255ad8f..ff54d64ef9d 100644 --- a/package.json +++ b/package.json @@ -54,4 +54,4 @@ "eslint-plugin-react": "^7.25.1", "prettier": "2.4.0" } -} \ No newline at end of file +} diff --git a/public/data/SriSatyaT.json b/public/data/SriSatyaT.json new file mode 100644 index 00000000000..fe1ada2b299 --- /dev/null +++ b/public/data/SriSatyaT.json @@ -0,0 +1,17 @@ +{ + "name": "Sri Satya", + "bio": "Full Stack Development, Open Source & Devops Enthusiast ", + "avatar": "https://github.com/SriSatyaT.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "http://github.com/SriSatyaT", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "http://twitter.com/SriSatya_", + "icon": "twitter" + } + ] + } \ No newline at end of file diff --git a/public/data/_list.json b/public/data/_list.json index 4d677a140d5..28759505b84 100644 --- a/public/data/_list.json +++ b/public/data/_list.json @@ -26,5 +26,9 @@ { "username": "voidz", "avatar": "https://github.com/voidz7.png" }, { "username": "suhail34", "avatar": "https://github.com/suhail34.png" }, { "username": "vikasganiga05", "avatar": "https://github.com/vikasganiga05.png" }, - { "username": "roshanmhatre", "avatar": "https://github.com/RoshanMhatre.png" } + { "username": "roshanmhatre", "avatar": "https://github.com/RoshanMhatre.png" }, + { + "username": "SriSatyaT", + "avatar": "https://github.com/SriSatyaT.png" + } ]