Skip to content

Commit 62b8e1d

Browse files
committed
Updated Bootcamplist
1 parent d38e8e8 commit 62b8e1d

10 files changed

+92
-0
lines changed
11.2 KB
Loading
12.5 KB
Loading
583 KB
Loading
592 KB
Loading
9.72 KB
Loading
571 KB
Loading
7.99 KB
Loading
8.65 KB
Loading
13.7 KB
Loading

src/Page/OpportunitiesHub/BootcampsList.jsx

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,98 @@ const bootcamp = [
3232
poster: '/assets/Certifications/JavaScript Algorithms and DS.png',
3333
shareLink: '#javascript-algorithms-ds',
3434
},
35+
36+
{
37+
organizer: 'HubSpot Academy',
38+
title: 'CRM Customization Bootcamp for Developers',
39+
duration: '6 Weeks',
40+
level: 'Intermediate',
41+
skills: ['HubSpot API', 'React-based custom cards'],
42+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-crm-customization-bootcamp-for-developers-spring-2025-presents-crm-customization-bootcamp-for-developers-spring-2025-2025-05-07/',
43+
poster: '/assets/Bootcamps/CRM Customization Bootcamp for Developers Spring 2025.png',
44+
shareLink: '#crm-customization-bootcamp-for-developers',
45+
},
46+
{
47+
organizer: 'HubSpot Academy',
48+
title: 'Account-Based Marketing Bootcamp',
49+
duration: '6 Weeks',
50+
level: 'Intermediate',
51+
skills: ['Sales & Marketing', 'ABM dashboards'],
52+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-account-based-marketing-bootcamp-spring-2025-presents-account-based-marketing-bootcamp-spring-2025-2025-05-06/',
53+
poster: '/assets/Bootcamps/Account-Based Marketing Bootcamp Spring 2025.png',
54+
shareLink: '#account-based-marketing-bootcamp',
55+
},
56+
{
57+
organizer: 'HubSpot Academy',
58+
title: 'Video Bootcamp for Marketing, Sales, and Service',
59+
duration: '4 Weeks',
60+
level: 'Intermediate',
61+
skills: ['Marketing', 'Sales', 'Customer Service'],
62+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-video-bootcamp-for-marketing-sales-and-service-spring-2025-presents-video-bootcamp-for-marketing-sales-and-service-spring-2025-2025-05-07/',
63+
poster: '/assets/Bootcamps/Video Bootcamp for Marketing, Sales, and Service - Spring 2025.png',
64+
shareLink: '#video-bootcamp-for-marketing-sales--services',
65+
},
66+
{
67+
organizer: 'HubSpot Academy',
68+
title: 'Super Admin Bootcamp',
69+
duration: '6 Weeks',
70+
level: 'Intermediate',
71+
skills: ['Setting up HubSpot', 'Configuration and Security'],
72+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-super-admin-bootcamp-spring-2025-presents-super-admin-bootcamp-spring-2025-2025-05-08/',
73+
poster: '/assets/Bootcamps/Super Admin Bootcamp - Spring 2025.png',
74+
shareLink: '#super-admin-bootcamp',
75+
},
76+
{
77+
organizer: 'HubSpot Academy',
78+
title: 'RevOps Bootcamp',
79+
duration: '6 Weeks',
80+
level: 'Intermediate',
81+
skills: ['RevOps Process Mapping', 'RevOps Strategy'],
82+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-revops-bootcamp-spring-2025-presents-revops-bootcamp-spring-2025-2025-05-08/',
83+
poster: '/assets/Bootcamps/RevOps Bootcamp - Spring 2025.png',
84+
shareLink: '#revops-bootcamp',
85+
},
86+
{
87+
organizer: 'HubSpot Academy',
88+
title: 'Pipeline Generation Bootcamp',
89+
duration: '6 Weeks',
90+
level: 'Intermediate',
91+
skills: ['HubSpot Flywheel', 'Lead Identification'],
92+
applyLink: 'https://events.academy.hubspot.com/events/details/hubspot-academy-pipeline-generation-bootcamp-spring-2025-presents-pipeline-generation-bootcamp-spring-2025-2025-05-07/',
93+
poster: '/assets/Bootcamps/Pipeline Generation Bootcamp - Spring 2025.png',
94+
shareLink: '#pipeline-generation-bootcamp',
95+
},
96+
{
97+
organizer: 'Coursera',
98+
title: 'Fundamentals of Computing Specialization',
99+
duration: '2 Months',
100+
level: 'Beginner',
101+
skills: ['Python Programming', 'Algorithms', 'Mathematics'],
102+
applyLink: 'https://www.coursera.org/specializations/computer-fundamentals?action=enroll',
103+
poster: '/assets/Bootcamps/Fundamentals of Computing Specialization.pngg',
104+
shareLink: '#fundamentals-of-computing-specialization',
105+
},
106+
{
107+
organizer: 'Coursera',
108+
title: 'Python for Everybody Specialization',
109+
duration: '2 Months',
110+
level: 'Beginner',
111+
skills: ['Python', 'Data Structures', 'Data Analysis'],
112+
applyLink: 'https://www.coursera.org/specializations/python',
113+
poster: '/assets/Bootcamps/Python for Everybody Specialization.png',
114+
shareLink: '#python-for-everyday-specialization',
115+
},
116+
{
117+
organizer: 'Coursera',
118+
title: 'Google Project Management: Professional Certificate',
119+
duration: '6 Months',
120+
level: 'Beginner',
121+
skills: ['Communication', 'Leadership', 'Collaboration'],
122+
applyLink: 'https://www.coursera.org/professional-certificates/google-project-management',
123+
poster: '/assets/Bootcamps/Google Project Management Professional Certificate.png',
124+
shareLink: '#google-project-management-professional-certificate',
125+
},
126+
35127
];
36128

37129
const StyledbootcampCard = styled.div`

0 commit comments

Comments
 (0)