Skip to content

Commit 2cd1b7f

Browse files
rmackinnonPessimistress
authored andcommitted
chore: 2026 Collab Summit temp header move to live header (#10217)
1 parent e0df557 commit 2cd1b7f

2 files changed

Lines changed: 47 additions & 19 deletions

File tree

website/static/events/zurich-summit-2026/index.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,18 @@
88
<meta name="description" content="Come together with the deck.gl, kepler.gl, GeoDa, and Cosmos community to discuss the present & future of the leading open source libraries for visualization applications in the Web.">
99
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Open+Sans:400,600,700" rel="stylesheet">
1010
<link rel="stylesheet" href="./style.css">
11-
<style>
12-
.header_img {
13-
width:100%; height:100%; background-size:cover; background-position:center;
14-
background-repeat: no-repeat;
15-
}
16-
17-
@media screen and (max-width: 480px) {
18-
.header_img { background-size: contain; }
19-
#where_text { order: 1; }
20-
}
11+
<style type="text/css">
2112
</style>
2213
</head>
2314

2415
<body class="is-bgWhite" cz-shortcut-listen="true">
2516
<header class="section">
26-
<div class="header" style="width:100%;height:100%;background-image:url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/banner_summit-2026-zurich.png);" >
27-
<!-- div class="container">
28-
<img src="https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/openjs_foundation-logo-horizontal-white.png" />
29-
<h1><b>Open Visualization</b><br/>Collaborator Summit 2026</h1>
30-
</div-->
17+
<img class="header_bg_img" width="100%" height="100%" srcset="https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_800.jpg 800w, https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_1200.png 1200w, https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_2400.jpg 2400w" style="object-fit: cover" />
18+
<div class="header" style="width:100%;height:100%;" >
19+
<div class="container">
20+
<img src="https://raw.githubusercontent.com/visgl/deck.gl-data/master/images/logos/openjsf-color-textw-logow.svg" />
21+
<h1><b>Open Visualization</b><br/><nobr>Collaborator Summit</nobr> 2026</h1>
22+
</div>
3123
</div>
3224
</header>
3325

@@ -59,7 +51,7 @@ <h1><b>Open Visualization</b><br/>Collaborator Summit 2026</h1>
5951
<a href="https://vis.gl/" target="_blank" rel="noopener noreferrer">vis.gl</a>/<a
6052
href="https://deck.gl/" target="_blank" rel="noopener noreferrer">deck.gl</a>
6153
community to discuss the present &amp; future of the leading open source
62-
library for visualization in the Web.
54+
library for visualization on the web.
6355
</p>
6456
</div>
6557
</div>

website/static/events/zurich-summit-2026/style.css

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,18 +2638,20 @@ a {
26382638
}
26392639

26402640
header {
2641+
position: relative;
26412642
height: 628px;
26422643
background-color: #202020;
26432644
}
26442645

26452646
.header {
2646-
background-size: cover;
2647-
background-position: center;
2648-
background-repeat: no-repeat;
26492647
display: flex;
26502648
flex-direction: column;
26512649
color: #fff;
26522650
justify-content: center;
2651+
2652+
position: absolute;
2653+
top: 0;
2654+
height: 100%;
26532655
}
26542656

26552657
.header .container {
@@ -2684,4 +2686,38 @@ h1 b {
26842686
width: 260px;
26852687
max-width: 50%;
26862688
}
2689+
2690+
.top-paragraphs {
2691+
padding-top: 45px;
2692+
}
2693+
2694+
header h1 {
2695+
font-size: calc(1em + 3vw);
2696+
}
2697+
2698+
header .container {
2699+
margin-left: calc(1em - 1.5vw);
2700+
}
2701+
2702+
header {
2703+
height: 410px;
2704+
}
2705+
}
2706+
2707+
@media (max-width:400px) {
2708+
header h1 {
2709+
font-size: calc(1em + 3vw);
2710+
}
2711+
header .container {
2712+
margin-left: calc(1em - 3.5vw);
2713+
}
2714+
}
2715+
2716+
@media (max-width:360px) {
2717+
.top-paragraphs {
2718+
padding-top: 20px;
2719+
}
2720+
header .container {
2721+
margin-left: calc(1em - 6.25vw);
2722+
}
26872723
}

0 commit comments

Comments
 (0)