Skip to content

Commit 0b0aefd

Browse files
committed
dev
1 parent 3b8c0b7 commit 0b0aefd

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

src/Page/OpportunitiesHub/EventsList.jsx

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -21,57 +21,57 @@ 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-
},
44-
{
45-
organizer: 'GDG Cloud New Delhi',
46-
title: 'SheSecures',
47-
location: 'New Delhi, India',
48-
date: 'Sep 27',
49-
domains: ['Technology', 'Developer', 'AI', 'Cloud', 'DevOps', 'Networking'],
50-
applyLink: 'https://www.commudle.com/communities/gdgcloudnd/events/shesecures',
51-
poster: '/assets/Events/SheSecures.png',
52-
shareLink: '#shesecures',
53-
},
54-
{
55-
organizer: 'GDG Noida',
56-
title: 'Design Samvaad',
57-
location: 'TBD, Noida, India',
58-
date: 'Sep 20',
59-
domains: ['Technology', 'Developer', 'AI', 'Design'],
60-
applyLink: 'https://www.commudle.com/communities/gdg-noida/events/design-samvaad',
61-
poster: '/assets/Events/Design Samvaad.png',
62-
shareLink: '#designsamvaad',
63-
},
64-
{
65-
organizer: 'GDG Ludhiana',
66-
title: 'DevFest Ludhiana 2025',
67-
location: 'GNDEC, Ludhiana, India',
68-
date: 'Oct 11',
69-
domains: ['Technology', 'Developer', 'GDG', 'DevFest', 'Networking'],
70-
applyLink:
71-
'https://gdg.community.dev/events/details/google-gdg-ludhiana-presents-devfest-ludhiana-2025-train-the-trainer-edition/',
72-
poster: '/assets/Events/DevFest Ludhiana 2025.png',
73-
shareLink: '#devfestludhiana',
74-
},
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+
// },
44+
// {
45+
// organizer: 'GDG Cloud New Delhi',
46+
// title: 'SheSecures',
47+
// location: 'New Delhi, India',
48+
// date: 'Sep 27',
49+
// domains: ['Technology', 'Developer', 'AI', 'Cloud', 'DevOps', 'Networking'],
50+
// applyLink: 'https://www.commudle.com/communities/gdgcloudnd/events/shesecures',
51+
// poster: '/assets/Events/SheSecures.png',
52+
// shareLink: '#shesecures',
53+
// },
54+
// {
55+
// organizer: 'GDG Noida',
56+
// title: 'Design Samvaad',
57+
// location: 'TBD, Noida, India',
58+
// date: 'Sep 20',
59+
// domains: ['Technology', 'Developer', 'AI', 'Design'],
60+
// applyLink: 'https://www.commudle.com/communities/gdg-noida/events/design-samvaad',
61+
// poster: '/assets/Events/Design Samvaad.png',
62+
// shareLink: '#designsamvaad',
63+
// },
64+
// {
65+
// organizer: 'GDG Ludhiana',
66+
// title: 'DevFest Ludhiana 2025',
67+
// location: 'GNDEC, Ludhiana, India',
68+
// date: 'Oct 11',
69+
// domains: ['Technology', 'Developer', 'GDG', 'DevFest', 'Networking'],
70+
// applyLink:
71+
// 'https://gdg.community.dev/events/details/google-gdg-ludhiana-presents-devfest-ludhiana-2025-train-the-trainer-edition/',
72+
// poster: '/assets/Events/DevFest Ludhiana 2025.png',
73+
// shareLink: '#devfestludhiana',
74+
// },
7575
];
7676

7777
const StyledtecheventsCard = styled.div`

0 commit comments

Comments
 (0)