mirror of
https://github.com/Dasharo/dasharo-website.git
synced 2026-06-13 10:16:25 -07:00
config/_default/params.toml: sync bsmconf banner states with other websites
Signed-off-by: Artur Raglis <artur.raglis@3mdeb.com>
This commit is contained in:
@@ -37,9 +37,9 @@ mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074"
|
||||
# call-for-sponsors — sponsorship slots open, warm/light strip
|
||||
# call-for-papers — CfP open, green gradient strip
|
||||
# early-bird — tickets live with early-bird pricing, dark strip
|
||||
# schedule-announced — CfP closed, full program announced, light strip
|
||||
# program-live — CfP closed, full program announced, light strip
|
||||
# last-chance — final tickets, dark red strip
|
||||
# happening-now — conference live, dark strip with animated green dot
|
||||
# live — conference live, dark strip with animated green dot
|
||||
# Changing the stage resets the dismiss state for all visitors.
|
||||
[bsmconf_banner]
|
||||
enable = true
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{{ else if eq $stage "schedule-announced" }}
|
||||
{{ else if eq $stage "program-live" }}
|
||||
<div id="bsmconf-banner" data-bsm-key="{{ $key }}" style="background:#fdfdfd;color:#0b0d12;border-bottom:1px solid #e4e4e7;">
|
||||
<span class="bsm-content">
|
||||
<span class="bsm-pill" style="background:#0b0d12;color:#fdfdfd;">Program live</span>
|
||||
@@ -126,7 +126,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{{ else if eq $stage "happening-now" }}
|
||||
{{ else if eq $stage "live" }}
|
||||
<div id="bsmconf-banner" data-bsm-key="{{ $key }}" style="background:#0b0d12;color:#e6e8ec;">
|
||||
<span class="bsm-content">
|
||||
<span class="bsm-pill" style="background:#22c55e;color:#062712;">
|
||||
|
||||
Reference in New Issue
Block a user