From 78a81bf8ba31e2eff476d080ec3ede34adc1d364 Mon Sep 17 00:00:00 2001 From: Soni Dhruv <114583978+dhruv8433@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:14:12 +0530 Subject: [PATCH 1/4] [BUG]: Pagination Fixed (#1034) --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && ( Date: Sun, 9 Jun 2024 20:17:00 +0530 Subject: [PATCH 2/4] Sahilll15 Profile (#1030) * Create Sahilll15.json * Update ProfilesList.json * Update Sahilll15.json Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- public/data/Sahilll15.json | 27 +++++++++++++++++++++++++++ src/ProfilesList.json | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 public/data/Sahilll15.json 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/ProfilesList.json b/src/ProfilesList.json index 3d1d4fe6..f137221c 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -421,5 +421,6 @@ "abhishek732.json", "root-0101.json", "prajwalmandlik2004.json", + "Sahilll15.json", "Kritika.json" -] +] \ No newline at end of file From 5f38a9d0c22fa95abe325f234db7325e49fbb375 Mon Sep 17 00:00:00 2001 From: Monalisha Roy <118293636+Monalisha-Roy@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:20:26 +0530 Subject: [PATCH 3/4] add: Monalisha Roy (#1033) Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- public/data/Monalisha-Roy.json | 13 +++++++++++++ src/ProfilesList.json | 1 + 2 files changed, 14 insertions(+) create mode 100644 public/data/Monalisha-Roy.json 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/src/ProfilesList.json b/src/ProfilesList.json index f137221c..f005e7c0 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -421,6 +421,7 @@ "abhishek732.json", "root-0101.json", "prajwalmandlik2004.json", + "Monalisha-Roy.json", "Sahilll15.json", "Kritika.json" ] \ No newline at end of file From 8c9c4aaf61d6545beb7d913636dcaa873ca2af82 Mon Sep 17 00:00:00 2001 From: Anukriti <97687618+anuukriti@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:21:24 +0530 Subject: [PATCH 4/4] make skill section more responsive on user profile, resolved issue #990 (#1029) * make skill section on user profile responsive * update * make skill section responsive * update * update * resolve conflit --- src/ProfilesList.json | 2 +- src/components/Profile/Profile.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ProfilesList.json b/src/ProfilesList.json index f005e7c0..04d0ea1e 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -424,4 +424,4 @@ "Monalisha-Roy.json", "Sahilll15.json", "Kritika.json" -] \ No newline at end of file +] diff --git a/src/components/Profile/Profile.jsx b/src/components/Profile/Profile.jsx index aade56b6..270f3a38 100644 --- a/src/components/Profile/Profile.jsx +++ b/src/components/Profile/Profile.jsx @@ -49,14 +49,14 @@ function Card({ data }) { {data.location}

{data.skills && data.skills.map((skill, index) => { return (
{skill}