mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Add Bank logos to /brand (#403)
This commit is contained in:
parent
433278d99d
commit
1978406ecb
1 changed files with 19 additions and 1 deletions
|
|
@ -162,6 +162,24 @@ const Page = ({ css }) => (
|
|||
>
|
||||
Download all →
|
||||
</Button>
|
||||
|
||||
<Heading id="bank" variant="headline">
|
||||
Hack Club Bank Logos
|
||||
</Heading>
|
||||
<Grid columns={[null, 2, 3]} gap={3}>
|
||||
<Logo name="hack-club-bank-light" />
|
||||
<Logo name="hack-club-bank-dark" />
|
||||
</Grid>
|
||||
<Button
|
||||
as="a"
|
||||
href="https://bank.hackclub.com/branding"
|
||||
variant="outline"
|
||||
mt={3}
|
||||
mb={[4, 5]}
|
||||
>
|
||||
See all Bank logos →
|
||||
</Button>
|
||||
|
||||
<Heading id="banners" variant="headline">
|
||||
HTML banners
|
||||
</Heading>
|
||||
|
|
@ -228,7 +246,7 @@ const Page = ({ css }) => (
|
|||
is our brand font.
|
||||
</Text>
|
||||
<Box as="details" mb={[4, 5]}>
|
||||
<Text as="summary" sx={{ fontSize: 2 }}>
|
||||
<Text as="summary" sx={{ fontSize: 2, cursor: 'default' }}>
|
||||
Webfont CSS (for HQ sites only)
|
||||
</Text>
|
||||
<Text as="pre" variant="styles.pre">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue