Skip to content

Commit

Permalink
added alumni
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN committed Mar 21, 2024
1 parent 1dd98ed commit c4737ed
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,43 @@ export const execom = {
*/
export const alumni = {
main: {
2023:[
{
name: 'Dr. Mahesh A',
position: 'Branch Counselor',
image: imagePath + '/execom/main/mahesh_sir.jpg',
},
{
name: 'Dhanush Prabhakar ',
position: 'Chair',
image: imagePath + '/execom/main/dhanush_prabhakar.jpg',
},
{
name: 'Ritesh Gandhi',
position: 'Vice Chair',
image: imagePath + '/execom/main/ritesh.jpeg',
},
{
name: 'Nisarga V',
position: 'Secretary',
image: imagePath + '/execom/main/nisarga.jpg',
},
{
name: 'Lathangi N',
position: 'Treasurer',
image: imagePath + '/execom/main/lathangi_n.jpg',
},
{
name: 'Mayur S Chittaragi',
position: 'Webmaster',
image: imagePath + '/execom/main/mayur_s_chittaragi.jpg',
},
{
name: 'Adarsh V',
position: 'Social Media Head',
image: imagePath + '/execom/socialMedia/adarsh.jpeg', //to be changed
},
],
2022: [
{
name: 'Dr. Mahesh A',
Expand Down

0 comments on commit c4737ed

Please sign in to comment.