website: update hackathon with prize pool (#6170)
* website: update hackathon with prize pool Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update header colours Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
13ac4cb264
commit
4e3b3ec6a8
|
@ -12,7 +12,7 @@ Moderators will be available for most US and European hours, so if during the mu
|
|||
|
||||
> More details will be added soon about the exact daily timeframes, for both European-based and US-based participants.
|
||||
|
||||
Swag? Why, Yes! From cool authentik-branded socks to food certificates, and indoubtibly GitHub fame, we've got you covered.
|
||||
Prizes? Why, Yes! We've got a total prize pool of $5000 and a bunch of cool authentik-branded socks, food certificates, and indubitably GitHub fame.
|
||||
|
||||
## Date
|
||||
|
||||
|
|
|
@ -83,6 +83,13 @@ module.exports = async function () {
|
|||
},
|
||||
],
|
||||
},
|
||||
announcementBar: {
|
||||
id: "hackathon",
|
||||
content: `We're hosting a hackathon with a total prize pool of $5.000 in July! Sign up <a href="https://goauthentik.io/developer-docs/hackathon/">here</a>!`,
|
||||
backgroundColor: "#ffffff",
|
||||
textColor: "#000000",
|
||||
isCloseable: false,
|
||||
},
|
||||
footer: {
|
||||
links: [
|
||||
{
|
||||
|
|
Reference in New Issue