Day 2
This commit is contained in:
@@ -12,16 +12,19 @@ banner:
|
|||||||
use_twitch: true
|
use_twitch: true
|
||||||
use_youtube: false
|
use_youtube: false
|
||||||
title: "Handmade Seattle 2024"
|
title: "Handmade Seattle 2024"
|
||||||
title_class: "text-black dark:text-white mb-4"
|
title_class: "seattle-color mb-4"
|
||||||
twitch_channel: "abnercoimbre"
|
twitch_channel: "abnercoimbre"
|
||||||
youtube_channel_id: "UCkiOutDcOG0KRLQc71Pd-Fg" # found at: https://www.youtube.com/account_advanced, is currently yt/handmadecities
|
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_class: "p-2 px-3"
|
||||||
buttons_row_class: "mt-4 text-white gap-4"
|
buttons_row_class: "mt-4 text-white gap-4"
|
||||||
buttons:
|
buttons:
|
||||||
- title: "<i class='fa fa-ticket'></i> Tickets"
|
- title: "<i class='fa fa-ticket'></i> Tickets"
|
||||||
link: "/tickets"
|
link: "/tickets"
|
||||||
class: "btn seattle-bg"
|
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"
|
- title: "<i class='fa fa-gift'></i> Donate"
|
||||||
link: "https://donorbox.org/handmadecities"
|
link: "https://donorbox.org/handmadecities"
|
||||||
class: "btn bg-red-700"
|
class: "btn bg-red-700"
|
||||||
|
|||||||
@@ -12,16 +12,19 @@ banner:
|
|||||||
use_twitch: true
|
use_twitch: true
|
||||||
use_youtube: false
|
use_youtube: false
|
||||||
title: "Handmade Seattle 2024"
|
title: "Handmade Seattle 2024"
|
||||||
title_class: "text-white mb-4"
|
title_class: "seattle-color mb-4"
|
||||||
twitch_channel: "abnercoimbre"
|
twitch_channel: "abnercoimbre"
|
||||||
youtube_channel_id: "UCkiOutDcOG0KRLQc71Pd-Fg" # found at: https://www.youtube.com/account_advanced, is currently yt/handmadecities
|
youtube_channel_id: "UCkiOutDcOG0KRLQc71Pd-Fg" # found at: https://www.youtube.com/account_advanced, is currently yt/handmadecities
|
||||||
section_class: "pb-36 row"
|
section_class: "pb-36 row mb-4"
|
||||||
buttons_class: "p-2 px-3"
|
buttons_class: "p-2 px-3 mt-2"
|
||||||
buttons_row_class: "mt-4 text-white gap-4"
|
buttons_row_class: "mt-4 text-white gap-4"
|
||||||
buttons:
|
buttons:
|
||||||
- title: "<i class='fa fa-ticket'></i> Tickets"
|
- title: "<i class='fa fa-ticket'></i> Tickets"
|
||||||
link: "/tickets"
|
link: "/tickets"
|
||||||
class: "btn seattle-bg"
|
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"
|
- title: "<i class='fa fa-gift'></i> Donate"
|
||||||
link: "https://donorbox.org/handmadecities"
|
link: "https://donorbox.org/handmadecities"
|
||||||
class: "btn bg-red-700"
|
class: "btn bg-red-700"
|
||||||
@@ -103,7 +106,7 @@ features:
|
|||||||
bottom_text: "All times in Seattle Time, UTC-8:00 timezone."
|
bottom_text: "All times in Seattle Time, UTC-8:00 timezone."
|
||||||
bottom_text_class: "text-center mt-8 text-slate-300"
|
bottom_text_class: "text-center mt-8 text-slate-300"
|
||||||
day_date_class: "text-center text-white text-xl mb-4 underline"
|
day_date_class: "text-center text-white text-xl mb-4 underline"
|
||||||
default_day: "Day 1"
|
default_day: "Day 2"
|
||||||
days:
|
days:
|
||||||
- title: "Day 1"
|
- title: "Day 1"
|
||||||
date: "Wed Nov 20th, 2024"
|
date: "Wed Nov 20th, 2024"
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ features:
|
|||||||
name_class: "seattle-color"
|
name_class: "seattle-color"
|
||||||
price_class: "text-green-500"
|
price_class: "text-green-500"
|
||||||
price: "349"
|
price: "349"
|
||||||
original_price: "399"
|
original_price: "$399"
|
||||||
features_class: "text-white"
|
features_class: "text-white"
|
||||||
button:
|
button:
|
||||||
title: "Register"
|
title: "Register"
|
||||||
|
|||||||
@@ -11,7 +11,9 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .live_banner }}
|
{{ if .live_banner }}
|
||||||
|
<div class="container relative mx-auto">
|
||||||
{{ partial "components/live_banner.html" . }}
|
{{ partial "components/live_banner.html" . }}
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .triple_section}}
|
{{ if .triple_section}}
|
||||||
|
|||||||
Reference in New Issue
Block a user