Skip to content
Open
Changes from all 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
14 changes: 7 additions & 7 deletions src/data/data_roles.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
const roles_data = {
'President': {
description: 'President'
description: 'Cordinates with all department,Ensures the Proper Allocation of Resources and all Departments meet their Goals.'
},
'Vice President': {
description: 'Vice President'
description: 'Cordinates with President ,Ensures the Proper Allocation of Resources, and all Departments meet their Goals.'
},
'Technical Head': {
description: 'Technical Head'
description: 'Manages the Technical Aspect of Events, Mentors Students, and Works on Community-Driven Projects.'
},
'Event Head': {
description: 'Event Head'
description: 'Organises Events and Workshops.'
},
'Media Head': {
description: 'Media Head'
description: 'Designs, Implement and Execute the Publicity Media Campaigns.'
},
'Marketing Head': {
description: 'Marketing Head'
description: 'Manages Company Marketing and Communications Strategies, as well as Overall Branding and Image.'
},
'Mentor': {
description: 'Mentor'
description: 'Mentor Student Provide them Valuable Advice and Guidance.'
},
};

Expand Down