@@ -11,25 +11,34 @@ const courses = {
11
11
title : 'Course 2: Getting Started with CLI' ,
12
12
author : 'Dev Gautam Kumar' ,
13
13
image : 'https://dummyimage.com/600x400/FF9800/fff&text=CLI+PART+1' , // Orange
14
- description : 'Kick your journey with CLI' ,
14
+ description : 'Kick your journey with CLI. ' ,
15
15
embed_link : 'https://www.youtube.com/embed/B4b9pX1lqU4' ,
16
16
contentFile : 'course2.md' ,
17
17
} ,
18
- 'course 3: playing in the shell' : {
18
+ 'course 3: playing in the shell' : {
19
19
title : 'Course 3: Playing in the Shell' ,
20
20
author : 'Dev Gautam Kumar' ,
21
21
image : 'https://dummyimage.com/600x400/FF9800/fff&text=Playing+in+the+Shell' , // Orange
22
- description : 'Get famiiar with UNIX Shell' ,
22
+ description : 'Get familiar with UNIX Shell. ' ,
23
23
embed_link : 'https://www.canva.com/design/DAGTIaBPhDM/a_G7XN1OSANZPmkoR_vLnQ/view?embed' ,
24
24
contentFile : 'course3.md' ,
25
25
} ,
26
- 'course 4: getting started with cli ' : {
26
+ 'course 4: introduction to bourne shell ' : {
27
27
title : 'Course 4: Introduction to Bourne Shell' ,
28
28
author : 'Dev Gautam Kumar' ,
29
29
image : 'https://dummyimage.com/600x400/fff&text=B0urn3+$h3ll' , // Orange
30
- description : 'Get started with Shell Scripts' ,
30
+ description : 'Get started with Shell Scripts. ' ,
31
31
embed_link : 'https://www.canva.com/design/DAGS2jSbGgI/NHrTUX9491PY9e31licHrA/view?embed' ,
32
- contentFile : 'course2 .md' ,
32
+ contentFile : 'course4 .md' ,
33
33
} ,
34
+ 'course 5: bash scripting basics' : {
35
+ title : 'Course 5: Bash Scripting Basics' ,
36
+ author : 'Dev Gautam Kumar' ,
37
+ image : 'https://dummyimage.com/600x400/8BC34A/fff&text=Bash+Scripting+Basics' , // Green
38
+ description : 'Learn the basics of Bash scripting and automate tasks.' ,
39
+ embed_link : 'https://www.youtube.com/embed/fA8gH6wDsm0' ,
40
+ contentFile : 'course5.md' ,
41
+ }
34
42
} ;
43
+
35
44
export default courses ;
0 commit comments