Skip to content

Commit d17b158

Browse files
authored
Update courseData.js
1 parent 7270959 commit d17b158

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/components/courseData.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,5 +424,18 @@ const courses = {
424424
\n- Designing immersive user experiences
425425
`,
426426
},
427+
'course 33: introduction to programming': {
428+
title: 'Course 33: Introduction to Programming',
429+
author: 'Dev Gautam Kumar',
430+
image: 'https://dummyimage.com/600x400/FF9800/fff&text=Programming+Basics', // Orange for creativity
431+
description: 'Learn the fundamentals of programming and problem-solving techniques.',
432+
ytb_vid: 'https://www.youtube.com/watch?v=Z1Yd7upQsXY',
433+
content: `
434+
This course will introduce you to:
435+
\n- Basic programming concepts and logic
436+
\n- Writing your first code in Python
437+
\n- Problem-solving strategies
438+
`,
439+
},
427440
};
428-
export default courses;
441+
export default courses;

0 commit comments

Comments
 (0)