mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Merge branch 'main' of https://github.com/hackclub/site
This commit is contained in:
commit
bad9d274b5
3 changed files with 47 additions and 19 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import {
|
||||
Box,
|
||||
Card,
|
||||
Label,
|
||||
Input,
|
||||
Textarea,
|
||||
Select,
|
||||
Grid,
|
||||
Text,
|
||||
Input,
|
||||
Label,
|
||||
Link,
|
||||
Box
|
||||
Select,
|
||||
Text,
|
||||
Textarea
|
||||
} from 'theme-ui'
|
||||
import { useRouter } from 'next/router'
|
||||
import useForm from '../../lib/use-form'
|
||||
|
|
@ -139,17 +139,36 @@ const JoinForm = ({ sx = {} }) => {
|
|||
)}
|
||||
|
||||
{!isAdult && (
|
||||
<Submit
|
||||
status={status}
|
||||
mt={'0px!important'}
|
||||
labels={{
|
||||
default: useWaitlist ? 'Join Waitlist' : 'Get Invite',
|
||||
error: 'Something went wrong',
|
||||
success: useWaitlist
|
||||
? "We'll be in touch soon!"
|
||||
: 'Email coming soon!'
|
||||
}}
|
||||
/>
|
||||
<Box>
|
||||
<Submit
|
||||
status={status}
|
||||
mt={'0px!important'}
|
||||
labels={{
|
||||
default: useWaitlist ? 'Join Waitlist' : 'Get Invite',
|
||||
error: 'Something went wrong',
|
||||
success: useWaitlist
|
||||
? "We'll be in touch soon!"
|
||||
: 'Check your email for invite!'
|
||||
}}
|
||||
/>
|
||||
{status === 'success' && (
|
||||
<Text
|
||||
variant="caption"
|
||||
color="secondary"
|
||||
as="div"
|
||||
sx={{
|
||||
maxWidth: '600px',
|
||||
textAlign: 'center',
|
||||
mt: 3
|
||||
}}
|
||||
>
|
||||
Check your spam folder too! Not there?{' '}
|
||||
<Link href="mailto:slack@hackclub.com" sx={{ ml: 1 }}>
|
||||
Send us an email
|
||||
</Link>
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
)}
|
||||
</form>
|
||||
</Card>
|
||||
|
|
|
|||
|
|
@ -453,7 +453,7 @@ const Page = () => (
|
|||
<>
|
||||
We build tools, such as{' '}
|
||||
<a href="https://sprig.hackclub.com">Sprig</a>, that your
|
||||
members can use to make projects with in meetings! Built more of
|
||||
members can use to make projects with in meetings! Build more of
|
||||
them with us in our <Link href="/slack">Slack community</Link>.
|
||||
</>
|
||||
}
|
||||
|
|
@ -466,7 +466,7 @@ const Page = () => (
|
|||
<>
|
||||
Come prepared to every meeting with over 100{' '}
|
||||
<a href="https://workshops.hackclub.com">workshops</a> (3 years’
|
||||
worth!) and 18 <a href="https://jams.hackclub.com">Jams</a>{' '}
|
||||
worth!) and 19 <a href="https://jams.hackclub.com">Jams</a>{' '}
|
||||
that guide your club members through making fun, creative
|
||||
projects.
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -256,6 +256,15 @@ export default function Team() {
|
|||
... .... . .----. ... / .- .-.. ... --- / ..-. .-.. ..- . -. - / .. -. / -- --- .-. ... . / -.-. --- -.. . -.-.--"
|
||||
pronouns="she/her"
|
||||
/>
|
||||
<Bio
|
||||
img="https://assets.devlucas.page/images/profile.jpg"
|
||||
name="Lucas Honda"
|
||||
teamRole="Engineering"
|
||||
text="Lucas is a 14 year old Hack Clubber from Sao Paulo, Brazil. Since joining the Hack Club, he has been fascinated by Sprig and is currently leading Sprig App Review Team, and working to make it the best it possibly can be. He loves all aspects of aviation, and scours the internet/skies looking for and investigating flying machines. He spends a good portion of his time with his dog, a happy and playful dog."
|
||||
pronouns="he/him"
|
||||
href="https://page.devlucas.page"
|
||||
video="https://www.youtube.com/embed/vuLtlzMMW6o?si=v-Dbn2fSGvTyXlbY"
|
||||
/>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue