From 0c029985fcb26b9620501470fa4bd23640aaef22 Mon Sep 17 00:00:00 2001 From: Partha Sarathi Dey <131694386+parthasdey2304@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:52:24 +0530 Subject: [PATCH] Create github_username.js --- people/github_username.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 people/github_username.js diff --git a/people/github_username.js b/people/github_username.js new file mode 100644 index 000000000..6c161ef63 --- /dev/null +++ b/people/github_username.js @@ -0,0 +1,8 @@ +module.exports = { + name: 'Partha Sarathi Dey', + github: 'https://github.com/parthasdey2304/', + email: 'parthasdeyofficial@gmail.com', + twitter: '@vastavik_parth', + facebook: 'xxx', + linkedin: 'in/sarathiparth' +}