Skip to content

Commit 4c28566

Browse files
committed
dev
1 parent 044e3a7 commit 4c28566

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
76.7 KB
Loading

src/Page/ResoucesHub/Courseslist.jsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,17 @@ const courses = [
390390
courseLink: 'https://www.sheryians.com/courses/courses-details/Front-End%20Domination:%20Create%20Anything%20with%20Code',
391391
shareLink: '#sheryians-frontend',
392392
},
393-
393+
{
394+
platform: 'Sheryians',
395+
title: 'Job Ready AI Powered cohort',
396+
instructor: 'Sheryians Instructer',
397+
duration: '260 hours',
398+
level: 'Intermediate',
399+
domain: ['Web Development', 'DSA', 'Aptitude', 'Frontend', 'Gen AI', 'MERN', 'Reasoning', 'Paid'],
400+
poster: '/assets/Courses/Job Ready.jpg',
401+
courseLink: 'http://sheryians.com/courses/courses-details/2.0%20Job%20Ready%20AI%20Powered%20Cohort:%20Web%20+%20DSA%20+%20Aptitude',
402+
shareLink: '#job-ready',
403+
}
394404
];
395405

396406
const StyledCoursesCard = styled.div`

0 commit comments

Comments
 (0)