diff --git a/content/pages/hacktoberfest.md b/content/pages/hacktoberfest.md index 86042696..b09f435e 100644 --- a/content/pages/hacktoberfest.md +++ b/content/pages/hacktoberfest.md @@ -47,15 +47,17 @@ comingSoon: events: - title: > - Hacktoberfest Kick-off Event + Hacktoberfest Kick off Event description: > - TBA... + 🎃 **Hacktoberfest is getting close!** 🎃 + + Join us on YouTube to learn about the Hacktoberfest, get familiar with Haystack and ILLA Cloud, and explore how to contribute to them! date: "2023-09-27" - time: "TBA" - location: TBA - image: /images/kick-off-event.png - # url: https://hubs.li/Q01Xr4GB0 - # buttonText: Register + time: "17:00 CET/ 11:00 EDT" + location: YouTube @illacloud + image: /images/illa-haystack.png + url: https://www.youtube.com/watch?v=qSZ9JhjZ7HM + buttonText: Go to the Event # - title: > # Securing LLMs: How to detect prompt injections # description: > diff --git a/static/images/illa-haystack.png b/static/images/illa-haystack.png new file mode 100644 index 00000000..abee5ac2 Binary files /dev/null and b/static/images/illa-haystack.png differ diff --git a/themes/haystack/layouts/partials/hacktoberfest-content.html b/themes/haystack/layouts/partials/hacktoberfest-content.html index 169b7e2e..6f79314d 100644 --- a/themes/haystack/layouts/partials/hacktoberfest-content.html +++ b/themes/haystack/layouts/partials/hacktoberfest-content.html @@ -19,7 +19,7 @@
{{ .description | markdownify }}
- + {{ partial "arrow-button" (dict "context" . "type" "link" "text" .buttonText "url" .url) }} {{ end }}