Skip to content

Commit 93f1b56

Browse files
committed
v2.0
1 parent 810c4ba commit 93f1b56

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

460 KB
Loading

src/Page/OpportunitiesHub/BootcampsList.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const bootcamp = [
136136
level: 'Intermediate',
137137
skills: ['Web Development', 'Full Stack', 'Backend', 'Frontend', 'Database', 'Paid'],
138138
applyLink:
139-
'https://www.udemy.com/share/1013gG3@EyR3Dc5QwlywZjfRg5cHgciPWEKlVbAonImXoDW1aBzlAAnzWsIzUNDkI4O0oY07PA==/',
139+
'https://www.udemy.com/share/1013gG3@vFw3WU1bEGYVy7rvGUXmeKb5WYPRqfmhxr8gYIuu5ul-QyKkjjv8GH_oYgs2tTnDKg==/',
140140
poster: '/assets/Courses/AngelaFullStackDev.png',
141141
shareLink: '#complete-full-stack-web-development-bootcamp',
142142
},
@@ -147,7 +147,7 @@ const bootcamp = [
147147
level: 'Intermediate',
148148
skills: ['Python', 'Backend', 'Data Science', 'Machine Learning', 'Paid'],
149149
applyLink:
150-
'https://www.udemy.com/share/103IHM3@YSEmRuzwftAjy5b5LzrVTT2Xy6Rgo8NE0yvC_V3LpgPurP381GTs_UcUKLE8BJNkzw==/',
150+
'https://www.udemy.com/share/103IHM3@PpzlFKvoy_U8C44nS4mcr3ctFo9qRxCWrgOqCDeXLdFS6ybdfqRrtt4QuxJwC5Rhdw==/',
151151
poster: '/assets/Courses/AngelaPython.png',
152152
shareLink: '#complete-python-pro-bootcamp',
153153
},

src/Page/ResoucesHub/Courseslist.jsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,21 @@ const courses = [
170170
domain: ['Web Development', 'Full Stack', 'Backend', 'Frontend', 'Database', 'Paid'],
171171
poster: '/assets/Courses/AngelaFullStackDev.png',
172172
courseLink:
173-
'https://www.udemy.com/share/1013gG3@EyR3Dc5QwlywZjfRg5cHgciPWEKlVbAonImXoDW1aBzlAAnzWsIzUNDkI4O0oY07PA==/',
173+
'https://www.udemy.com/share/1013gG3@3wgcoIB2pBwIOUfeSk4Z42gqBYC3uvHGnbWHJnZDmoMmWtixq1om-ZBvibtqhW-LqQ==/',
174174
shareLink: '#fullstackbyangela',
175175
},
176+
{
177+
platform: 'Udemy',
178+
title: 'Python With DSA + LEETCODE Exercises',
179+
instructor: 'Krish Naik, Mayank Ag.',
180+
duration: '61 hours',
181+
level: 'Intermediate',
182+
domain: ['Python', 'DSA', 'Data Structures', 'Algorithms', 'Paid'],
183+
poster: '/assets/Courses/KrishPythonWithDSA.png',
184+
courseLink:
185+
'https://www.udemy.com/share/10bPPF3@u19KFpL6vN7IwhSrJN5cYFVFa4wyBFF0FWt0kxtj3520J2P4WzcUK3R_NXptnbDGeQ==/',
186+
shareLink: '#pythonwithdsakrish',
187+
},
176188
// Add more courses similarly...
177189
];
178190

0 commit comments

Comments
 (0)