Save save save save save (mid-day)

This commit is contained in:
Ella 2022-07-29 12:41:57 -04:00
parent 479b80ab08
commit 0afde7bb10
2 changed files with 17 additions and 12 deletions

View file

@ -38,9 +38,14 @@ const Content = () => (
</Text>
.
</Heading>
{/* random note unrealted to this: there should be a thing in the Slack onboarding flow that asks if
the user is a hackathon organizer & points them to the #hackathon-organisers channel */}
<Text as="p" variant="lead" sx={{ maxWidth: 'copyPlus', mx: 'auto' }}>
On the Slack, you'll find a community of hackathon organizers new and
experienced alike. Ask questions, get help, and share your own
On the Slack, you'll find a community of{' '}
<Box as="span" sx={{ bg: 'muted' }}>
#hackathon-organizers
</Box>{' '}
new and experienced alike. Ask questions, get help, and share your own
experiences. We'll always be there to support you.
</Text>
<Link href="/slack" passHref>
@ -122,15 +127,15 @@ const Slack = () => {
}}
>
<source
src="https://cloud-e76v36px6-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.mp4"
src="https://cloud-absimk9o2-hack-club-bot.vercel.app/0hellyeah-smooth-scroll.mp4"
type="video/mp4; codecs=hevc"
/>
<source
src="https://cloud-67136uw75-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.webm"
src="https://cloud-7fyyvr9jk-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_12.26.48_pm.webm"
type="video/webm; codecs=vp9,opus"
/>
<source
src="https://cloud-e76v36px6-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.mp4"
src="https://cloud-absimk9o2-hack-club-bot.vercel.app/0hellyeah-smooth-scroll.mp4"
type="video/quicktime"
/>
</Box>

View file

@ -2,7 +2,7 @@ import { Heading, Container, Box } from 'theme-ui'
export default function Philosophy() {
return (
<>
<Box sx={{ py: 4 }}>
<Container
sx={{
px: 3,
@ -23,11 +23,11 @@ export default function Philosophy() {
build to learn.
</Heading>
<Box sx={{ fontSize: [3, 3] }}>
The best way to learn is by building. A hackathon is a space that
helps give makers everything they need to start buildingmentors,
collaborators, inspiration, and a goal to work towards. Hackers will
leave a hackathon with a project of their own, ready and excited to
keep hacking once they get home.
<strong>The best way to learn is by building.</strong> A hackathon is
a space that helps give makers everything they need to start
buildingmentors, collaborators, inspiration, and a goal to work
towards. Hackers will leave a hackathon with a project of their own,
ready and excited to keep hacking once they get home.
</Box>
</Container>
@ -56,6 +56,6 @@ export default function Philosophy() {
volunteers. We make things. We want others to make things too.
</Box>
</Container>
</>
</Box>
)
}