Skip to content

Commit 88e1dcc

Browse files
Added Canva to the perks section (#277)
* Uploaded Canva icon * Added Canva Pro to perks list * Changing text colour to white Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update manifest.js --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fd3eca3 commit 88e1dcc

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

manifest.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,18 @@ export default [
485485
url: '/zoom.mdx',
486486
forUseBy: 'clubbers'
487487
},
488+
{
489+
name: 'Canva Pro',
490+
description: 'Free Canva Pro for Hack Club Leaders',
491+
img: '/cards/canva.png',
492+
external: true,
493+
url: 'https://hack.club/canva',
494+
forUseBy: 'leaders',
495+
fancy: true,
496+
background: 'linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), linear-gradient(135deg, #00C4D5 0%, #5A32FA 50%, #7D2AEB 100%)',
497+
titleColor: '#ffffff',
498+
descriptionColor: '#ffffff'
499+
},
488500
{
489501
name: 'CodeDay',
490502
description: 'Discount for in-person CodeDay events',

public/cards/canva.png

2.65 KB
Loading

0 commit comments

Comments
 (0)