Skip to content
128 changes: 85 additions & 43 deletions manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
name: 'CAD YSWSs',
description:
'Our 3D modeling You Ship, We Ships!',
img: '/cards/cad.png',
icon: '3d-rotate',
external: true,
url: 'https://cad.hackclub.com',
forUseBy: 'everyone'
Expand Down Expand Up @@ -294,23 +294,6 @@ export default [
titleColor: "#ffffff",
descriptionColor: "#ffffff",
},
{
name: 'Posters',
description: 'Get large Hack Club posters to promote your Hack Club (US)',
icon: 'docs-fill',
external: true,
url: 'https://forms.hackclub.com/club-stickers',
forUseBy: 'leaders'
},
{
name: 'International Posters',
description:
"If you're outside of the US, get large Hack Club posters to promote your Hack Club",
icon: 'docs-fill',
external: true,
url: 'https://are-we-there-yet.hackclub.com/',
forUseBy: 'leaders'
},
{
name: 'Branding & Logos',
description: 'Make anything Hack Club branded',
Expand All @@ -320,12 +303,16 @@ export default [
forUseBy: 'everyone'
},
{
name: 'Stickers',
description: 'Get a box of stickers for your next meeting or event',
icon: 'sticker',
name: 'Nest Git',
description: 'A GitHub Alternative for Hack Clubbers; a painless, self-hosted Git service!',
icon: 'github',
external: true,
url: 'http://forms.hackclub.com/club-stickers',
forUseBy: 'leaders'
url: 'https://git.hackclub.app',
forUseBy: 'everyone',
fancy: true,
background: '#FFFFFF',
titleColor: '#D40000',
descriptionColor: '#18181C'
},
{
name: 'School Toolbox',
Expand All @@ -344,14 +331,6 @@ export default [
url: 'https://hackclub.com/slack',
forUseBy: 'everyone'
},
{
name: 'Leadership Guide',
description: 'Advice on how to lead a club',
icon: 'docs-fill',
external: true,
url: 'https://guide.leaders.hackclub.com/#/',
forUseBy: 'leaders'
},
{
name: 'DNS',
description: 'Redeem a free dino.icu subdomain',
Expand Down Expand Up @@ -437,6 +416,18 @@ export default [
descriptionColor: '#ffffff',
fancy: true
},
{
name: 'Nest',
description: 'Nest is a free Linux server from Hack Club to host Discord bots, apps, website, try out basic computer networking, chat with others and much more!',
icon: 'hdd-stack',
external: true,
url: 'https://hackclub.app/',
background: '#06001C',
titleColor: 'A633D6',
descriptionColor: '#FFFFFF',
slack: {name: 'nest', id: 'C056WDR3MQR' },
forUseBy: 'everyone'
},
{
name: 'Scrapbook',
description: 'Post devlogs about what you are building, for the world to see.',
Expand Down Expand Up @@ -484,6 +475,17 @@ export default [
url: 'https://hwdocs.hackclub.dev',
fancy: true,
},
{
name: 'Print Legion',
description: 'An International Network of 3D Printers from Hack Club - available for Hack Club YSWS programs!',
icon: '3d-rotate',
background: '#F2F0E5',
titleColor: '#CE5D97',
descriptionColor: '#1C1C1A',
external: true,
url: 'https://printlegion.hackclub.com/',
fancy: true
},
{
name: 'Hack Club Auth',
description: 'View and manage your personal information shared with Hack Club applications and programs',
Expand Down Expand Up @@ -531,18 +533,6 @@ export default [
url: '/zoom.mdx',
forUseBy: 'clubbers'
},
{
name: 'Canva Pro',
description: 'Free Canva Pro for Hack Club Leaders',
img: '/cards/canva.png',
external: true,
url: 'https://hack.club/canva',
forUseBy: 'leaders',
fancy: true,
background: 'linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), linear-gradient(135deg, #00C4D5 0%, #5A32FA 50%, #7D2AEB 100%)',
titleColor: '#ffffff',
descriptionColor: '#ffffff'
},
{
name: 'CodeDay',
description: 'Discount for in-person CodeDay events',
Expand Down Expand Up @@ -597,5 +587,57 @@ export default [
slack: { name: 'hackclub-ai', id: 'C099S1LLFFU' }
},
]
},
{
category: 'Club Leaders',
color: 'blue',
icon: 'clubs',
items: [
{
name: 'Posters',
description: 'Get large Hack Club posters to promote your Hack Club (US)',
icon: 'docs-fill',
external: true,
url: 'https://forms.hackclub.com/club-stickers',
forUseBy: 'leaders'
},
{
name: 'International Posters',
description:
"If you're outside of the US, get large Hack Club posters to promote your Hack Club",
icon: 'docs-fill',
external: true,
url: 'https://are-we-there-yet.hackclub.com/',
forUseBy: 'leaders'
},
{
name: 'Leadership Guide',
description: 'Advice on how to lead a club',
icon: 'docs-fill',
external: true,
url: 'https://guide.leaders.hackclub.com/#/',
forUseBy: 'leaders'
},
{
name: 'Canva Pro',
description: 'Free Canva Pro for Hack Club Leaders',
img: '/cards/canva.png',
external: true,
url: 'https://hack.club/canva',
forUseBy: 'leaders',
fancy: true,
background: 'linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), linear-gradient(135deg, #00C4D5 0%, #5A32FA 50%, #7D2AEB 100%)',
titleColor: '#ffffff',
descriptionColor: '#ffffff'
},
{
name: 'Stickers',
description: 'Get a box of stickers for your next meeting or event',
icon: 'sticker',
external: true,
url: 'http://forms.hackclub.com/club-stickers',
forUseBy: 'leaders'
}
]
}
]