Skip to content

Commit

Permalink
Diamante Mentors Added
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnikmitra committed Jun 25, 2024
1 parent 258b179 commit d2b40c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/assets/data/MentorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import shashank from "../images/MentorImages/shashank.png";
import arghya from "../images/MentorImages/arghya.png";
import soumyadip from "../images/MentorImages/soumyadip.jpg";
import sarnavo from "../images/MentorImages/sarnavo.jpg";
import surya from "../images/MentorImages/surya.jpg";
import joshua from "../images/MentorImages/joshua.jpg";

export const mentorContent = [
{
Expand Down Expand Up @@ -181,4 +183,20 @@ export const mentorContent = [
twitter: "https://x.com/Varunx10",
image: varun,
},
{
name: "Suryakanta",
designation: "Group Lead",
company: "Diamante Blockchain",
linkedin: "https://www.linkedin.com/in/suryakanta-mahanty-74483aa2/",
twitter: "https://x.com/SuryaMahanty",
image: surya,
},
{
name: "Calvin",
designation: "Blockchain Lead",
company: "Diamante Blockchain",
linkedin: "https://www.linkedin.com/in/f-calvin-joshua-3039b7213/",
twitter: "https://x.com/im_calvin1",
image: joshua,
},
];
Binary file added src/assets/images/MentorImages/joshua.jpg
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 src/assets/images/MentorImages/surya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2b40c4

Please sign in to comment.