Fix HEL1 CDN (#1789)

* add images

* find and replace
This commit is contained in:
nora 2026-01-21 22:55:54 -05:00 committed by GitHub
parent 4389742cbc
commit 09c2bc74a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 69 additions and 69 deletions

View file

@ -4,7 +4,7 @@ then, weve expanded to all nonprofit projects; our 12,000 users have transact
$50 million.
<p style={{textAlign: "center"}}>
<img alt="HCB's user interface showing Hack Club HQ's transactions" src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/46debb1d90e87bc170842e8a885bde1409eeeb54_mockuuups-transparent-macbook-pro-mockup.png" width="700px" />
<img alt="HCB's user interface showing Hack Club HQ's transactions" src="/hc-cdn/46debb1d90e87bc170842e8a885bde1409eeeb54_mockuuups-transparent-macbook-pro-mockup.png" width="700px" />
</p>
Local student-ran hackathons, robotics teams, and community groups use HCB as a
@ -30,12 +30,12 @@ Since 2018, over fifty people have made 10k+ commits to HCB (thank you!); we
cant wait for more contributors to join us:
<video width="100%" controls style={{borderRadius: "8px"}}>
<source src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/8f1ab16accf55b3dd846d532ea79ce1f0de74e01_gsource.mp4" type="video/mp4" />
<source src="/hc-cdn/8f1ab16accf55b3dd846d532ea79ce1f0de74e01_gsource.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
PS: if youre looking to start a nonprofit, were accepting applications! Head
over to [nonprofit.new](https://nonprofit.new/) and well be in touch.
<img src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/19c1d07078a152b1ccbbe31429d36f36bdda6c28_img_9967.jpeg"/>
<img src="/hc-cdn/19c1d07078a152b1ccbbe31429d36f36bdda6c28_img_9967.jpeg"/>
<small>We're launching this live from SF!</small>

View file

@ -92,7 +92,7 @@ export default function Aces() {
>
<Image
alt="Aces Card"
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/fd4556d7b7bf0f54ae51bfa72df0e4a2194e0cd1_favicon.png"
src="/hc-cdn/fd4556d7b7bf0f54ae51bfa72df0e4a2194e0cd1_favicon.png"
sx={{
position: 'absolute',
top: [null, null, '-60px', '-80px'],

View file

@ -53,7 +53,7 @@ export default function Blueprint({ stars, blueprintData }) {
}}
>
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/a1ac108c50a27a1a7f6ba78122a19b427a84231f_IMG_3101__1_.png"
src="/hc-cdn/a1ac108c50a27a1a7f6ba78122a19b427a84231f_IMG_3101__1_.png"
alt="Blueprint Logo"
style={{
width: '220px',
@ -69,7 +69,7 @@ export default function Blueprint({ stars, blueprintData }) {
}}
>
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/c06427309a3db7299065c0a41f1e8cc70531f0a9_blueprint.png"
src="/hc-cdn/c06427309a3db7299065c0a41f1e8cc70531f0a9_blueprint.png"
alt="Blueprint"
style={{
maxWidth: '300px',

View file

@ -19,9 +19,9 @@ export default function CampfireFlagship() {
overflow: 'hidden',
textAlign: 'center',
backgroundImage: [
"url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/145056833a228762_bg-tall.png)",
"url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/145056833a228762_bg-tall.png)",
"url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/e909b5fc4f714382_bg-wide.png)"
"url(/hc-cdn/145056833a228762_bg-tall.png)",
"url(/hc-cdn/145056833a228762_bg-tall.png)",
"url(/hc-cdn/e909b5fc4f714382_bg-wide.png)"
],
backgroundSize: 'cover',
backgroundPosition: 'center',

View file

@ -28,7 +28,7 @@ export default function Flavortown() {
>
<Box sx={{ textAlign: ['left', 'left', 'left'] }}>
<Image
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/78c8f69432a9421d_flavortown-logo.png"
src="/hc-cdn/78c8f69432a9421d_flavortown-logo.png"
alt="Flavortown Text Logo"
sx={{
height: '70px'
@ -79,7 +79,7 @@ export default function Flavortown() {
>
<Image
alt="Flavortown Logo"
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/0256e44f53eb79e4_logo-b28e0e8b.avif"
src="/hc-cdn/0256e44f53eb79e4_logo-b28e0e8b.avif"
sx={{
position: 'absolute',
top: '-150px',
@ -91,7 +91,7 @@ export default function Flavortown() {
/>
<Image
alt="Flavortown Sticker"
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/b36ee8d6ceeea5f9_sticker.png"
src="/hc-cdn/b36ee8d6ceeea5f9_sticker.png"
sx={{
position: 'absolute',
bottom: '-80px',

View file

@ -25,7 +25,7 @@ export default function Milkyway() {
}}
>
<Image
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/777b6ad2be99eedaa758bc5d786d357968a209d3_overglade_ticket.png"
src="/hc-cdn/777b6ad2be99eedaa758bc5d786d357968a209d3_overglade_ticket.png"
alt="Overglade ticket"
sx={{ width: '100%', height: 'auto', display: 'block' }}
/>
@ -41,7 +41,7 @@ export default function Milkyway() {
height: '358.2px',
overflow: 'hidden',
textAlign: 'center',
backgroundImage: "url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/5367f6d369ba4096754fa44f532565db9d352a68_image.png)",
backgroundImage: "url(/hc-cdn/5367f6d369ba4096754fa44f532565db9d352a68_image.png)",
backgroundSize: 'cover',
backgroundPosition: 'center',
borderRadius: 'extra'
@ -65,7 +65,7 @@ export default function Milkyway() {
aria-hidden={false}
>
<Image
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/498fb748a77a87981b37fe71774f622357279bfd_just_text__1_.png"
src="/hc-cdn/498fb748a77a87981b37fe71774f622357279bfd_just_text__1_.png"
alt="Milkyway badge"
sx={{
width: '100%',

View file

@ -18,7 +18,7 @@ export default function Moonshot() {
>
<Box
as="img"
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/ac76f2248f521ed47d23aa5c7c0af8183190a30c_cat.png"
src="/hc-cdn/ac76f2248f521ed47d23aa5c7c0af8183190a30c_cat.png"
alt="Moonshot Cat"
sx={{
width: ['100px', '140px', '190px'],
@ -39,7 +39,7 @@ export default function Moonshot() {
>
<Box
as="img"
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/c174c635c2bacbc66963c134c26696e89da3f100_orpheus.png"
src="/hc-cdn/c174c635c2bacbc66963c134c26696e89da3f100_orpheus.png"
alt="Orpheus"
sx={{
width: ['100px', '140px', '180px'],
@ -60,7 +60,7 @@ export default function Moonshot() {
height: '358.2px',
overflow: 'hidden',
textAlign: 'center',
backgroundImage: "url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/06ca4c7576384b0f1a09d080433997f25d6c1191_moonshot_bg_final.png)",
backgroundImage: "url(/hc-cdn/06ca4c7576384b0f1a09d080433997f25d6c1191_moonshot_bg_final.png)",
backgroundSize: 'cover',
backgroundPosition: 'center',
borderRadius: 'extra'
@ -83,7 +83,7 @@ export default function Moonshot() {
>
<Box sx={{ mb: 3, textAlign: 'center' }}>
<Image
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/bb539d76681c26f45247d69cdab86d9d863a1a95_image_105.png"
src="/hc-cdn/bb539d76681c26f45247d69cdab86d9d863a1a95_image_105.png"
alt="moonshot!"
sx={{
width: ['250px', '320px', '400px'],

View file

@ -17,7 +17,7 @@
"descriptionColor": "#dbe4ee",
"title": "Blueprint",
"description": "Design a hardware project and get up to $400 to make it real",
"img": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/db8d0fd43bb664a8b07431b0262a7ca13c1602c7_blueprint_logo__img_.png",
"img": "/hc-cdn/db8d0fd43bb664a8b07431b0262a7ca13c1602c7_blueprint_logo__img_.png",
"link": "https://blueprint.hackclub.com/?utm_source=site-carousel"
},
@ -30,7 +30,7 @@
"descriptionColor": "rgba(255, 215, 161, 0.85)",
"title": "Campfire Flagship",
"description": "Make games with your favorite YouTubers at a game jam in Los Angeles!",
"img": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/2de1ef0d2b0822b6_marsh2-flip.png",
"img": "/hc-cdn/2de1ef0d2b0822b6_marsh2-flip.png",
"link": "https://flagship.hackclub.com/?utm_source=c-carousel",
"tag": "Game Jam"
},
@ -113,7 +113,7 @@
"descriptionColor": "#f0dcc8",
"title": "Flavortown",
"description": "Build projects, earn cookies, and exchange them for iPads, MacBooks, and more!",
"img": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0256e44f53eb79e4_logo-b28e0e8b.avif",
"img": "/hc-cdn/0256e44f53eb79e4_logo-b28e0e8b.avif",
"link": "https://flavortown.hackclub.com/?ref=site-carousel"
}
]

View file

@ -1,9 +1,9 @@
[
{
"title": "Flavortown",
"logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/78c8f69432a9421d_flavortown-logo.png",
"logo": "/hc-cdn/78c8f69432a9421d_flavortown-logo.png",
"background": "#7B4942",
"stickerImage": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0256e44f53eb79e4_logo-b28e0e8b.avif",
"stickerImage": "/hc-cdn/0256e44f53eb79e4_logo-b28e0e8b.avif",
"description": "Cook tasty personal projects, win free prizes!",
"descriptionColor": "white",
"buttonText": "JOIN NOW",
@ -12,10 +12,10 @@
},
{
"title": "Blueprint",
"logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/c06427309a3db7299065c0a41f1e8cc70531f0a9_blueprint.png",
"logo": "/hc-cdn/c06427309a3db7299065c0a41f1e8cc70531f0a9_blueprint.png",
"background": "#0e305b",
"gridBackground": true,
"stickerImage": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/8292f6b4eba5e1fc29b51e9bc08eea5521e9ff46_IMG_3099__1_.png",
"stickerImage": "/hc-cdn/8292f6b4eba5e1fc29b51e9bc08eea5521e9ff46_IMG_3099__1_.png",
"description": "Design a Hardware project and get up to $400 to make it real!",
"descriptionColor": "white",
"buttonText": "JOIN NOW",
@ -24,9 +24,9 @@
},
{
"title": "Campfire Flagship",
"logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/542f4bf6aa9cd5cc_logo-w-info-v2.png",
"logo": "/hc-cdn/542f4bf6aa9cd5cc_logo-w-info-v2.png",
"background": "#000015",
"stickerImage": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a02495e0d090461b_smore-smaller.png",
"stickerImage": "/hc-cdn/a02495e0d090461b_smore-smaller.png",
"description": "Code with your favorite YouTubers at a Game Jam this February!",
"descriptionColor": "white",
"buttonText": "JOIN NOW",

View file

@ -37,7 +37,7 @@ const MobilePage = () => (
as={Head}
title="HCB Mobile is here!"
description="Manage your HCB organizations on the go. Issue cards, view transactions, and more!"
image="https://hc-cdn.hel1.your-objectstorage.com/s/v3/9fc32ee8cbc1a6a1ce93609b9822d6bae394dc7a_opengraph.png"
image="/hc-cdn/9fc32ee8cbc1a6a1ce93609b9822d6bae394dc7a_opengraph.png"
/>
<ForceTheme theme="light" />
<Nav />

View file

@ -37,7 +37,7 @@ const RelonPage = () => (
as={Head}
title="HCB is now open source!"
description="Our fiscal sponsorship platforms codebase is now publicly available under the AGPL license and were continuing to encourage transparency amongst nonprofits."
image="https://hc-cdn.hel1.your-objectstorage.com/s/v3/9f07613f2f1a8fa166d56695015fab73c0ab8060_og_image.png"
image="/hc-cdn/9f07613f2f1a8fa166d56695015fab73c0ab8060_og_image.png"
/>
<ForceTheme theme="light" />
<Nav />
@ -95,7 +95,7 @@ const RelonPage = () => (
<AuthorPill
firstName="Ian"
tag="Ian Madden"
image="https://hc-cdn.hel1.your-objectstorage.com/s/v3/eb65161e4fdd194bc39916abc7b9acd358fa9d8a_image.png"
image="/hc-cdn/eb65161e4fdd194bc39916abc7b9acd358fa9d8a_image.png"
/>
<AuthorPill
firstName="Gary"

View file

@ -54,7 +54,7 @@ const ANNOUNCEMENTS = [
copy: 'Get up to $400 to make a hardware project!',
caption: 'Design a project and get a grant to make it real with Blueprint, Hack Club\'s largest hardware program',
href: 'https://blueprint.hackclub.com/?utm_source=site-announcement',
imgSrc: 'https://hc-cdn.hel1.your-objectstorage.com/s/v3/db8d0fd43bb664a8b07431b0262a7ca13c1602c7_blueprint_logo__img_.png'
imgSrc: '/hc-cdn/db8d0fd43bb664a8b07431b0262a7ca13c1602c7_blueprint_logo__img_.png'
},
{
id: 'campfire-flagship',
@ -62,7 +62,7 @@ const ANNOUNCEMENTS = [
copy: 'Code with your favorite YouTubers at a Game Jam!',
caption: 'Spend up to 60 hours building games, earn a ticket to attend. Join us in LA with YouTubers like Michael Reeves this February!',
href: 'https://flagship.hackclub.com?utm_source=site_announcement',
imgSrc: 'https://hc-cdn.hel1.your-objectstorage.com/s/v3/533c527e1ab6a77f_smore.png'
imgSrc: '/hc-cdn/533c527e1ab6a77f_smore.png'
},
{
id: 'flavortown',
@ -70,7 +70,7 @@ const ANNOUNCEMENTS = [
copy: 'Build projects, earn cookies, get free tech!',
caption: 'Make a website, game, or hardware project and exchange cookies for iPads, MacBooks, and more',
href: 'https://flavortown.hackclub.com/?ref=site-announcement',
imgSrc: 'https://hc-cdn.hel1.your-objectstorage.com/s/v3/0256e44f53eb79e4_logo-b28e0e8b.avif'
imgSrc: '/hc-cdn/0256e44f53eb79e4_logo-b28e0e8b.avif'
}
]

View file

@ -712,7 +712,7 @@ const Philanthropy = ({ posts = [] }) => {
<Button
as="a"
variant="outline"
href="https://hc-cdn.hel1.your-objectstorage.com/s/v3/9182271af3e9fd99e2333e07e1ab5de3d4db3730_final-2024-annual-report.pdf"
href="/hc-cdn/9182271af3e9fd99e2333e07e1ab5de3d4db3730_final-2024-annual-report.pdf"
target="_blank"
mb={4}
sx={{

View file

@ -268,7 +268,7 @@ const ReplitPage = () => {
</Text>
<Image
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/19a2da199dc4ea5b55eee1f69ce814ca4a7c3b01_screenshot_2025-04-22_at_1.38.22_pm.png"
src="/hc-cdn/19a2da199dc4ea5b55eee1f69ce814ca4a7c3b01_screenshot_2025-04-22_at_1.38.22_pm.png"
alt="download repl as zip instructions"
sx={{
width: '50%',

View file

@ -243,7 +243,7 @@ function DesktopMode({ billboardBottom }) {
}}
>
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
src="/hc-cdn/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
alt="Button background"
style={{
width: '100%',
@ -521,7 +521,7 @@ function TabletMode() {
}}
>
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
src="/hc-cdn/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
alt="Button background"
style={{
width: '100%',
@ -803,7 +803,7 @@ function MobileMode() {
}}
>
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
src="/hc-cdn/a0d39c115cee39b28bb47feada3728e543c4e3cc_sign-up-button.PNG"
alt="Button background"
style={{
width: '100%',

View file

@ -57,7 +57,7 @@ export default function Team({ team }) {
px={[2, 4]}
sx={{
backgroundImage:
'radial-gradient(ellipse farthest-corner at top left,rgb(36 181 165 / 70%),rgb(30 151 137 / 70%)), url(https://hc-cdn.hel1.your-objectstorage.com/s/v3/cf3488823b5ae7c41ed968224485ea06423a6862_IMG_9920.jpg)',
'radial-gradient(ellipse farthest-corner at top left,rgb(36 181 165 / 70%),rgb(30 151 137 / 70%)), url(/hc-cdn/cf3488823b5ae7c41ed968224485ea06423a6862_IMG_9920.jpg)',
backgroundSize: 'cover',
backgroundPosition: '25% 15%'
}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

View file

@ -45,7 +45,7 @@
"slackId": "U04QH1TTMBP",
"email": "graham",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ba0e4f09a7d26809ffd166edf96bae4e6371b39e_bio.jpg"
"avatar": "/hc-cdn/ba0e4f09a7d26809ffd166edf96bae4e6371b39e_bio.jpg"
},
{
"name": "Arpan",
@ -115,7 +115,7 @@
"slackId": "U01PJ08PR7S",
"email": "josias",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/234cbab4bf5b91be85d4aef26608deaf949fce50_screenshot_2025-05-07_at_1.17.34___pm.png"
"avatar": "/hc-cdn/234cbab4bf5b91be85d4aef26608deaf949fce50_screenshot_2025-05-07_at_1.17.34___pm.png"
},
{
"name": "Arav Narula",
@ -151,7 +151,7 @@
"slackId": "U040N4ESCEL",
"email": "lucas",
"website": "https://devlucas.page",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0da86cdb050733a_img_7387.jpg"
"avatar": "/hc-cdn/a0da86cdb050733a_img_7387.jpg"
},
{
"name": "Shubham Panth",
@ -199,7 +199,7 @@
"slackId": "U06T30DNB3L",
"email": "euan",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/b896479422f28250d8ee0468c23f1e67404f537a_IMG_20250727_131859572_HDR.jpg"
"avatar": "/hc-cdn/b896479422f28250d8ee0468c23f1e67404f537a_IMG_20250727_131859572_HDR.jpg"
},
{
"name": "Leo W",
@ -223,7 +223,7 @@
"slackId": "U083W5CCFDG",
"email": "joaquin",
"website": "https://jschere.com",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/8d63d3533b6039468208f0ba4d5e422fd8af1a07_image.png"
"avatar": "/hc-cdn/8d63d3533b6039468208f0ba4d5e422fd8af1a07_image.png"
},
{
"name": "Lux Loff",
@ -295,7 +295,7 @@
"slackId": "U06U80G86H1",
"email": "reem",
"website": "https://reemkhalifa.xyz",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/b419a2679e0f5a23c9779f479c0ead155edeb875_image.png"
"avatar": "/hc-cdn/b419a2679e0f5a23c9779f479c0ead155edeb875_image.png"
},
{
"name": "Rebeka Lawrence-Gomez",
@ -306,7 +306,7 @@
"slackId": "U093FC28A82",
"email": "rebeka",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/7d53388eeda6547a309ca478d455e2b824791bbf_image.png"
"avatar": "/hc-cdn/7d53388eeda6547a309ca478d455e2b824791bbf_image.png"
},
{
"name": "Amber",
@ -366,7 +366,7 @@
"slackId": "U06UYA4AH6F",
"email": "estella",
"website": "https://estellagu.com",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/fd48e2e86d64bf98099b25a6cfd8f5bdc315781d_headshot.png"
"avatar": "/hc-cdn/fd48e2e86d64bf98099b25a6cfd8f5bdc315781d_headshot.png"
},
{
"name": "Karthik Sankar",
@ -482,7 +482,7 @@
"slackId": "U054JRXUNG0",
"email": "charlien",
"website": "https://crnicholson.com",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a676e768a45c68eea74c7c3b602feae2eea22d45_screenshot_2024-11-17_at_5.22.37___pm.png"
"avatar": "/hc-cdn/a676e768a45c68eea74c7c3b602feae2eea22d45_screenshot_2024-11-17_at_5.22.37___pm.png"
},
{
"name": "Kate Caulfield",
@ -493,7 +493,7 @@
"slackId": "U07PXU0657B",
"email": "katec",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/7bf19e299e3e8253096906cef8d599c7aedeed09_image.png"
"avatar": "/hc-cdn/7bf19e299e3e8253096906cef8d599c7aedeed09_image.png"
},
{
"name": "Micha Albert",
@ -504,7 +504,7 @@
"slackId": "U05C64XMMHV",
"email": "micha",
"website": "https://mra.sh",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ca950cf3586abf03d8c3ee2f58e174a7d8a36889_18.jpg"
"avatar": "/hc-cdn/ca950cf3586abf03d8c3ee2f58e174a7d8a36889_18.jpg"
},
{
"name": "Gus Ruben",
@ -537,7 +537,7 @@
"slackId": "U06FMCCDS1K",
"email": "nick",
"website": "https://bunnyguy.foo/",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0a4ca9139bb87c6438e241096a1513fe4d477d44_bunnyguy-colors.png"
"avatar": "/hc-cdn/0a4ca9139bb87c6438e241096a1513fe4d477d44_bunnyguy-colors.png"
},
{
"name": "Echo",
@ -559,7 +559,7 @@
"slackId": "U073Q4F60LQ",
"email": "jonathan",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/534fd4f5d2643dc80e4ea6a6c6f2eb839528645d_headshot.jpg"
"avatar": "/hc-cdn/534fd4f5d2643dc80e4ea6a6c6f2eb839528645d_headshot.jpg"
},
{
"name": "Manitej Boorgu",
@ -570,7 +570,7 @@
"slackId": "U04QD71QWS0",
"email": "manitej",
"website": "https://manitej.com",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/67d9d436641ebb92d105815f98352851456131e5_a4ff0caf-c22e-44ec-b58a-89d18fa37997_1_105_c.jpeg"
"avatar": "/hc-cdn/67d9d436641ebb92d105815f98352851456131e5_a4ff0caf-c22e-44ec-b58a-89d18fa37997_1_105_c.jpeg"
},
{
"name": "Melanie Smith",
@ -666,7 +666,7 @@
"slackId": "U02CWS020SD",
"email": "alexd",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/cc32793d5022517d19c7f34d06b2d84425335bf4_img_5743.jpeg"
"avatar": "/hc-cdn/cc32793d5022517d19c7f34d06b2d84425335bf4_img_5743.jpeg"
},
{
"name": "Rhys Panopio",
@ -702,7 +702,7 @@
"slackId": "U078DFX40A2",
"email": "emma",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/b7417c399bb6512d4c3b2fdb012ccba2a7769689_IMG_8784.jpeg"
"avatar": "/hc-cdn/b7417c399bb6512d4c3b2fdb012ccba2a7769689_IMG_8784.jpeg"
},
{
"name": "Clay Nicholson",
@ -714,7 +714,7 @@
"slackId": "U078DFX40A2",
"email": "clay",
"website": "https://claynicholson.com/",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/8cc1b22323fe330d2e13a5d59334c9b58cc7bc14_1756333983052.jpg"
"avatar": "/hc-cdn/8cc1b22323fe330d2e13a5d59334c9b58cc7bc14_1756333983052.jpg"
},
{
"name": "Sam Poder",
@ -738,7 +738,7 @@
"slackId": "U022XFD2TML",
"email": "ian",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/014772700ca097a561ae3f9535f5a972b63c7371_ian.png"
"avatar": "/hc-cdn/014772700ca097a561ae3f9535f5a972b63c7371_ian.png"
},
{
"name": "Ruien Luo",
@ -750,7 +750,7 @@
"slackId": "U04JRBGPH5G",
"email": "ruien",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0f881116f6bfe31df850476833e4602b7b7a0f40_0img_4162_cropped.jpg"
"avatar": "/hc-cdn/0f881116f6bfe31df850476833e4602b7b7a0f40_0img_4162_cropped.jpg"
},
{
"name": "Manu Gurudath",
@ -774,7 +774,7 @@
"slackId": "U04G40QKAAD",
"email": "samuelf",
"website": "https://sfernandez.dev",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a87bb79e3bb856cdccc585a5d0cbeaa9166de0cf_scrapyard-samuel.jpg"
"avatar": "/hc-cdn/a87bb79e3bb856cdccc585a5d0cbeaa9166de0cf_scrapyard-samuel.jpg"
},
{
"name": "Luke Oldenburg",
@ -797,7 +797,7 @@
"slackId": "U05UQ2RTJ6T",
"email": "mohamad",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/63a2643b5d7fa7ead71eb93ef06f628f0080e9ee_image_1558.png"
"avatar": "/hc-cdn/63a2643b5d7fa7ead71eb93ef06f628f0080e9ee_image_1558.png"
},
{
"name": "Sean Outram",
@ -1119,7 +1119,7 @@
"slackId": "U040N4ESCEL",
"email": "lucas",
"website": "https://devlucas.page",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0da86cdb050733a_img_7387.jpg"
"avatar": "/hc-cdn/a0da86cdb050733a_img_7387.jpg"
},
{
"name": "Aishaani",
@ -1287,7 +1287,7 @@
"slackId": "U07V1ND4H0Q",
"email": "",
"website": "https://pianoman0.com/",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0beef222fac6d4440cd07b2546dc04e547c08293_pianoman0_profile_pic.jpeg"
"avatar": "/hc-cdn/0beef222fac6d4440cd07b2546dc04e547c08293_pianoman0_profile_pic.jpeg"
},
{
"name": "Ruby",
@ -1884,7 +1884,7 @@
"slackId": "U0823F39GV8",
"email": "",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/812f456bcb039cc2add7e8fba7b742a8b54639c8_45-13042025-5p7a7188-x2.jpg"
"avatar": "/hc-cdn/812f456bcb039cc2add7e8fba7b742a8b54639c8_45-13042025-5p7a7188-x2.jpg"
},
{
"name": "Olive Wu",
@ -1908,7 +1908,7 @@
"slackId": "U03UBRVG2MS",
"email": "samliu",
"website": "https://samliu.dev",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/1f2d09365b0ed42d8e9864c80ba4d8561d85ab9b_frame_1.png"
"avatar": "/hc-cdn/1f2d09365b0ed42d8e9864c80ba4d8561d85ab9b_frame_1.png"
},
{
"name": "Jiang Tongyu",
@ -1920,7 +1920,7 @@
"slackId": "U07DJMFAQQP",
"email": "tongyu",
"website": "https://tongyu.fish",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ae856042089cb4a5e0c6b53cf93f29008c1bc54e_big.png"
"avatar": "/hc-cdn/ae856042089cb4a5e0c6b53cf93f29008c1bc54e_big.png"
},
{
"name": "Chan Kai Ling",
@ -1932,7 +1932,7 @@
"slackId": "U07DJMFAQQP",
"email": "kl",
"website": "https://kailings.garden",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a7f4268474dc54c0ecabf4dbd66b51abb6f8ac0d_img_1687.jpg"
"avatar": "/hc-cdn/a7f4268474dc54c0ecabf4dbd66b51abb6f8ac0d_img_1687.jpg"
},
{
"name": "ascpixi",
@ -1979,7 +1979,7 @@
"slackId": "U07DPHQCCCS",
"email": "mattsoh",
"website": "https://youthacks.org",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/4926a04e4aa9a101e4919d8b8071991a74c20b08_compressjpeg.online_img_512x512_.jpg"
"avatar": "/hc-cdn/4926a04e4aa9a101e4919d8b8071991a74c20b08_compressjpeg.online_img_512x512_.jpg"
},
{
"name": "Bartosz Budnik",
@ -1991,7 +1991,7 @@
"slackId": "U079VBNLTPD",
"email": "bartosz",
"website": "",
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/61f1b6d29e7880f8b02a72dd0ec25f891a77cc85_image.png"
"avatar": "/hc-cdn/61f1b6d29e7880f8b02a72dd0ec25f891a77cc85_image.png"
},
{
"name": "Alex Park",