Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/data/sponsors.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export const sponsors = {
sponsors: [
{ name: 'BlackHat', logo: 'BH', website: '#', description: 'Cybersecurity training and events.' },
{ name: 'BlackHat', logo: 'BH', website: 'https://blackhatmea.com', description: 'Cybersecurity training and events.' },
// { name: 'Free Website Guys', logo: 'FWG', website: '#', description: 'Professional website development.' },
{ name: 'Duality', logo: 'GM', website: '#', description: 'Food and beverage partner.' },
{ name: 'Duality', logo: 'GM', website: 'https://www.duality.ai/', description: 'Food and beverage partner.' },
{ name: 'Microsoft Azure Community', logo: 'HB', website: '#', description: 'Web3 and blockchain ecosystem.' },
{ name: 'InterviewBudyy', logo: 'FF', website: '#', description: 'Financial literacy and support.' },
{ name: 'InterviewBudyy', logo: 'FF', website: 'https://interviewbuddy.net/?srsltid=AfmBOopNZkpNZ5HjaWjVW_sgkEKL7KoGl6cd4kYC9rcYqrlGfTYPV4su', description: 'Financial literacy and support.' },
{ name: 'Devfolio', logo: 'DF', website: 'https://devfolio.co', description: 'Hackathon platform and community.' },
{ name: 'ETHIndia', logo: 'ETH', website: 'https://ethindia.co', description: 'Ethereum hackathon and ecosystem.' },
],
corporatePartners: [
{ name: 'Nextease Solutions', logo: 'NS', website: '#', description: 'A software development and IT consulting firm.' },
{ name: 'Trainzex AI', logo: 'TAI', website: '#', description: 'A firm providing AI solutions and training.' },
{ name: 'Nextease Solutions', logo: 'NS', website: 'https://www.nexteasesolutions.in/', description: 'A software development and IT consulting firm.' },
{ name: 'Trainzex AI', logo: 'TAI', website: 'https://trainzexai.in', description: 'A firm providing AI solutions and training.' },
],
};

Expand Down