Merge pull request #857 from jianmin-chen/main

Add Jams card
This commit is contained in:
Sam Poder 2023-08-16 17:45:56 -07:00 committed by GitHub
commit 2b568caaf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -56,7 +56,7 @@ export default function CarouselCards({
// variant="interactive"
sx={{
mr: 3,
backgroundColor: background,
background,
position: 'relative',
color: 'white',
width: ['200px', '300px', '300px'],

View file

@ -1,4 +1,13 @@
[
{
"background": "linear-gradient(to bottom right, #993CCF 0%, rgba(170, 77, 181, 0.95) 17.19%, rgba(193, 99, 146, 0.90) 31.77%, rgba(223, 129, 101, 0.71) 52.08%, rgba(240, 146, 75, 0.60) 63.54%)",
"titleColor": "white",
"descriptionColor": "white",
"title": "Jams",
"description": "Collaborative coding workshops where sparks ignite, fears dissolve, and inventions come to life",
"img": "https://cloud-7xyxcf3f6-hack-club-bot.vercel.app/0new_project__3_.png",
"link": "https://jams.hackclub.com"
},
{
"background": "#000",
"titleColor": "yellow",