Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/img/people/Akash B V.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/Hamze Dokoohaki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/Rohan Sasne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/Tanishq Jain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions static/utils/projectAlumni.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ProjectAlumni = [
email: "hamzed@illinois.edu",
role: "",
profession: "Staff Scientist, Indigo Ag",
img: "https://scholar.googleusercontent.com/citations?view_op=view_photo&user=91lPlxQAAAAJ&citpid=7",
img: "/img/people/Hamze Dokoohaki.png", // Updated to local image
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot could you please replace spaces with underscores in filenames, and set these new filenames to lowercase?

},
{
name: "Tony Gardella",
Expand All @@ -18,7 +18,7 @@ const ProjectAlumni = [
email: "tanishqjain010@gmail.com",
role: "GSoC'22 Contributor",
profession: "Software Engineer, Bosch",
img: "https://avatars.githubusercontent.com/u/83662210?v=4",
img: "/img/people/Tanishq Jain.jpg", // Updated to local image
},
{
name: "Akhil Jha",
Expand Down Expand Up @@ -66,7 +66,15 @@ const ProjectAlumni = [
name: "Rohan Sasne",
email: "rohansasne30@gmail.com",
role: "GSoC'23 Contributor",
profession: "Co-Founder and CEO, Dynalize Technologies"
profession: "Co-Founder and CEO, Dynalize Technologies",
img: "/img/people/Rohan Sasne.png", // Updated to local image
},
{
name: "Akash B V",
email: "akbv23cs@cmrit.ac.in",
role: "GSoC'25 Contributor & GSoC '26 Mentor",
Comment thread
dlebauer marked this conversation as resolved.
Outdated
profession: "The Lebauar Approch, LLC, USA",
Comment thread
dlebauer marked this conversation as resolved.
Outdated
img: "/img/people/Akash B V.png", // Updated to local image
},
];
export default ProjectAlumni;