mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Small fixes
This commit is contained in:
parent
fc0ea1da28
commit
096e79e4a9
2 changed files with 8 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ export default () => (
|
|||
<>
|
||||
<Meta
|
||||
as={Head}
|
||||
title="Elon Musk announcement"
|
||||
title="Elon Musk is Giving $500K"
|
||||
description="We’re thrilled to announce Elon Musk has donated $500k to Hack Club, a global nonprofit network of high school hackers & coding clubs."
|
||||
image="https://assets.hackclub.com/log/HC-500k@1080w.png"
|
||||
/>
|
||||
|
|
@ -46,7 +46,7 @@ export default () => (
|
|||
fontSize: [5, 6, null, 7],
|
||||
span: {
|
||||
WebkitTextStroke: 'currentColor',
|
||||
WebkitTextStrokeWidth: '3px',
|
||||
WebkitTextStrokeWidth: ['2px', '3px'],
|
||||
WebkitTextFillColor: 'transparent'
|
||||
}
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ const Event = ({ title, month, day }) => (
|
|||
</Grid>
|
||||
)
|
||||
|
||||
const Window = ({ title, children, ...props }) => (
|
||||
const Window = ({ title, children }) => (
|
||||
<Card
|
||||
sx={{
|
||||
p: [0, 0],
|
||||
|
|
@ -104,12 +104,11 @@ const Window = ({ title, children, ...props }) => (
|
|||
|
||||
export default () => (
|
||||
<>
|
||||
<Head>
|
||||
<Meta
|
||||
description="Hack Club is a global nonprofit network of high school makers & student-led coding clubs where young people build the agency, the network, & the technical talent to think big & do big things in the world."
|
||||
image="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2Fhackclub.jpg?v=1587740807714"
|
||||
/>
|
||||
</Head>
|
||||
<Meta
|
||||
as={Head}
|
||||
description="Hack Club is a global nonprofit network of high school makers & student-led coding clubs where young people build the agency, the network, & the technical talent to think big & do big things in the world."
|
||||
image="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2Fhackclub.jpg?v=1587740807714"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue