Skip to content

Commit

Permalink
Merge branch 'development' into Home
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 committed Apr 7, 2024
2 parents 812e0de + 9a9798b commit 91f2f8d
Showing 1 changed file with 42 additions and 54 deletions.
96 changes: 42 additions & 54 deletions src/data/challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,78 +11,66 @@ export interface Challenge {

export const challenges: Challenge[] = [
{
title: 'Making Markets to Make a Change',
companyEncrypted: 'FpDvGOwa9WVr4riRPXIFmg',
company: 'Optiver',
videoUrl: 'https://youtu.be/R2B7QNEAH3c',
companyEncrypted: 'Company challenge',
title: '',
company: '',
videoUrl: '',
//description: /* markdown */ ``,
prize: '1st: An iPhone 13 for each member of the team',
channel: 'optiver',
prize: '',
channel: '',
},
{
companyEncrypted: 'OJ4LCmSBly+3JmL7P7/V1w',
company: 'HP',
title: 'HP Inventory & Sales Forecasting',
videoUrl: 'https://youtu.be/BDkC4cb-bb8',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
prize: '1st: 4 HP Laptop 15, 2nd: 4 Hyper X Keyboard, 3rd: 4 Omen Sweater',
channel: 'hp',
prize: '',
channel: '',
},
{
companyEncrypted: 'TZABPAEwSHar7SLMqkDmuA',
company: 'Bunge',
title: 'Mission to Improve the Agribusiness Markets',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
videoUrl: 'https://youtu.be/pSKdCW41170',
prize: 'Each member wins a Meta Quest 2',
channel: 'bunge',
prize: '',
channel: '',
},
{
companyEncrypted: 'IXZ07J9j2ognub5PeUbefg',
company: 'Restb.ai',
title: 'Most innovative usage of our data',
videoUrl: 'https://youtu.be/r-G4yDL2ZpA',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
prize: 'Travel anywhere up to 200€ for each team member.',
channel: 'restbai',
prize: '',
channel: '',
},
{
companyEncrypted: 'OKOOYK8p3e6ixR3KQ05l8Q',
company: 'Strands',
title: 'Build the bank experience you need.',
videoUrl: 'https://youtu.be/GkmVmZwSygo',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
prize:
'1 Windows 11 Pro, 12GB RAM 256GB ROM Ιntel Celeron J4125 Mini, 2 New Kindle Paperwhite, 3 Amazon voucher 100€',
channel: 'strands',
prize: '',
channel: '',
},
{
companyEncrypted: '+5CxQKLiDwgwXZEp3ePpFw',
company: 'Vueling',
title: 'Flight Fest',
videoUrl: 'https://youtu.be/AlECmra8YAo',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
prize:
'The prize for the winners will be a round trip flight to any Vueling destination for the whole team',
channel: 'vueling',
prize: '',
channel: '',
},
{
companyEncrypted: 'MZHdrReJtUe0TWxiyNwFTA',
company: 'Capchase',
title: 'SQLillo Royale',
videoUrl: 'https://youtu.be/dMfcT_hs_rU',
companyEncrypted: 'Company challenge',
company: '',
title: '',
videoUrl: '',
//description: /* markdown */ ``,
prize: '1. Impresora 3D, 2. Set Arduino, 3. Amazon Voucher 100EUR',
channel: 'capchase',
},
{
companyEncrypted: '8KmM/3LZtmAsuR4vnOPTvg',
company: 'IThinkUPC',
title: 'Build an AI Powered App',
videoUrl: 'https://youtu.be/QmfVvugVLjA',
//description: /* markdown */ ``,
prize:
'1rt Amazon Voucher 100€, 2nd Amazon Voucher 50€, 3rd Amazon Voucher 30€',
channel: 'ithinkupc',
prize: '',
channel: '',
},
]

0 comments on commit 91f2f8d

Please sign in to comment.