mirror of
https://github.com/SrIzan10/hc-site.git
synced 2026-05-01 10:45:23 +00:00
.
This commit is contained in:
@@ -107,5 +107,6 @@
|
|||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-config-next": "14.1.0",
|
"eslint-config-next": "14.1.0",
|
||||||
"prettier": "^3.2.5"
|
"prettier": "^3.2.5"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ function Page({ carouselCards }) {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx= {{width: "100vw", display: "flex", justifyContent: "center", alignItems: "center"}}>
|
<Box sx= {{width: "100vw", display: "flex", justifyContent: "center", alignItems: "center"}}>
|
||||||
<a href = "#">
|
<a href = "#start">
|
||||||
<Image
|
<Image
|
||||||
src="/congressional-app-challenge/chevron.svg"
|
src="/congressional-app-challenge/chevron.svg"
|
||||||
alt="A chevron"
|
alt="A chevron"
|
||||||
@@ -265,13 +265,14 @@ function Page({ carouselCards }) {
|
|||||||
<Heading
|
<Heading
|
||||||
as="h1"
|
as="h1"
|
||||||
variant="title"
|
variant="title"
|
||||||
|
id="start"
|
||||||
sx={{
|
sx={{
|
||||||
paddingY: 3,
|
paddingY: 3,
|
||||||
textAlign: 'left',
|
textAlign: 'left',
|
||||||
textShadow: '2px 2px #413cf2, 4px 4px #facb2d, 6px 6px #e15ba6'
|
textShadow: '2px 2px #413cf2, 4px 4px #facb2d, 6px 6px #e15ba6'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
What will you create this year?
|
A nonprofit by and for teenagers
|
||||||
</Heading>
|
</Heading>
|
||||||
<Box sx={{}}>
|
<Box sx={{}}>
|
||||||
<Box
|
<Box
|
||||||
@@ -284,10 +285,20 @@ function Page({ carouselCards }) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text variant="subtitle" sx={{ width: ['100%'] }}>
|
<Text variant="subtitle" sx={{ width: ['100%'] }}>
|
||||||
Each year, thousands of high schoolers across the United States participate in the Congressional App Challenge, and this year, <span class = "underline pink">Hack Club</span> is here to help.
|
|
||||||
<br /> <br />
|
Hack Club has <Link as="a" href="https://hackclub.com/arcade">given away</Link> $100,000s of Framework Laptops, 3D printers, and Raspberry Pis in the past year.
|
||||||
Every day, Hack Clubbers worldwide work together to <b>build projects and win prizes</b> in awesome hackathons and events.
|
|
||||||
<br/>Join the <Link as="a" href="https://hackclub.com/slack">Hack Club Slack</Link> to chat with and <b>get support on your Congressional App Challenge submission</b> from tens of thousands of other high school programmers.
|
<br /><br />
|
||||||
|
|
||||||
|
We host dozens of really cool, unique hackathons on <Link as="a" href="https://zephyr.hackclub.com">trains</Link> and in <Link as="a" href="https://outernet.hackclub.com">forests</Link> for free.
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
|
||||||
|
Hack Clubbers provide <Link as="a" href="https://hackclub.app">free website and Discord bot hosting</Link> with SSH access and send tens of thousands of messages every day helping each other on their projects in the Hack Club Slack.
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
|
||||||
|
Join us as you work on your Congressional App Challenge project.
|
||||||
<br /> <br />
|
<br /> <br />
|
||||||
<Text
|
<Text
|
||||||
sx={{
|
sx={{
|
||||||
@@ -553,7 +564,7 @@ function Page({ carouselCards }) {
|
|||||||
id="winners"
|
id="winners"
|
||||||
sx={{ backgroundColor: palette['cream'], padding: [3, 4, 4, 5] }}
|
sx={{ backgroundColor: palette['cream'], padding: [3, 4, 4, 5] }}
|
||||||
>
|
>
|
||||||
<Box sx={{ padding: 4, height: ['100%', null, null, '130vh'] }}>
|
<Box sx={{ padding: 4, height: ['100%', null, null, '135vh'] }}>
|
||||||
<Heading as="h1" sx={{ pb: 4 }}>
|
<Heading as="h1" sx={{ pb: 4 }}>
|
||||||
Meet <span class="underline pink">past winners</span>...
|
Meet <span class="underline pink">past winners</span>...
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|||||||
Reference in New Issue
Block a user