Skip to content

Commit

Permalink
Merge pull request #116 from IEEE-RVCE/2024Updates
Browse files Browse the repository at this point in the history
new changes
  • Loading branch information
SundarakrishnanN authored Mar 22, 2024
2 parents 78818fd + c4737ed commit cd930fc
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 15 deletions.
Binary file added public/assets/images/execom/main/AmritRaj.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 public/assets/images/execom/main/Chair.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 public/assets/images/execom/main/vedram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/data/FrontPage/Text.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const whatWeDoText =
"As members of a larger technical community, IEEE RVCE aims to connect future engineers and researchers with industry experts and top academicians. We provide a platform for students to stay updated with today's research through webinars and technical talks by eminent professors and professionals. We also arrange workshops and Industrial visits that help students upgrade their skills to stay relevant in today's global market.";
export const SbachievementsText = [
'IEEE Bangalore Section-Outstanding Student Branch Digital Presence Award 2023',
'IEEE R10 - Exemplary Student Branch Award - 2022',
'Winner - Global Student Branch Website Contest 2021',
'Second Runner Up in Student Branch Website Contest - IEEE R10 SAC 2021',
Expand All @@ -12,6 +13,7 @@ export const SbachievementsText = [
];

export const MemAchivementText = [
'IEEE Bangalore Section Outstanding Student Volunteer 2023 : Nisarga V',
'IEEE India Council Outstanding Student Volunteer - 2021 : S J Ruthvik',
'IEEE Bangalore Section Outstanding Student Volunteer - 2021 : Risha Dassi',
'Best Teacher Award - 2020: Mahesh Appajappa',
Expand Down
75 changes: 60 additions & 15 deletions src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const societies = [
{ name: 'Robotics and Automation Society', link: '/society/ras' },
{ name: 'Circuits and Systems Society', link: '/society/cas' },
{ name: 'Sensor Council', link: '/society/sc' },
{ name: 'Microwave Theory and Technology Society(MTTS)', link:'/'},
{name:'Antennas and Propagation Society',link:'/'}
];

/**
Expand Down Expand Up @@ -173,39 +175,45 @@ export const ecats = {
export const execom = {
main: [
{
name: 'Dr. Mahesh A',
name: 'Dr. Shylashree N',
position: 'Branch Counselor',
image: imagePath + '/execom/main/mahesh_sir.jpg',
image: 'http://www.rvce.edu.in/sites/default/files/ec-ssn.png',
},
{
name: 'Dhanush Prabhakar ',
name: 'Sreekar Mulukutla',
position: 'Chair',
image: imagePath + '/execom/main/dhanush_prabhakar.jpg',
image: imagePath + '/execom/main/Chair.jpeg',
},
{
name: 'Ritesh Gandhi',
name: 'Vedram S',
position: 'Vice Chair',
image: imagePath + '/execom/main/ritesh.jpeg',
image: imagePath + '/execom/main/vedram.jpg',
},
{
name: 'Nisarga V',
name: 'Mayur G Parvatikar',
position: 'Secretary',
image: imagePath + '/execom/main/nisarga.jpg',
image: imagePath + '/execom/main/Mayur G Parvatikar-Secretary.jpg',
},
{
name: 'Lathangi N',
name: 'Jahnavi M Math',
position: 'Treasurer',
image: imagePath + '/execom/main/lathangi_n.jpg',
image: imagePath + '/execom/main/Jahnavi M Math_Treasurer .JPG',
},
{
name: 'Harini G Iyar',
position: 'Joint Treasurer',
image: imagePath + '/execom/main/Harini G Iyar- Joint Treasurer.jpeg',
},

{
name: 'Mayur S Chittaragi',
name: 'Sundarakrishnan N',
position: 'Webmaster',
image: imagePath + '/execom/main/mayur_s_chittaragi.jpg',
image: imagePath + '/execom/main/Sundarakrishnan N.jpg',
},
{
name: 'Adarsh V',
position: 'Social Media Head',
image: imagePath + '/execom/socialMedia/adarsh.jpeg', //to be changed
name: 'Amrit Raj',
position: 'Design Lead',
image: imagePath + '/execom/main/AmritRaj.jpg', //to be changed
},
],
aps: [
Expand Down Expand Up @@ -445,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 cd930fc

Please sign in to comment.