Skip to content

Commit fd419c0

Browse files
committed
Add new hackathon entries and associated images to HackathonList
1 parent 0ffd3e2 commit fd419c0

File tree

5 files changed

+80
-40
lines changed

5 files changed

+80
-40
lines changed
168 KB
Loading
137 KB
Loading
74.3 KB
Loading
239 KB
Loading

src/Page/OpportunitiesHub/HackathonList.jsx

Lines changed: 80 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,66 @@ const shareContent = (url) => {
2121
// List of Global hackathons
2222

2323
const hackathons = [
24+
{
25+
organizer: 'StackBlitz / Bolt',
26+
title: 'World’s Largest Hackathon',
27+
location: 'Online',
28+
date: 'May 30',
29+
domains: ['Beginner Friendly', 'Low/No Code', 'Machine Learning', 'AI'],
30+
applyLink: 'https://worldslargesthackathon.devpost.com/',
31+
poster: '/assets/Hackathons/bolt.png',
32+
shareLink: '#worlds-largest-hackathon',
33+
},
34+
{
35+
organizer: 'Reskill - Social',
36+
title: 'Social Summer of Code (SSoC) 2025',
37+
location: 'Offline',
38+
date: 'June 10',
39+
domains: ['Beginner-friendly', 'Open Source'],
40+
applyLink: 'https://reskilll.com/hack/ssoc4',
41+
poster: '/assets/opensourceProgram/SSOC4.png',
42+
shareLink: '#ssoc4',
43+
},
44+
{
45+
organizer: 'Chiliz',
46+
title: 'Hacking Paris',
47+
location: 'Parc des Princes, Paris, France',
48+
date: 'Jul 11 - 13',
49+
domains: ['Blockchain', 'Web3'],
50+
applyLink: 'https://hacking-paris.devfolio.co/',
51+
poster: '/assets/Hackathons/Hacking Paris.jpg',
52+
shareLink: '#hacking-paris',
53+
},
54+
{
55+
organizer: 'IGNITE ROOM',
56+
title: 'HackArenaa',
57+
location: 'New Delhi, India',
58+
date: 'Jun 28 - 29',
59+
domains: ['Gaming', 'Esports'],
60+
applyLink: 'https://hackarenaa.devfolio.co/',
61+
poster: '/assets/Hackathons/HackArenaa.jpg',
62+
shareLink: '#hackarenaa',
63+
},
64+
{
65+
organizer: 'ETHKyiv',
66+
title: 'ETHKyiv 2025',
67+
location: 'Kyiv, Ukraine',
68+
date: 'Jun 13 - 15',
69+
domains: ['Blockchain', 'Web3', 'Ethereum'],
70+
applyLink: 'https://ethkyiv.devfolio.co/',
71+
poster: '/assets/Hackathons/ETHKyiv 2025.jpg',
72+
shareLink: '#ethkyiv-2025',
73+
},
74+
{
75+
organizer: 'JIS University, Kolkata',
76+
title: 'HexaFalls',
77+
location: 'Kolkata, India',
78+
date: 'Jun 28 - 29',
79+
domains: ['AI', 'CyberSecurity', 'Blockchain', 'Automation'],
80+
applyLink: 'https://hexafalls.devfolio.co/',
81+
poster: '/assets/Hackathons/HexaFalls.jpg',
82+
shareLink: '#hexafalls',
83+
},
2484
// {
2585
// organizer: 'Hack4Bihar',
2686
// title: 'Hack4Bihar - Lucknow Hacking Tour',
@@ -309,46 +369,26 @@ const hackathons = [
309369
// poster: '/assets/Hackathons/NMIT HACKS 2025.jpg',
310370
// shareLink: '#nmit-hacks-2025',
311371
// },
312-
{
313-
organizer: 'Hack With Gujarat',
314-
title: 'Hack With Gujarat',
315-
location: 'Online',
316-
date: 'May 26 - 29',
317-
domains: ['Open Innovation', 'No Restrictions'],
318-
applyLink: 'https://hack-with-gujarat.devfolio.co/?ref=37575e18b3',
319-
poster: '/assets/Hackathons/Hack With Gujarat.jpg',
320-
shareLink: '#hack-with-gujarat',
321-
},
322-
{
323-
organizer: 'StackBlitz / Bolt',
324-
title: 'World’s Largest Hackathon',
325-
location: 'Online',
326-
date: 'May 30',
327-
domains: ['Beginner Friendly', 'Low/No Code', 'Machine Learning', 'AI'],
328-
applyLink: 'https://worldslargesthackathon.devpost.com/',
329-
poster: '/assets/Hackathons/bolt.png',
330-
shareLink: '#worlds-largest-hackathon',
331-
},
332-
{
333-
organizer: 'LISK',
334-
title: 'Lisk Builders Challenge',
335-
location: 'Online',
336-
date: 'May 31',
337-
domains: ['Blockchain', 'Web3'],
338-
applyLink: 'https://lisk-builders-challenge-1.devfolio.co/',
339-
poster: '/assets/Hackathons/Lisk Builders Challenge.jpg',
340-
shareLink: '#lisk-builders-challenge',
341-
},
342-
{
343-
organizer: 'Reskill - Social',
344-
title: 'Social Summer of Code (SSoC) 2025',
345-
location: 'Offline',
346-
date: 'June 10',
347-
domains: ['Blockchain', 'Web3'],
348-
applyLink: 'https://lisk-builders-challenge-1.devfolio.co/',
349-
poster: '/assets/Hackathons/Lisk Builders Challenge.jpg',
350-
shareLink: '#lisk-builders-challenge',
351-
},
372+
// {
373+
// organizer: 'LISK',
374+
// title: 'Lisk Builders Challenge',
375+
// location: 'Online',
376+
// date: 'May 31',
377+
// domains: ['Blockchain', 'Web3'],
378+
// applyLink: 'https://lisk-builders-challenge-1.devfolio.co/',
379+
// poster: '/assets/Hackathons/Lisk Builders Challenge.jpg',
380+
// shareLink: '#lisk-builders-challenge',
381+
// },
382+
// {
383+
// organizer: 'Hack With Gujarat',
384+
// title: 'Hack With Gujarat',
385+
// location: 'Online',
386+
// date: 'May 26 - 29',
387+
// domains: ['Open Innovation', 'No Restrictions'],
388+
// applyLink: 'https://hack-with-gujarat.devfolio.co/?ref=37575e18b3',
389+
// poster: '/assets/Hackathons/Hack With Gujarat.jpg',
390+
// shareLink: '#hack-with-gujarat',
391+
// },
352392
// ... Add others similarly
353393
];
354394

0 commit comments

Comments
 (0)