File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -424,5 +424,18 @@ const courses = {
424
424
\n- Designing immersive user experiences
425
425
` ,
426
426
} ,
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
+ } ,
427
440
} ;
428
- export default courses ;
441
+ export default courses ;
You can’t perform that action at this time.
0 commit comments