Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/assets/Events/AI Demo Day X D2C.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Events/LocalHost India Tour NCR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Events/Meetup #53.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Events/Tadow Book Reading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Events/The Kitab Cup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions src/Page/OpportunitiesHub/EventsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,98 @@ const techevents = [
poster: '/assets/Events/ICSMS 2025.png',
shareLink: '#icsms2025',
},

{
organizer: 'Project Kitab',
title: 'The Kitab Cup',
location: 'Noida Sec-119',
date: 'April 18, 2025',
domains: ['Sports', 'Book Reading'],
applyLink: 'https://lu.ma/jzdpwdy6?tk=05iN8M',
poster: '/assets/Events/The Kitab Cup.png',
shareLink: '#thekitabcup',
},
{
organizer: 'Shalaka Kulkarni',
title: 'Tadow',
location: 'Gurugram, Haryana',
date: 'April 18, 2025',
domains: ['Book Reading'],
applyLink: 'https://lu.ma/d6oz10f0',
poster: '/assets/Events/Tadow.png',
shareLink: '#tadow',
},
{
organizer: 'Shift',
title: 'Infobip Tech Connect: Workshop #2',
location: 'JSS Academy, Noida',
date: 'April 19, 2025',
domains: ['Workshop', 'Web3'],
applyLink: 'https://lu.ma/xw43ge3t',
poster: '/assets/Events/Infobip Workshop.png',
shareLink: '#infobiptechconnect',
},
{
organizer: 'Blockchained India',
title: 'The HODL On Tour: Bitget',
location: 'Unwind Cafe, New Delhi',
date: 'April 19, 2025',
domains: ['Web3', 'Crypto'],
applyLink: 'https://lu.ma/4xke8cn0?tk=9xot7T',
poster: '/assets/Events/The HODL Tour.png',
shareLink: '#hodltourbitget',
},
{
organizer: 'ActualOne',
title: 'LocalHost India Tour: NCR',
location: 'New Delhi',
date: 'April 19, 2025',
domains: ['Tech Networking'],
applyLink: 'https://lu.ma/wzyhdwxe?tk=8G4W3I',
poster: '/assets/Events/LocalHost NCR.png',
shareLink: '#localhostncr',
},
{
organizer: 'NSUT Delhi',
title: 'Kagazi Sher: A Paper Dancing Event',
location: 'NSUT Delhi',
date: 'April 19, 2025',
domains: ['Shayari', 'Songs', 'Pickup Lines'],
applyLink: 'https://unstop.com/events/kagazi-sher-a-paper-dancing-event-moksha-netaji-subhas-university-of-technology-nsut-delhi-1459793?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl',
poster: '/assets/Events/Kagazi Sher.png',
shareLink: '#kagazisher',
},
{
organizer: 'Kaggle Days',
title: 'Meetup Delhi NCR #53',
location: 'Gurugram, Haryana',
date: 'April 20, 2025',
domains: ['AI/ML', 'Open Minds'],
applyLink: 'https://lu.ma/55tn683m?tk=TLo5IH',
poster: '/assets/Events/Kaggle Meetup.png',
shareLink: '#kaggledelhi53',
},
{
organizer: 'Capxly',
title: 'AI Demo Day X D2C',
location: 'Gurugram, Haryana',
date: 'April 26, 2025',
domains: ['AI Startups', 'D2C Brands'],
applyLink: 'https://lu.ma/hho9lk5y',
poster: '/assets/Events/Capxly AI Demo.png',
shareLink: '#capxlydemo',
},
{
organizer: 'ML Chandigarh',
title: 'Build With AI: Chandigarh Edition',
location: 'Chandigarh University',
date: 'May 3, 2025',
domains: ['AI', 'Gemini'],
applyLink: 'https://www.commudle.com/communities/tfug-chandigarh/events/build-with-ai-chandigarh-edition',
poster: '/assets/Events/Build With AI Chandigarh.png',
shareLink: '#buildwithaichd',
},

];

const StyledtecheventsCard = styled.div`
Expand Down