Skip to content

Commit 8c61f6e

Browse files
committed
Add new JavaScript and HTML courses to the courses list
1 parent 6a7ae06 commit 8c61f6e

1 file changed

Lines changed: 30 additions & 22 deletions

File tree

src/Page/ResoucesHub/Courseslist.jsx

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,26 @@ const courses = [
4141
courseLink: 'https://youtu.be/_TjtAyMkiTI?si=XwtFRiCPTWQNgAOH',
4242
shareLink: '#javascript-part-2-hc',
4343
},
44+
{
45+
platform: 'YouTube',
46+
title: 'JavaScript Full Course for Beginners - English',
47+
instructor: 'FreeCodeCamp.org',
48+
duration: '4 Hour',
49+
level: 'Beginner',
50+
domain: ['Web Development', 'Javascript', 'JS', 'Frontend', 'Free'],
51+
courseLink: 'https://youtu.be/PkZNo7MFNFg?si=4ehxCo6jkkiewD-1',
52+
shareLink: '#javascriptbyfreecodecamp',
53+
},
54+
{
55+
platform: 'YouTube',
56+
title: 'JavaScript Full Course - English',
57+
instructor: 'Bro Code',
58+
duration: '8 Hour',
59+
level: 'Beginner',
60+
domain: ['Web Development', 'Javascript', 'JS', 'Frontend', 'Free'],
61+
courseLink: 'https://youtu.be/8dWL3wF_OMw?si=s0GckMSp8QK024Sj',
62+
shareLink: '#javascriptbybrocode',
63+
},
4464
{
4565
platform: 'YouTube',
4666
title: 'HTML - Hindi',
@@ -91,6 +111,16 @@ const courses = [
91111
courseLink: 'https://youtu.be/G3e-cpL7ofc?si=D5xPjvKi7AnfDFft',
92112
shareLink: '#htmlcssbysupersimpledev',
93113
},
114+
{
115+
platform: 'YouTube',
116+
title: 'Best HTML CSS Course - English',
117+
instructor: 'Kevin Powell',
118+
duration: '50 Videos',
119+
level: 'Beginner',
120+
domain: ['Web Development', 'HTML', 'CSS', 'Frontend', 'Free'],
121+
courseLink: 'https://youtu.be/1L2YiWdaUDM?si=ZjQmd8SmAUisctP6',
122+
shareLink: '#htmlcssbykevinpowell',
123+
},
94124
{
95125
platform: 'YouTube',
96126
title: 'CSS - English',
@@ -244,28 +274,6 @@ const courses = [
244274
courseLink: 'https://ineuron.ai/course/full-stack-data-science-bootcamp-20',
245275
shareLink: '#fullstackdatascience',
246276
},
247-
{
248-
platform: 'ineuron',
249-
title: 'Complete Data Analyst - Basics To Advanced',
250-
instructor: 'Krish Naik, Jayant Topnani',
251-
duration: '71 hours',
252-
level: 'Intermediate',
253-
domain: ['Data Analysis', 'Data Science', 'Python', 'Pandas', 'Numpy', 'Paid'],
254-
poster: '/assets/Courses/KrishDataAnalyst.png',
255-
courseLink: 'https://ineuron.ai/course/full-stack-data-science-bootcamp-20',
256-
shareLink: '#dataanalystbykrish',
257-
},
258-
{
259-
platform: 'ineuron',
260-
title: 'Full Stack Data Science BootCamp 2.0',
261-
instructor: 'Krish Naik, Jayant Topnani',
262-
duration: '71 hours',
263-
level: 'Intermediate',
264-
domain: ['Data Analysis', 'Data Science', 'Python', 'Pandas', 'Numpy', 'Paid'],
265-
poster: '/assets/Courses/KrishDataAnalyst.png',
266-
courseLink: 'https://ineuron.ai/course/full-stack-data-science-bootcamp-20',
267-
shareLink: '#dataanalystbykrish',
268-
},
269277
// Add more courses similarly...
270278
];
271279

0 commit comments

Comments
 (0)