Skip to content

Commit de4525f

Browse files
committed
Update Tags component with new bootcamp topics
1 parent 2d87316 commit de4525f

2 files changed

Lines changed: 28 additions & 29 deletions

File tree

src/Page/OpportunitiesHub/Certifications.jsx

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -332,34 +332,34 @@ const Hero = () => {
332332

333333
const Tags = () => {
334334
const tags = [
335-
'Full-Stack Development Bootcamps',
336-
'Data Science Bootcamps',
337-
'AI/ML Bootcamps',
338-
'Blockchain Bootcamps',
339-
'Web3 Bootcamps',
340-
'Cybersecurity Bootcamps',
341-
'Startup Bootcamps',
342-
'Open Source Contribution Bootcamps',
343-
'Cloud Computing Bootcamps',
344-
'IoT Bootcamps',
345-
'Leadership in Tech Bootcamps',
346-
'Women in Tech Bootcamps',
347-
'Gaming and VR Bootcamps',
348-
'Data Engineering Bootcamps',
349-
'Software Engineering Bootcamps',
350-
'Mobile App Development Bootcamps',
351-
'Tech Career Bootcamps',
352-
'Entrepreneurship Bootcamps',
353-
'Product Management Bootcamps',
354-
'Robotics Bootcamps',
355-
'EdTech Bootcamps',
356-
'Green Tech Bootcamps',
357-
'Space Tech Bootcamps',
358-
'Digital Transformation Bootcamps',
359-
'College Bootcamps',
360-
'Developer Bootcamps',
361-
'Tech Networking Bootcamps',
362-
'Coding Bootcamps',
335+
'AWS Architect',
336+
'Kubernetes Admin (CKA)',
337+
'Azure Fundamentals',
338+
'Google Cloud Engineer',
339+
'Ethical Hacker (CEH)',
340+
'CompTIA Security+',
341+
'Cisco CCNA',
342+
'PMP',
343+
'ScrumMaster (CSM)',
344+
'ITIL Foundation',
345+
'Data Professional (CDP)',
346+
'CISSP',
347+
'Java Programmer (OCJP)',
348+
'Salesforce Admin',
349+
'Adobe Expert (ACE)',
350+
'Blockchain Expert',
351+
'AI Engineer',
352+
'DevOps Engineer',
353+
'IoT Specialist',
354+
'Cloud Security (CCSP)',
355+
'Agile Leadership (CAL)',
356+
'Product Manager (CPM)',
357+
'Robotics Engineer',
358+
'Mobile App Developer',
359+
'Web Developer',
360+
'Data Scientist',
361+
'ML Specialist',
362+
'Cybersecurity Analyst',
363363
];
364364

365365
return (

src/Page/OpportunitiesHub/CompetitionList.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const Competitions = [
6464
poster: '/assets/Coming Soon.png',
6565
shareLink: '#comingsoon',
6666
},
67-
6867
];
6968

7069
const StyledCompetitionsCard = styled.div`

0 commit comments

Comments
 (0)