Skip to content

Commit f7ace63

Browse files
committed
feat: comment out certification entries in CertificationList
1 parent f87748b commit f7ace63

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

src/Page/OpportunitiesHub/CertificationList.jsx

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,31 @@ const certification = [
5757
// shareLink: '#responsive-web-design',
5858
// price: 'Free',
5959
// },
60-
{
61-
organizer: 'Openlearn',
62-
title: 'IT in everyday life',
63-
duration: '1 Week',
64-
level: 'Intermediate',
65-
skills: ['Network', 'Data', 'Internet'],
66-
referralCode: 'devdisplay',
67-
ApplyLink:
68-
'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab',
69-
poster: '/assets/Certifications/IT in everyday life.png',
70-
shareLink: '#it-in-eveRyday-life',
71-
price: 'Free',
72-
},
73-
{
74-
organizer: 'Google Cloud',
75-
title: 'Introduction to Generative AI',
76-
duration: '1 Day',
77-
level: 'Beginner',
78-
skills: ['Generative AI', 'Generative AI Quiz'],
79-
referralCode: 'devdisplay',
80-
ApplyLink: 'https://www.cloudskillsboost.google/course_templates/536',
81-
poster: '/assets/Certifications/Introduction to Generative AI.png',
82-
shareLink: '#introduction-to-generative-ai',
83-
price: 'Free',
84-
},
60+
// {
61+
// organizer: 'Openlearn',
62+
// title: 'IT in everyday life',
63+
// duration: '1 Week',
64+
// level: 'Intermediate',
65+
// skills: ['Network', 'Data', 'Internet'],
66+
// referralCode: 'devdisplay',
67+
// ApplyLink:
68+
// 'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab',
69+
// poster: '/assets/Certifications/IT in everyday life.png',
70+
// shareLink: '#it-in-eveRyday-life',
71+
// price: 'Free',
72+
// },
73+
// {
74+
// organizer: 'Google Cloud',
75+
// title: 'Introduction to Generative AI',
76+
// duration: '1 Day',
77+
// level: 'Beginner',
78+
// skills: ['Generative AI', 'Generative AI Quiz'],
79+
// referralCode: 'devdisplay',
80+
// ApplyLink: 'https://www.cloudskillsboost.google/course_templates/536',
81+
// poster: '/assets/Certifications/Introduction to Generative AI.png',
82+
// shareLink: '#introduction-to-generative-ai',
83+
// price: 'Free',
84+
// },
8585
{
8686
organizer: 'Codesignal',
8787
title: 'Understanding LLMs and Basic Prompting Techniques',

0 commit comments

Comments
 (0)