Skip to content

Commit cd930fc

Browse files
Merge pull request #116 from IEEE-RVCE/2024Updates
new changes
2 parents 78818fd + c4737ed commit cd930fc

9 files changed

Lines changed: 62 additions & 15 deletions

File tree

57.8 KB
Loading
90.3 KB
Loading
220 KB
Loading
936 KB
Loading
455 KB
Loading
475 KB
Loading
34.1 KB
Loading

src/data/FrontPage/Text.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const whatWeDoText =
22
"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.";
33
export const SbachievementsText = [
4+
'IEEE Bangalore Section-Outstanding Student Branch Digital Presence Award 2023',
45
'IEEE R10 - Exemplary Student Branch Award - 2022',
56
'Winner - Global Student Branch Website Contest 2021',
67
'Second Runner Up in Student Branch Website Contest - IEEE R10 SAC 2021',
@@ -12,6 +13,7 @@ export const SbachievementsText = [
1213
];
1314

1415
export const MemAchivementText = [
16+
'IEEE Bangalore Section Outstanding Student Volunteer 2023 : Nisarga V',
1517
'IEEE India Council Outstanding Student Volunteer - 2021 : S J Ruthvik',
1618
'IEEE Bangalore Section Outstanding Student Volunteer - 2021 : Risha Dassi',
1719
'Best Teacher Award - 2020: Mahesh Appajappa',

src/links.js

Lines changed: 60 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export const societies = [
4646
{ name: 'Robotics and Automation Society', link: '/society/ras' },
4747
{ name: 'Circuits and Systems Society', link: '/society/cas' },
4848
{ name: 'Sensor Council', link: '/society/sc' },
49+
{ name: 'Microwave Theory and Technology Society(MTTS)', link:'/'},
50+
{name:'Antennas and Propagation Society',link:'/'}
4951
];
5052

5153
/**
@@ -173,39 +175,45 @@ export const ecats = {
173175
export const execom = {
174176
main: [
175177
{
176-
name: 'Dr. Mahesh A',
178+
name: 'Dr. Shylashree N',
177179
position: 'Branch Counselor',
178-
image: imagePath + '/execom/main/mahesh_sir.jpg',
180+
image: 'http://www.rvce.edu.in/sites/default/files/ec-ssn.png',
179181
},
180182
{
181-
name: 'Dhanush Prabhakar ',
183+
name: 'Sreekar Mulukutla',
182184
position: 'Chair',
183-
image: imagePath + '/execom/main/dhanush_prabhakar.jpg',
185+
image: imagePath + '/execom/main/Chair.jpeg',
184186
},
185187
{
186-
name: 'Ritesh Gandhi',
188+
name: 'Vedram S',
187189
position: 'Vice Chair',
188-
image: imagePath + '/execom/main/ritesh.jpeg',
190+
image: imagePath + '/execom/main/vedram.jpg',
189191
},
190192
{
191-
name: 'Nisarga V',
193+
name: 'Mayur G Parvatikar',
192194
position: 'Secretary',
193-
image: imagePath + '/execom/main/nisarga.jpg',
195+
image: imagePath + '/execom/main/Mayur G Parvatikar-Secretary.jpg',
194196
},
195197
{
196-
name: 'Lathangi N',
198+
name: 'Jahnavi M Math',
197199
position: 'Treasurer',
198-
image: imagePath + '/execom/main/lathangi_n.jpg',
200+
image: imagePath + '/execom/main/Jahnavi M Math_Treasurer .JPG',
201+
},
202+
{
203+
name: 'Harini G Iyar',
204+
position: 'Joint Treasurer',
205+
image: imagePath + '/execom/main/Harini G Iyar- Joint Treasurer.jpeg',
199206
},
207+
200208
{
201-
name: 'Mayur S Chittaragi',
209+
name: 'Sundarakrishnan N',
202210
position: 'Webmaster',
203-
image: imagePath + '/execom/main/mayur_s_chittaragi.jpg',
211+
image: imagePath + '/execom/main/Sundarakrishnan N.jpg',
204212
},
205213
{
206-
name: 'Adarsh V',
207-
position: 'Social Media Head',
208-
image: imagePath + '/execom/socialMedia/adarsh.jpeg', //to be changed
214+
name: 'Amrit Raj',
215+
position: 'Design Lead',
216+
image: imagePath + '/execom/main/AmritRaj.jpg', //to be changed
209217
},
210218
],
211219
aps: [
@@ -445,6 +453,43 @@ export const execom = {
445453
*/
446454
export const alumni = {
447455
main: {
456+
2023:[
457+
{
458+
name: 'Dr. Mahesh A',
459+
position: 'Branch Counselor',
460+
image: imagePath + '/execom/main/mahesh_sir.jpg',
461+
},
462+
{
463+
name: 'Dhanush Prabhakar ',
464+
position: 'Chair',
465+
image: imagePath + '/execom/main/dhanush_prabhakar.jpg',
466+
},
467+
{
468+
name: 'Ritesh Gandhi',
469+
position: 'Vice Chair',
470+
image: imagePath + '/execom/main/ritesh.jpeg',
471+
},
472+
{
473+
name: 'Nisarga V',
474+
position: 'Secretary',
475+
image: imagePath + '/execom/main/nisarga.jpg',
476+
},
477+
{
478+
name: 'Lathangi N',
479+
position: 'Treasurer',
480+
image: imagePath + '/execom/main/lathangi_n.jpg',
481+
},
482+
{
483+
name: 'Mayur S Chittaragi',
484+
position: 'Webmaster',
485+
image: imagePath + '/execom/main/mayur_s_chittaragi.jpg',
486+
},
487+
{
488+
name: 'Adarsh V',
489+
position: 'Social Media Head',
490+
image: imagePath + '/execom/socialMedia/adarsh.jpeg', //to be changed
491+
},
492+
],
448493
2022: [
449494
{
450495
name: 'Dr. Mahesh A',

0 commit comments

Comments
 (0)