mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Finishing touches?
This commit is contained in:
parent
7dbfc4350b
commit
83d821e79c
7 changed files with 44 additions and 119 deletions
|
|
@ -123,7 +123,18 @@ export default function Features() {
|
|||
}
|
||||
}}
|
||||
>
|
||||
<Flex sx={{ justifyContent: 'end' }}>Date</Flex>
|
||||
<Flex sx={{ justifyContent: 'end' }}>
|
||||
<Text
|
||||
sx={{
|
||||
textTransform: 'uppercase',
|
||||
fontSize: '10px',
|
||||
lineHeight: 1
|
||||
}}
|
||||
>
|
||||
Date
|
||||
</Text>
|
||||
<Text sx={{ fontFamily: 'cursive' }}>10-10-2020</Text>
|
||||
</Flex>
|
||||
<Flex sx={{ width: '100%' }}>
|
||||
<Text
|
||||
sx={{
|
||||
|
|
@ -156,11 +167,12 @@ export default function Features() {
|
|||
fontFamily: 'cursive'
|
||||
}}
|
||||
>
|
||||
120
|
||||
1000
|
||||
</Text>
|
||||
</Text>
|
||||
</Flex>
|
||||
<Flex sx={{ justifyContent: 'end' }}>
|
||||
<Flex sx={{ justifyContent: 'space-between', alignItems: 'end' }}>
|
||||
<Text sx={{ fontFamily: 'cursive' }}>One thousand only</Text>
|
||||
<Text
|
||||
sx={{
|
||||
textTransform: 'uppercase',
|
||||
|
|
@ -171,6 +183,7 @@ export default function Features() {
|
|||
Dollars
|
||||
</Text>
|
||||
</Flex>
|
||||
|
||||
<Flex
|
||||
sx={{
|
||||
justifyContent: 'space-between',
|
||||
|
|
@ -195,10 +208,15 @@ export default function Features() {
|
|||
}}
|
||||
>
|
||||
{' '}
|
||||
for Poseidon Robotics
|
||||
Grant for Poseidon Robotics
|
||||
</Text>
|
||||
</Text>
|
||||
<Text sx={{ fontFamily: 'cursive' }}>Signature</Text>
|
||||
<Image
|
||||
src="/signatures/prophet_orpheus-light.png"
|
||||
alt="Prophet Orpheus signature"
|
||||
width={80}
|
||||
height={30}
|
||||
/>
|
||||
</Flex>
|
||||
<Flex>
|
||||
<Text
|
||||
|
|
@ -206,7 +224,8 @@ export default function Features() {
|
|||
fontFamily: 'monospace',
|
||||
fontSize: '10px',
|
||||
lineHeight: 1,
|
||||
py: 0
|
||||
pt: 1,
|
||||
mb: -3
|
||||
}}
|
||||
>
|
||||
⑆ 00000000000 ⑆ 123456789 ⑆
|
||||
|
|
|
|||
|
|
@ -88,6 +88,16 @@ export default function Signup() {
|
|||
})
|
||||
|
||||
setSubmitted(true)
|
||||
|
||||
// clear form
|
||||
setValues({
|
||||
locationState: '',
|
||||
locationCountry: '',
|
||||
teamName: '',
|
||||
teamType: '',
|
||||
teamNumber: '',
|
||||
userEmail: ''
|
||||
})
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ export default function Testimonials() {
|
|||
quote="Hack Club Bank has been essential to keeping track of our finances as well as giving us the opportunity to establish ourselves as a nonprofit."
|
||||
/>
|
||||
</Grid>
|
||||
<OrganizationAlt />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
@ -230,74 +229,3 @@ function Organization({
|
|||
</Slide>
|
||||
)
|
||||
}
|
||||
|
||||
// testimonial with no images, just a quote
|
||||
// maybe a cool FIRST person or parent???
|
||||
function OrganizationAlt({ transparency = false }) {
|
||||
return (
|
||||
<Slide bottom>
|
||||
<Box p={[3, null, 4]}>
|
||||
<Text
|
||||
sx={{
|
||||
fontSize: 2,
|
||||
color: 'snow',
|
||||
textIndent: '-.375em',
|
||||
lineHeight: 'caption',
|
||||
fontSize: 18
|
||||
}}
|
||||
>
|
||||
"Onboarding was super easy... they explained their organization, the
|
||||
fee their assistance. It was music to my ears."
|
||||
</Text>
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
justifyContent: 'space-between',
|
||||
marginTop: ['0px', 3]
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
mt: ['16px', '0px']
|
||||
}}
|
||||
>
|
||||
<Text
|
||||
color="white"
|
||||
sx={{
|
||||
fontSize: 19,
|
||||
display: 'flex',
|
||||
flexDirection: 'column'
|
||||
}}
|
||||
>
|
||||
<Text sx={{ fontWeight: 'bold', lineHeight: 1.125 }}>Keenya</Text>
|
||||
<Text>Parent</Text>
|
||||
</Text>
|
||||
</Box>
|
||||
{transparency && (
|
||||
<Link
|
||||
href={`https://bank.hackclub.com/${transparency}`}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
sx={{ mt: ['16px', '0px'] }}
|
||||
>
|
||||
<Button
|
||||
mt={[null, null, 4, 0]}
|
||||
ml={[0, 'auto']}
|
||||
sx={{ textTransform: 'none' }}
|
||||
variant="primary"
|
||||
title="🎶 take a look, it's in our books 🎵"
|
||||
>
|
||||
See Finances
|
||||
</Button>
|
||||
</Link>
|
||||
)}
|
||||
</Box>
|
||||
</Box>
|
||||
</Slide>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,6 +53,11 @@ const nextConfig = {
|
|||
destination: '/jobs/lead-hacker/',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/first/',
|
||||
destination: '/bank/first/',
|
||||
permanent: false
|
||||
},
|
||||
{
|
||||
source: '/bank/frc/',
|
||||
destination: '/bank/first/',
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ export default function First() {
|
|||
minHeight: ['70vh', 'none'],
|
||||
textAlign: 'center',
|
||||
backgroundImage:
|
||||
"linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('https://cloud-gxxp8xcyl-hack-club-bot.vercel.app/0fzfm1e-ueaef1qw.jpeg')",
|
||||
"linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('https://cloud-7chjcfuyw-hack-club-bot.vercel.app/0image.png')",
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center center',
|
||||
display: 'flex',
|
||||
|
|
@ -62,51 +62,12 @@ export default function First() {
|
|||
<Heading
|
||||
sx={{
|
||||
textAlign: 'center',
|
||||
mt: [2, 4],
|
||||
mt: [5, null, 6],
|
||||
textShadow: '0 0 16px rgba(0, 0, 0, 1)'
|
||||
}}
|
||||
as="h1"
|
||||
variant="ultratitle"
|
||||
>
|
||||
{/* <Flex
|
||||
sx={{ justifyContent: 'center', alignItems: 'center', mb: 2 }}
|
||||
>
|
||||
<NextLink href="https://hackclub.com/bank" passHref>
|
||||
<Box
|
||||
as="a"
|
||||
width={64}
|
||||
height={64}
|
||||
sx={{
|
||||
width: 72,
|
||||
height: 72,
|
||||
backgroundImage: "url('/bank/bank-blue.png')",
|
||||
backgroundSize: 'contain',
|
||||
backgroundPosition: 'center center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
mr: 3,
|
||||
borderRadius: 8
|
||||
}}
|
||||
target="_blank"
|
||||
></Box>
|
||||
</NextLink>
|
||||
|
||||
<NextLink href="https://www.firstinspires.org" passHref>
|
||||
<Box
|
||||
as="a"
|
||||
sx={{
|
||||
width: 72,
|
||||
height: 72,
|
||||
backgroundImage: "url('/hackathons/grant/first.png')",
|
||||
backgroundColor: '#231F20',
|
||||
backgroundSize: '60px, cover',
|
||||
backgroundPosition: 'center center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
borderRadius: 8
|
||||
}}
|
||||
target="_blank"
|
||||
></Box>
|
||||
</NextLink>
|
||||
</Flex> */}
|
||||
The ultimate financial tool for{' '}
|
||||
<Text
|
||||
as="span"
|
||||
|
|
@ -205,6 +166,8 @@ export default function First() {
|
|||
mt: 3
|
||||
}}
|
||||
as="a"
|
||||
href="/bank/first/Hack_Club_Bank_for_FIRST_Teams.pdf"
|
||||
target="_blank"
|
||||
>
|
||||
<Icon glyph="download" size={36} />
|
||||
Download this page as a PDF
|
||||
|
|
|
|||
BIN
public/bank/first/Hack_Club_Bank_for_FIRST_Teams.pdf
Normal file
BIN
public/bank/first/Hack_Club_Bank_for_FIRST_Teams.pdf
Normal file
Binary file not shown.
BIN
public/signatures/prophet_orpheus-light.png
Normal file
BIN
public/signatures/prophet_orpheus-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
Loading…
Add table
Reference in a new issue