[Fiscal Sponsorship] Update raffle for 08/2025 (#1574)

* Update FIRST page

* Update fs page
This commit is contained in:
Luke Oldenburg 2025-08-01 00:25:47 -04:00 committed by GitHub
parent 5dfc23f1e8
commit 7112e0b52d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 9 deletions

View file

@ -75,15 +75,15 @@ export default function First({ stats }) {
}}
>
<a
href="https://hcb.hackclub.com/from/hack-club-site-first-page/J87HyN"
href="https://hcb.hackclub.com/from/hack-club-site-fs-first-page/M2PHxN"
style={{ textDecoration: 'none' }}
target="_blank"
>
<Announcement
copy="Win a Flipper Zero!"
caption="Were giving away a Flipper Zero to a lucky teenager! Join the Raffle by July 31st, 2025."
imgSrc="/fiscal-sponsorship/first/flipper-zero.png"
imgAlt="Flipper Zero"
copy="Win a 13-inch MacBook Air!"
caption="Were giving away a MacBook to a lucky teenager! Join the Raffle by August 31st, 2025."
imgSrc="https://hc-cdn.hel1.your-objectstorage.com/s/v3/9ef010a890d7c554a6da9328d62f9a592df9ae5d_laptop-removebg-preview.png"
imgAlt="13-inch MacBook Air"
color="primary"
textColor="slate"
sx={{ mt: [3, 4, 4] }}

View file

@ -27,6 +27,7 @@ import { setCookie, getCookie } from 'cookies-next'
import { useEffect, useState } from 'react'
import { unfold } from '../../components/announcement'
import Icon from '@hackclub/icons'
import Announcement from '../../components/announcement'
const organizations = [
{
@ -312,6 +313,21 @@ export default function Page() {
</Button>
</Link>
<SignIn />
<a
href="https://hcb.hackclub.com/from/hack-club-site-fs-page/JRzHxJ"
style={{ textDecoration: 'none' }}
target="_blank"
>
<Announcement
copy="Win a 13-inch MacBook Air!"
caption="Were giving away a MacBook to a lucky teenager! Join the Raffle by August 31st, 2025."
imgSrc="https://hc-cdn.hel1.your-objectstorage.com/s/v3/9ef010a890d7c554a6da9328d62f9a592df9ae5d_laptop-removebg-preview.png"
imgAlt="13-inch MacBook Air"
color="primary"
textColor="slate"
sx={{ mb: [1, 1], mt: [3, 4, 1] }}
/>
</a>
</Flex>
</Container>
</Box>
@ -401,10 +417,10 @@ export default function Page() {
'linear-gradient(to right, #f06844 0%, #ee4c54 25%, #d45e95 50%, #9c6ca6 75%, #6583c1 100%) !important'
},
'@supports (-webkit-background-clip: text) and (background: linear-gradient(to right in oklch, white, black)':
{
backgroundImage:
'linear-gradient(to right in oklch, #f06844 0%, #ee4c54 25%, #d45e95 50%, #9c6ca6 75%, #6583c1 100%) !important'
}
{
backgroundImage:
'linear-gradient(to right in oklch, #f06844 0%, #ee4c54 25%, #d45e95 50%, #9c6ca6 75%, #6583c1 100%) !important'
}
}}
style={{ margin: 0 }}
>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB