mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Content/copy edits on new homepage (#632)
This commit is contained in:
parent
f32892e020
commit
ae83d40cf9
2 changed files with 10 additions and 10 deletions
|
|
@ -72,7 +72,7 @@ function BreakdownBox({
|
|||
)}
|
||||
<Heading
|
||||
sx={{
|
||||
fontSize: ['18px','18px', '24px', '26px'],
|
||||
fontSize: ['18px', '18px', '24px', '26px'],
|
||||
pt: [1, 2, 3]
|
||||
}}
|
||||
>
|
||||
|
|
@ -124,8 +124,8 @@ export default function Winter() {
|
|||
Winter hardware wonderland
|
||||
</Text>
|
||||
<Text as="p" variant="subtitle">
|
||||
Get $250 to build your own electronics projects alongside hundreds of other
|
||||
teenagers in the Hack Club community!
|
||||
Get $250 to build your own electronics projects alongside hundreds of
|
||||
other teenagers in the Hack Club community!
|
||||
</Text>
|
||||
<Box>
|
||||
<Grid gap={[2, 2, 3]} columns={3} py={3}>
|
||||
|
|
@ -142,8 +142,8 @@ export default function Winter() {
|
|||
text="Daily progress"
|
||||
description={
|
||||
<>
|
||||
From <strong>Feb 15-25</strong>, work on your project, share
|
||||
short photo/video updates each day.
|
||||
From <strong>Feb 14-23</strong>, work on your project, sharing
|
||||
daily updates.
|
||||
</>
|
||||
}
|
||||
delay="100"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default function Carousel() {
|
|||
return (
|
||||
<PageVisibility onChange={handleVisibilityChange}>
|
||||
{pageIsVisible && (
|
||||
<Box sx={{mt: 4}}>
|
||||
<Box sx={{ mt: 4 }}>
|
||||
<Text
|
||||
variant="eyebrow"
|
||||
as="div"
|
||||
|
|
@ -39,7 +39,7 @@ export default function Carousel() {
|
|||
mt: 4,
|
||||
maxWidth: 'layout',
|
||||
width: '90vw',
|
||||
margin: 'auto',
|
||||
margin: 'auto'
|
||||
}}
|
||||
>
|
||||
Here are a few projects you could get involved in:
|
||||
|
|
@ -101,16 +101,16 @@ export default function Carousel() {
|
|||
background="#271932"
|
||||
titleColor="#CAB4D4"
|
||||
textColor="#CAB4D4"
|
||||
title="Sinerider"
|
||||
title="SineRider"
|
||||
description="Help build a game about love, math, and graphing 💖"
|
||||
img="https://emoji.slack-edge.com/T0266FRGM/sinerider/68a0bc1208e885dd.png"
|
||||
link="https://sinerider.hackclub.com"
|
||||
link="https://sinerider.com"
|
||||
/>
|
||||
<CarouselCards
|
||||
background="black"
|
||||
titleColor="yellow"
|
||||
textColor="white"
|
||||
title="High school Hackathons"
|
||||
title="High school hackathons"
|
||||
description="🔍 A curated list of high school hackathons with hundreds of events"
|
||||
img="https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-large/1f469-200d-1f4bb@2x.png"
|
||||
link="/hackathons"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue