@@ -21,26 +21,26 @@ const shareContent = (url) => {
2121// List of Global Tech Events
2222
2323const 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