@@ -64,7 +64,8 @@ const certification = [
6464 level : 'Intermediate' ,
6565 skills : [ 'Network' , 'Data' , 'Internet' ] ,
6666 referralCode : 'devdisplay' ,
67- ApplyLink : 'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab' ,
67+ ApplyLink :
68+ 'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab' ,
6869 poster : '/assets/Certifications/IT in everyday life.png' ,
6970 shareLink : '#it-in-eveRyday-life' ,
7071 } ,
@@ -74,7 +75,7 @@ const certification = [
7475 title : 'Introduction to Generative AI' ,
7576 duration : '1 Day' ,
7677 level : 'Beginner' ,
77- skills : [ 'Generative AI' , 'Generative AI Quiz' , ] ,
78+ skills : [ 'Generative AI' , 'Generative AI Quiz' ] ,
7879 referralCode : 'devdisplay' ,
7980 ApplyLink : 'https://www.cloudskillsboost.google/course_templates/536' ,
8081 poster : '/assets/Certifications/Introduction to Generative AI.png' ,
@@ -88,7 +89,8 @@ const certification = [
8889 level : 'Beginner' ,
8990 skills : [ 'LLMs' , 'Effective Prompting' , 'LLM Prompting' ] ,
9091 referralCode : 'devdisplay' ,
91- ApplyLink : 'https://codesignal.com/learn/courses/understanding-llms-and-basic-prompting-techniques?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class' ,
92+ ApplyLink :
93+ 'https://codesignal.com/learn/courses/understanding-llms-and-basic-prompting-techniques?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class' ,
9294 poster : '/assets/Certifications/Understanding LLMs and Basic Prompting Techniques.png' ,
9395 shareLink : '#understanding-llms-and-basic-prompting-techniques' ,
9496 } ,
@@ -98,9 +100,10 @@ const certification = [
98100 title : 'Prompt Engineering for Everyone' ,
99101 duration : '1 Day' ,
100102 level : 'Beginner' ,
101- skills : [ 'Understanding LLMs' , 'Prompt Engineering' , ] ,
103+ skills : [ 'Understanding LLMs' , 'Prompt Engineering' ] ,
102104 referralCode : 'devdisplay' ,
103- ApplyLink : 'https://codesignal.com/learn/paths/prompt-engineering-for-everyone?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class' ,
105+ ApplyLink :
106+ 'https://codesignal.com/learn/paths/prompt-engineering-for-everyone?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class' ,
104107 poster : '/assets/Certifications/Prompt Engineering for Everyone.png' ,
105108 shareLink : '#prompt-engineering-for-everyone' ,
106109 } ,
@@ -140,7 +143,6 @@ const certification = [
140143 poster : '/assets/Certifications/Scientific Computing with Python.png' ,
141144 shareLink : '#scientific-computing-with-python' ,
142145 } ,
143-
144146] ;
145147
146148const StyledcertificationCard = styled . div `
0 commit comments