diff --git a/public/data/Monalisha-Roy.json b/public/data/Monalisha-Roy.json new file mode 100644 index 00000000..9d1cc28e --- /dev/null +++ b/public/data/Monalisha-Roy.json @@ -0,0 +1,13 @@ +{ + "name": "Monalisha Roy", + "location": "Assam, India", + "bio": "Dedicated tech enthusiast pursuing B.Tech in Computer Science and Engineering. Passionate about technology and continuous learning. Open to collaborations for meaningful contributions to the tech landscape.", + "avatar": "https://github.com/Monalisha-Roy.png", + "portfolio": "https://github.com/Monalisha-Roy", + "skills": ["Nextjs", "ReactJS", "TailwindCSS", "NodeJS", "HTML", "CSS", "TypeScript", "PostgreSQL"], + "social": { + "GitHub": "https://github.com/Monalisha-Roy", + "Twitter": "https://twitter.com/RoyMonalis14310?t=gGFQSdjUq3E3AG_4SK4rZg&s=09", + "LinkedIn": "www.linkedin.com/in/monalisha-roy-995978252" + } +} diff --git a/public/data/Sahilll15.json b/public/data/Sahilll15.json new file mode 100644 index 00000000..3c733ad2 --- /dev/null +++ b/public/data/Sahilll15.json @@ -0,0 +1,27 @@ +{ + "name": "Sahil Sanjay Chalke", + "location": "Mumbai, India 🇮🇳", + "bio": "FULL STACK DEV", + "avatar": "https://avatars.githubusercontent.com/u/109215419?v=4", + "portfolio": "https://sahilchalke.online/", + "skills": [ + "Javascript", + "C++", + "Typescript", + "Nodejs", + "Expressjs", + "React", + "Next.Js", + "MySQL", + "MongoDB", + "Docker", + "Git", + "Tailwind CSS", + "REST APIs", + "GraphQL" + ], + "social": { + "GitHub": "https://github.com/Sahilll15", + "LinkedIn": "https://www.linkedin.com/in/sahilchalke/" + } +} diff --git a/src/App.js b/src/App.js index a672d57f..6a20d15a 100644 --- a/src/App.js +++ b/src/App.js @@ -125,7 +125,7 @@ function App() {
{profiles.length === 0 && searching ? : renderProfiles()} - {profiles.length > 0 && ( + {combinedData.length > 0 && (
{data.skills && data.skills.map((skill, index) => { return (
{skill}