mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Add Jams card
This commit is contained in:
parent
89255f623e
commit
35702d6942
2 changed files with 10 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export default function CarouselCards({
|
|||
// variant="interactive"
|
||||
sx={{
|
||||
mr: 3,
|
||||
backgroundColor: background,
|
||||
background,
|
||||
position: 'relative',
|
||||
color: 'white',
|
||||
width: ['200px', '300px', '300px'],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue