Skip to content

Commit cb24f94

Browse files
committed
rm: cloudflare
1 parent 9613ace commit cb24f94

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

app/partners/page.tsx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,38 +1008,6 @@ const Partners = () => {
10081008
</Flex>
10091009
</Flex>
10101010
</GridItem>
1011-
1012-
<GridItem>
1013-
<Flex
1014-
backgroundColor="#F7F7F7"
1015-
height="100%"
1016-
width="100%"
1017-
alignItems="center"
1018-
// justifyContent="space-between"
1019-
paddingX={{ base: "1rem", lg: "3rem" }}
1020-
paddingY={{ base: "0.5rem", lg: "2rem" }}
1021-
borderRadius={{
1022-
base: "0.75rem 2rem",
1023-
lg: "1rem 5.75rem",
1024-
}}
1025-
flexDirection="column"
1026-
>
1027-
<Flex
1028-
flexGrow={1}
1029-
justifyContent={"center"}
1030-
alignItems="center"
1031-
>
1032-
<Link target="blank" href="https://hack.mlh.io/">
1033-
<Image
1034-
src="/assets/partners/in-kind/cloudflare.svg"
1035-
alt="logo"
1036-
width={"100%"}
1037-
/>
1038-
</Link>
1039-
</Flex>
1040-
</Flex>
1041-
</GridItem>
1042-
10431011
<GridItem>
10441012
<Flex
10451013
backgroundColor="#F7F7F7"

app/prize/page.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,6 @@ const prizesMapping: PrizeCategory[] = [
222222
],
223223
image: `/assets/partners/inkind/godaddy-white.svg`,
224224
},
225-
{
226-
title: "Best AI Application Built with Cloudflare",
227-
description:
228-
"Build an AI Application utilizing Cloudflare’s numerous services for a chance to win Arduino Student Kits for you and your team!",
229-
resources: [
230-
{
231-
title: "More Info",
232-
link: "https://hack.mlh.io/prizes",
233-
},
234-
],
235-
image: `/assets/partners/inkind/cloudflare-white.png`,
236-
},
237225
{
238226
title: "Best Use of TinyMCE",
239227
description:

0 commit comments

Comments
 (0)