From 18674a06997b48daa0cabdc8fe949b962041e5a8 Mon Sep 17 00:00:00 2001 From: Charuhasini30 <153418631+Charuhasini30@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:04:41 +0530 Subject: [PATCH 1/2] Add JupyterLab to project suggestions --- src/data/projects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..a39be44c 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, + { + name: "JupyterLab", + imageSrc: "https://avatars.githubusercontent.com/u/7388996?s=200&v=4", + projectLink: "https://github.com/jupyterlab/jupyterlab", + description: "JupyterLab is the next-generation web-based user interface for Project Jupyter.", + tags: ["Python", "Jupyter", "Data Science", "Machine Learning"], + }, ]; \ No newline at end of file From d0a4d5ee2746d09484ab9f2be76237995199c21e Mon Sep 17 00:00:00 2001 From: Charuhasini30 <153418631+Charuhasini30@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:28:01 +0530 Subject: [PATCH 2/2] fix: correct Servo project link --- src/data/projects.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index a39be44c..52e37e43 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1313,13 +1313,13 @@ export const projectList = [ tags: ["Scala", "Haskell"], }, { - name: "Servo", - imageSrc: "https://avatars.githubusercontent.com/u/2566135?s=200&v=4", - projectLink: "https://github.com/digital-asset/daml/contribute", - description: - "A browser engine designed for applications including embedded use.", - tags: ["Rust", "Browser", "Servo"], - }, + name: "Servo", + imageSrc: "https://avatars.githubusercontent.com/u/2566135?s=200&v=4", + projectLink: "https://github.com/servo/servo", + description: + "A browser engine designed for applications including embedded use.", + tags: ["Rust", "Browser", "Servo"], + }, { name: "matplotlib", imageSrc: "https://avatars.githubusercontent.com/u/215947?s=200&v=4",