From 37a6fc4b0ee9939cd6869b244f17c0c1132565d5 Mon Sep 17 00:00:00 2001 From: Advay Roongta <152351411+AdvayRoongta@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:04:41 -0700 Subject: [PATCH] Add YSWS website to homepage carousel (#1671) Update carousel.json --- lib/carousel.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/carousel.json b/lib/carousel.json index 381a3741..5d67b903 100644 --- a/lib/carousel.json +++ b/lib/carousel.json @@ -83,5 +83,14 @@ "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", "link": "https://blueprint.hackclub.com/?utm_source=site-carousel" + }, + { + "background": "#ec3750", + "titleColor": "white", + "descriptionColor": "white", + "title": "YSWS Programs", + "description": "Build something amazing, and Hack Club will ship you something epic in return.", + "img":"https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-large/1f680@2x.png", + "link": "https://ysws.hackclub.com" } ]