Day 2
parent
a7e7ba82e1
commit
f4671526d2
|
|
@ -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: "<i class='fa fa-ticket'></i> Tickets"
|
||||
link: "/tickets"
|
||||
class: "btn seattle-bg"
|
||||
- title: "<i class='fa fa-comments'></i> Chat"
|
||||
link: "https://chat.handmadecities.com"
|
||||
class: "btn bg-green-500"
|
||||
- title: "<i class='fa fa-gift'></i> Donate"
|
||||
link: "https://donorbox.org/handmadecities"
|
||||
class: "btn bg-red-700"
|
||||
|
|
|
|||
|
|
@ -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: "<i class='fa fa-ticket'></i> Tickets"
|
||||
link: "/tickets"
|
||||
class: "btn seattle-bg"
|
||||
- title: "<i class='fa fa-comments'></i> Chat"
|
||||
link: "https://chat.handmadecities.com"
|
||||
class: "btn bg-green-500"
|
||||
- title: "<i class='fa fa-gift'></i> 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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@
|
|||
{{ end }}
|
||||
|
||||
{{ if .live_banner }}
|
||||
<div class="container relative mx-auto">
|
||||
{{ partial "components/live_banner.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ if .triple_section}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue