From 9d348fac53c69b793d2f1d3eefcdca950a6bd673 Mon Sep 17 00:00:00 2001 From: Rob MacKinnon Date: Mon, 13 Apr 2026 14:18:02 -0700 Subject: [PATCH] chore: 2026 Collab Summit temp header move to live header --- .../events/zurich-summit-2026/index.html | 26 ++++-------- .../events/zurich-summit-2026/style.css | 42 +++++++++++++++++-- 2 files changed, 48 insertions(+), 20 deletions(-) diff --git a/website/static/events/zurich-summit-2026/index.html b/website/static/events/zurich-summit-2026/index.html index 5e012bb03d7..100a3559fc9 100644 --- a/website/static/events/zurich-summit-2026/index.html +++ b/website/static/events/zurich-summit-2026/index.html @@ -8,26 +8,18 @@ -
-
- + +
+
+ +

Open Visualization
Collaborator Summit 2026

+
@@ -55,11 +47,11 @@

Open Visualization
Collaborator Summit 2026

- On October 9-10, 2026, come together with the + On September 9-10, 2026, come together with the vis.gl/deck.gl community to discuss the present & future of the leading open source - library for visualization in the Web. + library for visualization on the web.

diff --git a/website/static/events/zurich-summit-2026/style.css b/website/static/events/zurich-summit-2026/style.css index b07b8514bf5..c1a6431d89c 100644 --- a/website/static/events/zurich-summit-2026/style.css +++ b/website/static/events/zurich-summit-2026/style.css @@ -2638,18 +2638,20 @@ a { } header { + position: relative; height: 628px; background-color: #202020; } .header { - background-size: cover; - background-position: center; - background-repeat: no-repeat; display: flex; flex-direction: column; color: #fff; justify-content: center; + + position: absolute; + top: 0; + height: 100%; } .header .container { @@ -2684,4 +2686,38 @@ h1 b { width: 260px; max-width: 50%; } + + .top-paragraphs { + padding-top: 45px; + } + + header h1 { + font-size: calc(1em + 3vw); + } + + header .container { + margin-left: calc(1em - 1.5vw); + } + + header { + height: 410px; + } +} + +@media (max-width:400px) { + header h1 { + font-size: calc(1em + 3vw); + } + header .container { + margin-left: calc(1em - 3.5vw); + } +} + +@media (max-width:360px) { + .top-paragraphs { + padding-top: 20px; + } + header .container { + margin-left: calc(1em - 6.25vw); + } } \ No newline at end of file