From 7b67a61a74f014b9b01ecb63c202b9b52455242c Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Fri, 22 Aug 2025 14:53:34 -0700 Subject: [PATCH 1/2] move Rohan Sasne to alumni --- static/utils/contributors.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/utils/contributors.js b/static/utils/contributors.js index 81d7a62..0653b2d 100644 --- a/static/utils/contributors.js +++ b/static/utils/contributors.js @@ -97,11 +97,5 @@ const contributors = [ profession: "Research Associate, IIT Bombay", img: "https://koolgax99.github.io/nihar.jpg", }, - { - name: "Rohan Sasne", - email: "rohansasne30@gmail.com", - role: "GSoC'23 Contributor", - profession: "Co-Founder and CEO, Dynalize Technologies" - }, ]; export default contributors; From 6f1d3173a7bf1dda478f771f073c91127cb96598 Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Fri, 22 Aug 2025 14:53:59 -0700 Subject: [PATCH 2/2] move Rohan Sasne to alumni --- static/utils/projectAlumni.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/utils/projectAlumni.js b/static/utils/projectAlumni.js index e5e7893..f955184 100644 --- a/static/utils/projectAlumni.js +++ b/static/utils/projectAlumni.js @@ -62,5 +62,11 @@ const ProjectAlumni = [ profession: "Software Engineer, VMware", img: "https://64.media.tumblr.com/d182f286c3cae51ed2736097d2156e7d/da1cd6888f58f511-30/s1280x1920/9ccc75af8e63938b7d4feb080d482ded53ebecd5.jpg", }, + { + name: "Rohan Sasne", + email: "rohansasne30@gmail.com", + role: "GSoC'23 Contributor", + profession: "Co-Founder and CEO, Dynalize Technologies" + }, ]; export default ProjectAlumni;