Skip to content

Commit 97093c4

Browse files
committed
hack
1 parent 3ca4a4e commit 97093c4

2 files changed

Lines changed: 66 additions & 56 deletions

File tree

130 KB
Loading

src/Page/OpportunitiesHub/HackathonList.jsx

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

2323
const hackathons = [
24-
{
25-
organizer: 'DCSE JIMS - Geek Room',
26-
title: 'Hack Quanta',
27-
location: 'Greater Noida, India',
28-
date: 'Sep 5 - 6',
29-
domains: ['Open Innovation', 'real-world challenges', 'No Restrictions', '36 hours Hackathon'],
30-
applyLink: 'https://hack-quanta.devfolio.co/?ref=37575e18b3',
31-
poster: '/assets/Hackathons/Hack Quanta.jpg',
32-
shareLink: '#hack-quanta',
33-
},
34-
{
35-
organizer: 'The Product Folks',
36-
title: 'mosAIc - 2-week AI buildathon',
37-
location: 'Online',
38-
date: 'Sep 7',
39-
domains: [
40-
'Voice AI & Conversational Products',
41-
'Vibecoding',
42-
'AI Agents Workflow Automation',
43-
'AI Evals and Observability',
44-
],
45-
applyLink: 'https://mosaicbytpf.devfolio.co/?ref=37575e18b3',
46-
poster: '/assets/Hackathons/mosAIc.jpg',
47-
shareLink: '#mosAIc',
48-
},
49-
{
50-
organizer: 'Webwiz - NIT Rourkela',
51-
title: 'HackOdisha 5.0',
52-
location: 'Online',
53-
date: 'Sep 6 - 7',
54-
domains: ['Problem Solving', 'Open Innovation', 'Online', '36 hours Hackathon'],
55-
applyLink: 'https://hackodisha-4.devfolio.co/?ref=37575e18b3',
56-
poster: '/assets/Hackathons/HackOdisha.jpg',
57-
shareLink: '#hackodisha',
58-
},
59-
{
60-
organizer: 'Hack4Brahmaputra',
61-
title: 'Hack4Brahma',
62-
location: 'Guwahati, India',
63-
date: 'Sep 9',
64-
domains: ['Military', 'Hack For Army', 'Offline', '24 hours Hackathon'],
65-
applyLink: 'https://hack4brahmaputra.devfolio.co/?ref=37575e18b3',
66-
poster: '/assets/Hackathons/Hack4Brahmaputra.png',
67-
shareLink: '#hack4brahma',
68-
},
69-
{
70-
organizer: 'GTB4CEC',
71-
title: 'CodeSynthesis',
72-
location: 'New Delhi, India',
73-
date: 'Sep 13',
74-
domains: ['IoT', 'Web3', 'AI & ML', 'Cybersecurity', 'Game Development', 'Open Innovation'],
75-
applyLink:
76-
'https://unstop.com/hackathons/codesynthesis-merging-innovation-with-sustainable-impact-guru-tegh-bahadur-4th-centenary-engineering-college--1521757?lb=s8cgmb2g&utm_medium=Share&utm_source=imaashuu19859&utm_campaign=Innovation_challenge&utm_content=imaashuu19859',
77-
poster: '/assets/Hackathons/CodeSynthesis.png',
78-
shareLink: '#codesynthesis',
79-
},
8024
{
8125
organizer: 'TIC - The Incite Crew',
8226
title: 'Pinnacle Hacks',
@@ -118,6 +62,16 @@ const hackathons = [
11862
poster: '/assets/Hackathons/HackAura.jpg',
11963
shareLink: '#hackaura',
12064
},
65+
{
66+
organizer: 'Acharya Institute of Technology',
67+
title: 'The Big Hack',
68+
location: 'Bengaluru, India',
69+
date: 'Oct 14 - 15',
70+
domains: ['Open Innovation', '24 Hours Hackathon'],
71+
applyLink: 'https://the-big-hack.devfolio.co/?ref=37575e18b3',
72+
poster: '/assets/Hackathons/The Big Hack.jpg',
73+
shareLink: '#the-big-hack',
74+
},
12175
{
12276
organizer: 'IIC - Jadavpur University',
12377
title: 'HACK <N> PITCH',
@@ -158,6 +112,62 @@ const hackathons = [
158112
poster: '/assets/Hackathons/RNS HackOverflow 2.0.jpg',
159113
shareLink: '#rnshackoverflow2',
160114
},
115+
// {
116+
// organizer: 'DCSE JIMS - Geek Room',
117+
// title: 'Hack Quanta',
118+
// location: 'Greater Noida, India',
119+
// date: 'Sep 5 - 6',
120+
// domains: ['Open Innovation', 'real-world challenges', 'No Restrictions', '36 hours Hackathon'],
121+
// applyLink: 'https://hack-quanta.devfolio.co/?ref=37575e18b3',
122+
// poster: '/assets/Hackathons/Hack Quanta.jpg',
123+
// shareLink: '#hack-quanta',
124+
// },
125+
// {
126+
// organizer: 'The Product Folks',
127+
// title: 'mosAIc - 2-week AI buildathon',
128+
// location: 'Online',
129+
// date: 'Sep 7',
130+
// domains: [
131+
// 'Voice AI & Conversational Products',
132+
// 'Vibecoding',
133+
// 'AI Agents Workflow Automation',
134+
// 'AI Evals and Observability',
135+
// ],
136+
// applyLink: 'https://mosaicbytpf.devfolio.co/?ref=37575e18b3',
137+
// poster: '/assets/Hackathons/mosAIc.jpg',
138+
// shareLink: '#mosAIc',
139+
// },
140+
// {
141+
// organizer: 'Webwiz - NIT Rourkela',
142+
// title: 'HackOdisha 5.0',
143+
// location: 'Online',
144+
// date: 'Sep 6 - 7',
145+
// domains: ['Problem Solving', 'Open Innovation', 'Online', '36 hours Hackathon'],
146+
// applyLink: 'https://hackodisha-4.devfolio.co/?ref=37575e18b3',
147+
// poster: '/assets/Hackathons/HackOdisha.jpg',
148+
// shareLink: '#hackodisha',
149+
// },
150+
// {
151+
// organizer: 'Hack4Brahmaputra',
152+
// title: 'Hack4Brahma',
153+
// location: 'Guwahati, India',
154+
// date: 'Sep 9',
155+
// domains: ['Military', 'Hack For Army', 'Offline', '24 hours Hackathon'],
156+
// applyLink: 'https://hack4brahmaputra.devfolio.co/?ref=37575e18b3',
157+
// poster: '/assets/Hackathons/Hack4Brahmaputra.png',
158+
// shareLink: '#hack4brahma',
159+
// },
160+
// {
161+
// organizer: 'GTB4CEC',
162+
// title: 'CodeSynthesis',
163+
// location: 'New Delhi, India',
164+
// date: 'Sep 13',
165+
// domains: ['IoT', 'Web3', 'AI & ML', 'Cybersecurity', 'Game Development', 'Open Innovation'],
166+
// applyLink:
167+
// 'https://unstop.com/hackathons/codesynthesis-merging-innovation-with-sustainable-impact-guru-tegh-bahadur-4th-centenary-engineering-college--1521757?lb=s8cgmb2g&utm_medium=Share&utm_source=imaashuu19859&utm_campaign=Innovation_challenge&utm_content=imaashuu19859',
168+
// poster: '/assets/Hackathons/CodeSynthesis.png',
169+
// shareLink: '#codesynthesis',
170+
// },
161171
// {
162172
// organizer: 'StackBlitz / Bolt',
163173
// title: 'World’s Largest Hackathon',

0 commit comments

Comments
 (0)