From b191930d3fb22b30ccc3422c23f45ce81288725c Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Sun, 28 May 2023 08:31:12 -0400 Subject: [PATCH] Add OnBoard to carousel (#800) --- lib/carousel.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/carousel.json b/lib/carousel.json index cf818375..af0a3956 100644 --- a/lib/carousel.json +++ b/lib/carousel.json @@ -70,5 +70,14 @@ "description": "100+ coding workshops to build a project in under an hour", "img": "https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-large/1f4bb@2x.png", "link": "https://workshops.hackclub.com" + }, + { + "background": "dark", + "titleColor": "green", + "descriptionColor": "white", + "title": "Circuit boards", + "description": "Join 1k teens designing PCBs, learning hardware, and building electronics", + "img": "https://cloud-jrox24mrn.vercel.app/orpheus_leap_micro_final.png", + "link": "/onboard" } ]