Skip to content

Commit 76d5b3c

Browse files
committed
v2.0
1 parent abf305c commit 76d5b3c

3 files changed

Lines changed: 33 additions & 23 deletions

File tree

src/Page/OpportunitiesHub/BootcampsList.jsx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const bootcamp = [
3939
duration: '6 Weeks',
4040
level: 'Intermediate',
4141
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/',
42+
applyLink:
43+
'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/',
4344
poster: '/assets/Bootcamps/CRM Customization Bootcamp for Developers Spring 2025.png',
4445
shareLink: '#crm-customization-bootcamp-for-developers',
4546
},
@@ -49,7 +50,8 @@ const bootcamp = [
4950
duration: '6 Weeks',
5051
level: 'Intermediate',
5152
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+
applyLink:
54+
'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/',
5355
poster: '/assets/Bootcamps/Account-Based Marketing Bootcamp Spring 2025.png',
5456
shareLink: '#account-based-marketing-bootcamp',
5557
},
@@ -59,7 +61,8 @@ const bootcamp = [
5961
duration: '4 Weeks',
6062
level: 'Intermediate',
6163
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/',
64+
applyLink:
65+
'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/',
6366
poster: '/assets/Bootcamps/Video Bootcamp for Marketing, Sales, and Service - Spring 2025.png',
6467
shareLink: '#video-bootcamp-for-marketing-sales--services',
6568
},
@@ -69,7 +72,8 @@ const bootcamp = [
6972
duration: '6 Weeks',
7073
level: 'Intermediate',
7174
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/',
75+
applyLink:
76+
'https://events.academy.hubspot.com/events/details/hubspot-academy-super-admin-bootcamp-spring-2025-presents-super-admin-bootcamp-spring-2025-2025-05-08/',
7377
poster: '/assets/Bootcamps/Super Admin Bootcamp - Spring 2025.png',
7478
shareLink: '#super-admin-bootcamp',
7579
},
@@ -79,7 +83,8 @@ const bootcamp = [
7983
duration: '6 Weeks',
8084
level: 'Intermediate',
8185
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/',
86+
applyLink:
87+
'https://events.academy.hubspot.com/events/details/hubspot-academy-revops-bootcamp-spring-2025-presents-revops-bootcamp-spring-2025-2025-05-08/',
8388
poster: '/assets/Bootcamps/RevOps Bootcamp - Spring 2025.png',
8489
shareLink: '#revops-bootcamp',
8590
},
@@ -89,7 +94,8 @@ const bootcamp = [
8994
duration: '6 Weeks',
9095
level: 'Intermediate',
9196
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/',
97+
applyLink:
98+
'https://events.academy.hubspot.com/events/details/hubspot-academy-pipeline-generation-bootcamp-spring-2025-presents-pipeline-generation-bootcamp-spring-2025-2025-05-07/',
9399
poster: '/assets/Bootcamps/Pipeline Generation Bootcamp - Spring 2025.png',
94100
shareLink: '#pipeline-generation-bootcamp',
95101
},
@@ -123,7 +129,6 @@ const bootcamp = [
123129
poster: '/assets/Bootcamps/Google Project Management Professional Certificate.png',
124130
shareLink: '#google-project-management-professional-certificate',
125131
},
126-
127132
];
128133

129134
const StyledbootcampCard = styled.div`

src/Page/OpportunitiesHub/CompetitionList.jsx

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ const shareContent = (url) => {
2121
// List of Global Competitions
2222

2323
const Competitions = [
24-
2524
{
2625
organizer: 'CEPT University',
2726
title: 'Call for Abstracts for Essay Competition 2025',
2827
location: 'Online',
2928
date: 'April 30, 2025',
30-
domain: ['Essay Writing', 'Research'],
31-
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/call-for-abstracts-for-essay-competition-2025',
29+
domains: ['Essay Writing', 'Research'],
30+
applyLink:
31+
'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/call-for-abstracts-for-essay-competition-2025',
3232
poster: '/assets/Competitions/Call for Abstracts for Essay Competition 2025.png',
3333
shareLink: '#call-for-abstract-for-essay-competition-2025',
3434
},
@@ -37,8 +37,9 @@ const Competitions = [
3737
title: 'The Ultimate Roleplay Acting Competition 2025',
3838
location: 'Online',
3939
date: 'April 30, 2025',
40-
domain: ['Acting', 'Roleplay'],
41-
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/the-ultimate-roleplay-acting-competition-2025',
40+
domains: ['Acting', 'Roleplay'],
41+
applyLink:
42+
'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/the-ultimate-roleplay-acting-competition-2025',
4243
poster: '/assets/Competitions/The Ultimate Roleplay Acting Competition 2025.png',
4344
shareLink: '#the-ultimate-roleplay-acting-competition-2025',
4445
},
@@ -47,8 +48,9 @@ const Competitions = [
4748
title: 'Love is in the air Photography Competition 2025',
4849
location: 'Online',
4950
date: 'May 12, 2025',
50-
domain: ['Photography', 'Creativity'],
51-
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/love-is-in-the-air-photography-competition-2025',
51+
domains: ['Photography', 'Creativity'],
52+
applyLink:
53+
'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/love-is-in-the-air-photography-competition-2025',
5254
poster: '/assets/Competitions/Love is in the air Photography Competition 2025.png',
5355
shareLink: '#love-is-in-the-air-photography-competition-2025',
5456
},
@@ -57,8 +59,9 @@ const Competitions = [
5759
title: 'Nikon Small World Photomicrography Competition 2025',
5860
location: 'Online',
5961
date: 'April 30, 2025',
60-
domain: ['Microscopy', 'Photography'],
61-
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-photomicrography-competition-2025',
62+
domains: ['Microscopy', 'Photography'],
63+
applyLink:
64+
'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-photomicrography-competition-2025',
6265
poster: '/assets/Competitions/Nikon Small World Photomicrography Competition 2025.png',
6366
shareLink: '#nikon-small-world-photomicrography-competition-2025',
6467
},
@@ -67,7 +70,7 @@ const Competitions = [
6770
title: 'Hindi Mein Kavita 2025',
6871
location: 'Online',
6972
date: 'May 1, 2025',
70-
domain: ['Poetry', 'Hindi Literature'],
73+
domains: ['Poetry', 'Hindi Literature'],
7174
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/hindi-mein-kavita-2025',
7275
poster: '/assets/Competitions/Hindi Mein Kavita 2025.png',
7376
shareLink: '#hindi-mein-kavita-2025',
@@ -77,8 +80,9 @@ const Competitions = [
7780
title: 'Nikon Small World In Motion Video Competition 2025',
7881
location: 'Online',
7982
date: 'April 30, 2025',
80-
domain: ['Microscopy', 'Videography'],
81-
applyLink: 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-in-motion-video-competition-2025',
83+
domains: ['Microscopy', 'Videography'],
84+
applyLink:
85+
'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-in-motion-video-competition-2025',
8286
poster: '/assets/Competitions/Nikon Small World In Motion Video Competition 2025.png',
8387
shareLink: '#nikon-small-world-in-motion-video-competition-2025',
8488
},
@@ -87,12 +91,12 @@ const Competitions = [
8791
title: 'Elevate the Educational Reka',
8892
location: 'Shivajinagar, Pune, Maharashtra, India',
8993
date: 'April 30, 2025',
90-
domain: ['Education', 'Innovation'],
91-
applyLink: 'https://unstop.com/competitions/elevate-the-educational-reka-ieee-pune-section-1464734?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl',
94+
domains: ['Education', 'Innovation'],
95+
applyLink:
96+
'https://unstop.com/competitions/elevate-the-educational-reka-ieee-pune-section-1464734?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl',
9297
poster: '/assets/Competitions/Elevate the Educational Reka.png',
9398
shareLink: '#elevate-the-education-reka',
9499
},
95-
96100
];
97101

98102
const StyledCompetitionsCard = styled.div`

src/Page/OpportunitiesHub/EventsList.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ const techevents = [
8888
location: 'NSUT Delhi',
8989
date: 'April 19, 2025',
9090
domains: ['Shayari', 'Songs', 'Pickup Lines'],
91-
applyLink: 'https://unstop.com/events/kagazi-sher-a-paper-dancing-event-moksha-netaji-subhas-university-of-technology-nsut-delhi-1459793?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl',
91+
applyLink:
92+
'https://unstop.com/events/kagazi-sher-a-paper-dancing-event-moksha-netaji-subhas-university-of-technology-nsut-delhi-1459793?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl',
9293
poster: '/assets/Events/Kagazi Sher A Paper Dancing Event.png',
9394
shareLink: '#kagazi-sher-a-paper-dancing-event',
9495
},

0 commit comments

Comments
 (0)