diff --git a/classes/index.html b/classes/index.html index b5185f3..73d396a 100644 --- a/classes/index.html +++ b/classes/index.html @@ -13,7 +13,7 @@ - + @@ -387,7 +387,7 @@ - + \ No newline at end of file diff --git a/connect/index.html b/connect/index.html index 44f6730..5a58efa 100644 --- a/connect/index.html +++ b/connect/index.html @@ -13,7 +13,7 @@ - + @@ -205,7 +205,7 @@ - + \ No newline at end of file diff --git a/css/style.css b/css/style.css index cd1d7bc..ff4fe41 100644 --- a/css/style.css +++ b/css/style.css @@ -156,7 +156,7 @@ button { mix-blend-mode: overlay; } -body>*:not(.sfB-bg) { +body>*:not(.sfB-bg):not(.sfB-topbar) { position: relative; z-index: 1; } diff --git a/festivals/index.html b/festivals/index.html index 26ef48e..d53a5f9 100644 --- a/festivals/index.html +++ b/festivals/index.html @@ -13,7 +13,7 @@ - + @@ -256,7 +256,7 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index abad9c5..5e2ea14 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -286,7 +286,7 @@ - + \ No newline at end of file diff --git a/js/main.js b/js/main.js index 1ae8f0d..a07ccca 100644 --- a/js/main.js +++ b/js/main.js @@ -4,7 +4,7 @@ // ============================================================ const SCHEDULE = [ - { day: 'Monday', when: '8:30 pm', venue: 'Webe Coffee', social: 'BOM', music: '8 Bachata · 1 Salsa · 1 Kizomba', city: 'Da Nang', organizer: 'Luu Phuong & Shai', mapUrl: 'https://maps.app.goo.gl/sznmGXHmiiaWf1ke6' }, + { day: 'Monday', when: '8:30 pm', venue: 'Webe Coffee', social: 'BOM - Bachata On Monday', music: '8 Bachata · 1 Salsa · 1 Kizomba', city: 'Da Nang', organizer: 'Luu Phuong & Shai', mapUrl: 'https://maps.app.goo.gl/sznmGXHmiiaWf1ke6' }, { day: 'Tuesday', when: '9 pm', venue: 'La Riva', social: 'Latino Dancing', music: '2 Salsa · 2 Bachata · 2 Kizomba', city: 'Hoi An', organizer: 'David Tavares', mapUrl: 'https://maps.app.goo.gl/3ZyB8icd8oswRghE7' }, { day: 'Tuesday', when: '9 pm', venue: 'Caliz Bar', social: 'Sensual Night', music: '3 Bachata · 2 Salsa · 2 Kizomba', city: 'Da Nang', organizer: 'Daisy Nguyen', mapUrl: 'https://maps.app.goo.gl/YagFKw2gcTJp9PJc7' }, { day: 'Wednesday', when: '7:30 pm', venue: 'Ket Fai Bar', social: 'Bachata Kiz Night', music: 'Kizomba 7:30 · Bachata 9 pm', city: 'Da Nang', organizer: 'Sean Kim', mapUrl: 'https://maps.app.goo.gl/XYxY4UCnnJjCAomK6' }, @@ -178,13 +178,13 @@ function lockPalmSizes() { // Each entry: [size, { top|bottom, left|right } in px] const config = { - 'corner-tl': { size: clamp(vw * 0.40, 100, 620), pos: { top: vh * -0.08, left: vw * -0.15 } }, - 'corner-tr': { size: clamp(vw * 0.40, 100, 620), pos: { top: vh * -0.08, right: vw * -0.10 } }, - 'corner-bl': { size: clamp(vw * 0.40, 100, 620), pos: { bottom: vh * -0.08, left: vw * -0.15 } }, - 'corner-br': { size: clamp(vw * 0.40, 100, 620), pos: { bottom: vh * -0.08, right: vw * -0.10 } }, - 'corner-ml': { size: clamp(vw * 0.49, 120, 760), pos: { top: vh * 0.32, left: vw * -0.15 } }, + 'corner-tl': { size: clamp(vw * 0.40, 100, 620), pos: { top: vh * -0.08, left: vw * -0.15 } }, + 'corner-tr': { size: clamp(vw * 0.40, 100, 620), pos: { top: vh * -0.08, right: vw * -0.10 } }, + 'corner-bl': { size: clamp(vw * 0.40, 100, 620), pos: { bottom: vh * -0.08, left: vw * -0.15 } }, + 'corner-br': { size: clamp(vw * 0.40, 100, 620), pos: { bottom: vh * -0.08, right: vw * -0.10 } }, + 'corner-ml': { size: clamp(vw * 0.49, 120, 760), pos: { top: vh * 0.32, left: vw * -0.15 } }, 'corner-ml2': { size: clamp(vw * 0.45, 110, 700), pos: { top: vh * 0.62, left: vw * -0.10 } }, - 'corner-mr': { size: clamp(vw * 0.44, 110, 680), pos: { top: vh * 0.22, right: vw * -0.10 } }, + 'corner-mr': { size: clamp(vw * 0.44, 110, 680), pos: { top: vh * 0.22, right: vw * -0.10 } }, 'corner-mr2': { size: clamp(vw * 0.48, 115, 740), pos: { top: vh * 0.70, right: vw * -0.10 } }, }; @@ -193,7 +193,7 @@ function lockPalmSizes() { const cfg = config[cls]; if (!cfg) continue; const px = cfg.size + 'px'; - el.style.width = px; + el.style.width = px; el.style.height = px; for (const [prop, val] of Object.entries(cfg.pos)) { el.style[prop] = val + 'px'; diff --git a/playlists/index.html b/playlists/index.html index 325e330..5e2c3c4 100644 --- a/playlists/index.html +++ b/playlists/index.html @@ -13,7 +13,7 @@ - + @@ -594,7 +594,7 @@ - + + + \ No newline at end of file