From 383229b7fbf66bc4c8a602b80bcaea6778d1d24e Mon Sep 17 00:00:00 2001 From: Mohammad Fahad Rahman Date: Mon, 3 Jul 2023 18:25:00 +0530 Subject: [PATCH] add: roc102 (#302) * Fahad * fix --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- public/data/DaniloDO.json | 32 +++++++++++--------------------- public/data/rawasaditya.json | 23 +++++++++++------------ public/data/roc102.json | 23 +++++++++++++++++++++++ src/ProfilesList.json | 3 ++- 4 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 public/data/roc102.json diff --git a/public/data/DaniloDO.json b/public/data/DaniloDO.json index 1f6c4230..4d97095d 100644 --- a/public/data/DaniloDO.json +++ b/public/data/DaniloDO.json @@ -1,22 +1,12 @@ { - "name": "Danilo Donado", - "location": "Lara, Venezuela", - "bio": " A self thought developer who wants to improve as a software engineer. Interested in full-stack initiatives and projects, always willing to learn.", - "avatar": "https://github.com/DaniloDO.png", - "portfolio": "https://github.com/DaniloDO?tab=repositories", - "skills": [ - "HTML/CSS", - "JavaScript/TypeScript", - "NodeJS", - "ReactJS", - "MySQL", - "Python", - "Laravel/PHP" - ], - "social": { - "GitHub": "https://github.com/DaniloDO", - "LinkedIn": "https://www.linkedin.com/in/danilo-donado-4a5655168/?locale=en_US" - } - } - - \ No newline at end of file + "name": "Danilo Donado", + "location": "Lara, Venezuela", + "bio": " A self thought developer who wants to improve as a software engineer. Interested in full-stack initiatives and projects, always willing to learn.", + "avatar": "https://github.com/DaniloDO.png", + "portfolio": "https://github.com/DaniloDO?tab=repositories", + "skills": ["HTML/CSS", "JavaScript/TypeScript", "NodeJS", "ReactJS", "MySQL", "Python", "Laravel/PHP"], + "social": { + "GitHub": "https://github.com/DaniloDO", + "LinkedIn": "https://www.linkedin.com/in/danilo-donado-4a5655168/?locale=en_US" + } +} diff --git a/public/data/rawasaditya.json b/public/data/rawasaditya.json index c17056f9..3cbb8d2f 100644 --- a/public/data/rawasaditya.json +++ b/public/data/rawasaditya.json @@ -1,14 +1,13 @@ { - "name": "Aditya Rawas", - "location": "Pune, India", - "bio": "Tech enthusiast and Full Stack Developer specializing in React and Node.js creating innovative solutions. Seeking opportunities to collaborate and contribute to the ever-evolving tech community. Currently learning Svelte", - "avatar": "https://github.com/rawasaditya.png", - "portfolio": "https://github.com/rawasaditya", - "skills": ["HTML", "CSS", "Tailwind", "SCSS", "JavaScript", "ReactJS", "NextJS", "React-Redux", "Svelte"], - "social": { - "GitHub": "https://github.com/rawasaditya", - "Twitter": "https://twitter.com/rawas_aditya", - "LinkedIn": "https://www.linkedin.com/in/aditya-rawas-626578149/" - } + "name": "Aditya Rawas", + "location": "Pune, India", + "bio": "Tech enthusiast and Full Stack Developer specializing in React and Node.js creating innovative solutions. Seeking opportunities to collaborate and contribute to the ever-evolving tech community. Currently learning Svelte", + "avatar": "https://github.com/rawasaditya.png", + "portfolio": "https://github.com/rawasaditya", + "skills": ["HTML", "CSS", "Tailwind", "SCSS", "JavaScript", "ReactJS", "NextJS", "React-Redux", "Svelte"], + "social": { + "GitHub": "https://github.com/rawasaditya", + "Twitter": "https://twitter.com/rawas_aditya", + "LinkedIn": "https://www.linkedin.com/in/aditya-rawas-626578149/" } - \ No newline at end of file +} diff --git a/public/data/roc102.json b/public/data/roc102.json new file mode 100644 index 00000000..2974c78e --- /dev/null +++ b/public/data/roc102.json @@ -0,0 +1,23 @@ +{ + "name": "Mohammad Fahad Rahman", + "location": "Bhubaneswar India", + "bio": "Experienced Full Stack Developer specializing in React, Node.js, Express, PostgreSQL, and REST API. Passionate about innovating web solutions, contributing to open source, and staying versatile in the ever-evolving tech landscape.", + "avatar": "https://github.com/roc102.png", + "portfolio": "https://github.com/roc102", + "skills": [ + "JavaScript", + "ReactJS", + "NextJS", + "NodeJs", + "ExpressJs", + "PostgreSQL", + "Tailwind", + "Redux", + "Tachyons", + "RestAPI" + ], + "social": { + "GitHub": "https://github.com/roc102", + "LinkedIn": "https://www.linkedin.com/in/mohammad-fahad-rahman-a41a92233/" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 3eaf1c3f..2a80084f 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -114,5 +114,6 @@ "vigdisha.json", "ztest95.json", "DaniloDO.json", - "rawasaditya.json" + "rawasaditya.json", + "roc102.json" ]