diff --git a/content/english/_index.md b/content/english/_index.md index b1f970c..dcaecb9 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -12,16 +12,19 @@ banner: use_twitch: true use_youtube: false title: "Handmade Seattle 2024" - title_class: "text-black dark:text-white mb-4" + title_class: "seattle-color mb-4" twitch_channel: "abnercoimbre" youtube_channel_id: "UCkiOutDcOG0KRLQc71Pd-Fg" # found at: https://www.youtube.com/account_advanced, is currently yt/handmadecities - section_class: "pb-24" + section_class: "pb-36 row mb-4" buttons_class: "p-2 px-3" buttons_row_class: "mt-4 text-white gap-4" buttons: - title: " Tickets" link: "/tickets" class: "btn seattle-bg" + - title: " Chat" + link: "https://chat.handmadecities.com" + class: "btn bg-green-500" - title: " Donate" link: "https://donorbox.org/handmadecities" class: "btn bg-red-700" diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md index 330fb24..2cfc6ff 100644 --- a/content/english/seattle/index.md +++ b/content/english/seattle/index.md @@ -12,16 +12,19 @@ banner: use_twitch: true use_youtube: false title: "Handmade Seattle 2024" - title_class: "text-white mb-4" + title_class: "seattle-color mb-4" twitch_channel: "abnercoimbre" youtube_channel_id: "UCkiOutDcOG0KRLQc71Pd-Fg" # found at: https://www.youtube.com/account_advanced, is currently yt/handmadecities - section_class: "pb-36 row" - buttons_class: "p-2 px-3" + section_class: "pb-36 row mb-4" + buttons_class: "p-2 px-3 mt-2" buttons_row_class: "mt-4 text-white gap-4" buttons: - title: " Tickets" link: "/tickets" class: "btn seattle-bg" + - title: " Chat" + link: "https://chat.handmadecities.com" + class: "btn bg-green-500" - title: " Donate" link: "https://donorbox.org/handmadecities" class: "btn bg-red-700" @@ -103,7 +106,7 @@ features: bottom_text: "All times in Seattle Time, UTC-8:00 timezone." bottom_text_class: "text-center mt-8 text-slate-300" day_date_class: "text-center text-white text-xl mb-4 underline" - default_day: "Day 1" + default_day: "Day 2" days: - title: "Day 1" date: "Wed Nov 20th, 2024" diff --git a/content/english/tickets/index.md b/content/english/tickets/index.md index 2e46da8..6f658ab 100644 --- a/content/english/tickets/index.md +++ b/content/english/tickets/index.md @@ -80,7 +80,7 @@ features: name_class: "seattle-color" price_class: "text-green-500" price: "349" - original_price: "399" + original_price: "$399" features_class: "text-white" button: title: "Register" diff --git a/layouts/index.html b/layouts/index.html index d938855..a89586a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,9 @@ {{ end }} {{ if .live_banner }} +