Skip to content

Commit

Permalink
new judges (#2135)
Browse files Browse the repository at this point in the history
* new judges

* changes

* Quick copy fix

Signed-off-by: Juan Leal <[email protected]>

* update dates

---------

Signed-off-by: Juan Leal <[email protected]>
Co-authored-by: Juan Leal <[email protected]>
  • Loading branch information
defimaxyy and juandolealt authored Jan 22, 2024
1 parent 4bd61e1 commit ef88186
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion components/hackathon/HackathonFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const HackathonFooter = ({
letterSpacing={5}
textAlign="center"
>
FEBRUARY 9 - 11
FEBRUARY 16 - 18
</Heading>

<LinkButton
Expand Down
10 changes: 8 additions & 2 deletions components/hackathon/Judges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ export const Judges = ({ TRACKING_CATEGORY }: JudgesProps) => {
{
name: "Parker Jou",
twitter: "theappletucker",
description: "Founder, CTO at Caldera",
description: "Founder & CTO, Caldera",
image: "/assets/landingpage/parker.jpg",
},
{
name: "Franklin Bi",
twitter: "FranklinBi",
description: "Partner, Pantera Capital",
image: "/assets/landingpage/franklin.jpg",
},
];

return (
<VStack spacing={8} position="relative">
<Heading size="title.2xl">Judges</Heading>
<SimpleGrid
columns={{ base: 1, lg: 3 }}
columns={{ base: 1, lg: 4 }}
gap={{ base: 8, md: 24 }}
justifyContent="space-evenly"
px={4}
Expand Down
4 changes: 2 additions & 2 deletions components/hackathon/Reason.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const Reason = () => {
San Francisco to{" "}
<b>discover the next billion-dollar web3 consumer app.</b>&nbsp;Get
resources & expertise from top operators, find your next co-founder,
and meet VCs & industry leaders from{" "}
<b>Caldera, Founders Inc. and Haun Ventures.</b>
and meet builders & investors from{" "}
<b>Caldera, Pantera Capital, Founders Inc, and Haun Ventures.</b>
</Text>
</Flex>
</Container>
Expand Down
6 changes: 3 additions & 3 deletions components/hackathon/ScheduleSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import { Heading, Text } from "tw-components";
export const ScheduleSection: React.FC = () => {
const items = [
{
day: 9,
day: 16,
title:
"Hackathon Kickoff: Intro to thirdweb, Team Formation | 5:00pm - 7:00pm",
},
{
day: 10,
day: 17,
title: "Hack Day | 9:00am - 9:00pm",
},
{
day: 11,
day: 18,
title: "Final Submission | 9:00am",
secondTitle: "Lunch & Winners Announcement | 12:00pm",
},
Expand Down
7 changes: 6 additions & 1 deletion components/hackathon/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const sponsors = [
logo: require("public/assets/landingpage/haun.svg"),
link: "https://www.haun.co/",
},
{
name: "Pantera",
logo: require("public/assets/landingpage/pantera.png"),
link: "https://panteracapital.com",
},
];

interface SponsorsProps {
Expand All @@ -32,7 +37,7 @@ export const Sponsors = ({ TRACKING_CATEGORY }: SponsorsProps) => {
</Text>
<SimpleGrid
mt={4}
columns={{ base: 2, md: 3 }}
columns={{ base: 2, md: 4 }}
gap={8}
placeItems="center"
>
Expand Down
2 changes: 1 addition & 1 deletion components/hackathon/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface ITimeLeft {
const Timer: React.FC = () => {
const calculateTimeLeft = () => {
const difference =
Number(new Date("2024-02-09T09:00:00-08:00")) - Number(new Date());
Number(new Date("2024-02-16T09:00:00-08:00")) - Number(new Date());
let timeLeft = {
days: 0,
hours: 0,
Expand Down
10 changes: 5 additions & 5 deletions pages/hackathon/consumer-crypto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Hackathon = () => {
letterSpacing={5}
textAlign="center"
>
FEBRUARY 9 - 11
FEBRUARY 16 - 18
</Heading>

<Timer />
Expand Down Expand Up @@ -180,9 +180,9 @@ const Hackathon = () => {
</ListItem>
<ListItem>• 1 ETH for 1st Place</ListItem>
<ListItem>
• Meet & present to top industry leaders, operators, and
investors in crypto from Caldera, Founders Inc. and Haun
Ventures
• Meet & present to builders, operators, & investors in
crypto from Caldera, Pantera Capital, Founders Inc, and
Haun Ventures
</ListItem>
<ListItem>
• Amplification to 70k+ followers on thirdweb&apos;s
Expand Down Expand Up @@ -224,7 +224,7 @@ const Hackathon = () => {
<Text size="body.xl" color="white">
Participants will be able to submit their project to the form
in the hackathon landing page before the deadline, on{" "}
<b>February 11th at 9:00am PST</b>.
<b>February 18th at 9:00am PST</b>.
</Text>
</Flex>
</Flex>
Expand Down
Binary file added public/assets/landingpage/franklin.jpg
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/landingpage/pantera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef88186

Please sign in to comment.