mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
commit
86d71cbd0e
3 changed files with 7 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ const BGImg = ({
|
|||
bottom: 0
|
||||
},
|
||||
'> span': { height: '100% !important', width: '100% !important' },
|
||||
img: { objectFit: 'cover', objectPosition: 'center 100%' },
|
||||
img: { objectFit: 'cover', objectPosition: 'center center' },
|
||||
'~ *': { position: 'relative' }
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ import Clubs from '../components/index/cards/clubs'
|
|||
import Workshops from '../components/index/cards/workshops'
|
||||
import Bank from '../components/index/cards/bank'
|
||||
import Hackathons from '../components/index/cards/hackathons'
|
||||
import AssembleImgFile from '../public/home/assemble.jpg'
|
||||
import OuternetImgFile from '../public/home/outernet-110.jpg'
|
||||
import Announcement from '../components/announcement'
|
||||
import Konami from 'react-konami-code'
|
||||
import JSConfetti from 'js-confetti'
|
||||
|
|
@ -174,8 +174,8 @@ function Page({
|
|||
}}
|
||||
>
|
||||
<BGImg
|
||||
src={AssembleImgFile}
|
||||
alt="Hack Clubbers assemble at Figma HQ for the first IRL hackathon in SF since 2020: Assemble. 📸 Photo by Kunal Botla, Hack Clubber in MA!"
|
||||
src={OuternetImgFile}
|
||||
alt="Hack Clubbers gather in the great outdoors of Cabot, VT, for an experience unlike any other: Outernet. 📸 Photo by Matt Gleich, Hack Clubber in NH!"
|
||||
priority
|
||||
gradient="linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.45))"
|
||||
/>
|
||||
|
|
@ -280,7 +280,7 @@ function Page({
|
|||
>
|
||||
<Badge
|
||||
as="a"
|
||||
href="https://www.youtube.com/watch?v=PnK4gzO6S3Q"
|
||||
href="https://outernet.hackclub.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
variant="pill"
|
||||
|
|
@ -295,9 +295,9 @@ function Page({
|
|||
transition: '0.3s ease'
|
||||
// mixBlendMode: 'multiply'
|
||||
}}
|
||||
title="📸 Photo by Kunal Botla, Hack Clubber in MA!"
|
||||
title="📸 Photo by Matt Gleich, Hack Clubber in NH!"
|
||||
>
|
||||
Hackers at Assemble in SF
|
||||
Hackers at Outernet in VT
|
||||
</Badge>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
BIN
public/home/outernet-110.jpg
Normal file
BIN
public/home/outernet-110.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 MiB |
Loading…
Add table
Reference in a new issue