Skip to content

Commit 5c22a49

Browse files
committed
dev
1 parent 04ad9d1 commit 5c22a49

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

src/Page/OpportunitiesHub/EventsList.jsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ const shareContent = (url) => {
2121
// List of Global Tech Events
2222

2323
const techevents = [
24-
// {
25-
// organizer: 'GDG New Delhi',
26-
// title: 'Google I/O Extended New Delhi 2025',
27-
// location: 'ThoughtWorks, Gurugram, India',
28-
// date: 'Sep 13',
29-
// domains: ['Technology', 'Developer', 'GDG', 'Google I/O'],
30-
// applyLink: 'https://www.commudle.com/communities/gdg-new-delhi/events/google-i-o-extended-new-delhi',
31-
// poster: '/assets/Events/Google IO Delhi.jpg',
32-
// shareLink: '#googleiodelhi',
33-
// },
34-
// {
35-
// organizer: 'GDG Gurugram',
36-
// title: 'DevFest Gurugram 2025',
37-
// location: 'Gurugram, India',
38-
// date: 'Sep 27',
39-
// domains: ['Technology', 'Developer', 'GDG', 'DevFest'],
40-
// applyLink: 'https://www.commudle.com/fill-form/3759',
41-
// poster: '/assets/Events/DevFestGurugram.png',
42-
// shareLink: '#devfestgurugram',
43-
// },
24+
{
25+
organizer: 'GDG New Delhi',
26+
title: 'Google I/O Extended New Delhi 2025',
27+
location: 'ThoughtWorks, Gurugram, India',
28+
date: 'Sep 13',
29+
domains: ['Technology', 'Developer', 'GDG', 'Google I/O'],
30+
applyLink: 'https://www.commudle.com/communities/gdg-new-delhi/events/google-i-o-extended-new-delhi',
31+
poster: '/assets/Events/Google IO Delhi.jpg',
32+
shareLink: '#googleiodelhi',
33+
},
34+
{
35+
organizer: 'GDG Gurugram',
36+
title: 'DevFest Gurugram 2025',
37+
location: 'Gurugram, India',
38+
date: 'Sep 27',
39+
domains: ['Technology', 'Developer', 'GDG', 'DevFest'],
40+
applyLink: 'https://www.commudle.com/fill-form/3759',
41+
poster: '/assets/Events/DevFestGurugram.png',
42+
shareLink: '#devfestgurugram',
43+
},
4444
// {
4545
// organizer: 'GDG Cloud New Delhi',
4646
// title: 'SheSecures',

0 commit comments

Comments
 (0)