diff --git a/data.yml b/data.yml index 7568685..c988d77 100644 --- a/data.yml +++ b/data.yml @@ -922,6 +922,12 @@ indefinite: slackChannel: "#foodie" status: ended drafts: +- name: Woof + description: Spend 5 or more hours making a dog-themed project and get a dog plushie and other cool stuff! + website: https://woof-mu.vercel.app/ + slack: https://hackclub.enterprise.slack.com/archives/C08LCGSECQP + slackChannel: "#woof" + status: draft - name: issued description: code to design hack-themed apparel detailedDescription: you code to design hack-themed apparel, we ship popular designs as real clothes! diff --git a/script.js b/script.js index 985116c..622bc15 100644 --- a/script.js +++ b/script.js @@ -300,7 +300,7 @@ function createProgramCard(program) { const accelerateClass = program.name === 'Accelerate' ? 'accelerate-card' : ''; const baubleClass = program.name === 'Bauble' ? 'bauble-card' : ''; const meowClass = program.name === 'Meow' ? 'meow-card' : ''; - + const woofClass = program.name === 'Woof' ? 'woof-card' : ''; const encodedProgram = encodeURIComponent(JSON.stringify(program)); const isCompletedByUser = completedPrograms.has(program.name); @@ -333,7 +333,7 @@ function createProgramCard(program) { ` : ''; return ` -