Skip to content

Commit 2be4783

Browse files
committed
added partner prizes
1 parent e1815cd commit 2be4783

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

app/prize/page.tsx

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ const prizesMapping: PrizeCategory[] = [
4747
{
4848
title: 'Partner Prizes',
4949
prizeList: [
50+
{
51+
title: 'Most Creative use of Orkes',
52+
description:
53+
'Build the most creative project that uses Orkes. Top-3 teams that build the best project stand a chance to win Orkes branded sticker sheet, bag, cap, water bottle, and bottle cooler.',
54+
resources: [
55+
{
56+
title: 'More Info',
57+
link: 'https://bit.ly/htf4-orkes-challenge',
58+
},
59+
{
60+
title: 'Github Repo',
61+
link: 'https://bit.ly/htf4-con-repo',
62+
},
63+
],
64+
image: `/assets/partners/powered-by/orkes-white.png`,
65+
},
5066
{
5167
title: 'Best Project built using Vonage APIs',
5268
description:
@@ -67,6 +83,22 @@ const prizesMapping: PrizeCategory[] = [
6783
],
6884
image: `/assets/partners/platinum/vonage-white.svg`,
6985
},
86+
{
87+
title: 'Best use of GitHub',
88+
description:
89+
'Stand a chance to win GitHub Mona figurine or plushy in two simple steps. First by signing up for GitHub Global Campus and second by using a GitHub repository to host your hackathon project’s code!',
90+
resources: [
91+
{
92+
title: 'More Info',
93+
link: 'https://bit.ly/htf4-github-challenge',
94+
},
95+
{
96+
title: 'Github Global Campus',
97+
link: 'https://bit.ly/htf4-sdp',
98+
},
99+
],
100+
image: `/assets/partners/gold/github-white.png`,
101+
},
70102
{
71103
title: 'Best use of GenAI APIs',
72104
description:
@@ -166,6 +198,18 @@ const prizesMapping: PrizeCategory[] = [
166198
],
167199
image: `/assets/partners/silver/neurelo-white.png`,
168200
},
201+
{
202+
title: 'Logitech MX Macro Challenge',
203+
description:
204+
'Share one Smart Action Hack for Logitech MX Master series products and stand a chance to win MX Keys S Combo, MX Master 3S and more.',
205+
resources: [
206+
{
207+
title: 'More Info',
208+
link: 'https://bit.ly/htf4-logitech-challenge',
209+
},
210+
],
211+
image: `/assets/partners/silver/logitech-white.png`,
212+
},
169213
{
170214
title: 'Best Domain Name from GoDaddy Registry',
171215
description:
30.4 KB
Loading
26.5 KB
Loading
20.7 KB
Loading

0 commit comments

Comments
 (0)