Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions website/static/events/zurich-summit-2026/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
</head>

<body class="is-bgWhite" cz-shortcut-listen="true">
<header class="header_ribbon" style="">
<a href="https://deck.gl"><img src="https://deck.gl/images/visgl-logo-light.png" alt="vis.gl Logo"></a>
<div class="header_text"><a href="https://deck.gl">deck.gl</a></div>
</header>
<header class="section">
<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" />
<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.jpg 1200w, https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_2400.jpg 2400w" style="object-fit: cover" />
<div class="header" style="width:100%;height:100%;" >
<div class="container">
<img src="https://raw.githubusercontent.com/visgl/deck.gl-data/master/images/logos/openjsf-color-textw-logow.svg" />
Expand Down Expand Up @@ -61,8 +65,7 @@ <h1><b>Open Visualization</b><br/><nobr>Collaborator Summit</nobr> 2026</h1>
At the Open Visualization Collaborator Summit, we’ll bring together an international audience of developers to discuss how they are using open-source tools to build applications for geospatial analysis, biological research, AI training, and beyond.
Our goal is to foster collaboration, encourage contributions, and shape the future of open-source visualization across disciplines.
</p>
<p class="u-mt24 u-mb80 u-mb48--tablet button-gl">RESISTRATION OPENING SOON!</p>
<!-- a href="{reglink}" class="u-mt24 u-mb80 u-mb48--tablet button-gl">REGISTER NOW</a-->
<a href="https://linuxfoundation.regfox.com/openvis-zurich-2026-collaborator-summit" class="u-mt24 u-mb80 u-mb48--tablet button-gl">REGISTER NOW</a>
</div>

<div class="grid grid-cell--col12 u-mt120 u-mt80--tablet u-justify-center">
Expand Down Expand Up @@ -108,6 +111,7 @@ <h3 class="title-gl f48 u-mb56">Agenda</h3>
<h4 class="title-gl f32 f24--tablet u-mb48">
To be announced
</h4>
<a href="https://github.com/openjs-foundation/summit/issues/new?assignees=chrisgervang&labels=Z%C3%BCrich+2026%2C+Collaborator+Summit%2C+Session+Proposal&projects=&template=openviz-summit-topic-proposal.md&title=Open+Visualization+Session+Proposal%3A+%3CProject+Name%3E+%3CSession+Title%3E" class="u-mt24 u-mb48--tablet button-gl">SUBMIT SESSION PROPOSAL</a>
</div>
<div class="days-agenda" id="day-1" style="display: none">
<h4 class="title-gl f32 f24--tablet u-mb48">
Expand Down
49 changes: 48 additions & 1 deletion website/static/events/zurich-summit-2026/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2668,6 +2668,41 @@ header {
margin: 1em 5% 5% 0;
}

.header_ribbon {
display: flex;
position: fixed;
top: 0px;
z-index: 999;
height: fit-content;
width: 100%;
color: white;
font-family: UberMove, Helvetica, Arial, sans-serif;
height: 3vh;
width: 100%;
padding: 0.4vh 0.4vh 0.4vh 0.4vh;
background-color: rgba(0,0,0, 0.8);
align-content: center;
}
.header_ribbon img {
width: 32px;
height: 32px;
}
.header_ribbon a {
color: white;
font-weight: normal;
cursor: pointer;
text-decoration: none !important;
}
.header_text {
padding-left: 1vh;
height:100%;
width: 100%;
vertical-align: middle;
align-content: center;
font-size: 1em;
font-weight: 400;
}

h1 {
font-size: 4em;
line-height: 1.2;
Expand All @@ -2678,6 +2713,12 @@ h1 b {
}

@media (max-width:800px) {
.header_ribbon {
height: 5vh;
}
.header_text {
font-size: 1.4em;
}
.header .container {
padding-left: 10%;
}
Expand Down Expand Up @@ -2711,6 +2752,9 @@ h1 b {
header .container {
margin-left: calc(1em - 3.5vw);
}
.header_ribbon {
height: 5.5vh;
}
}

@media (max-width:360px) {
Expand All @@ -2720,4 +2764,7 @@ h1 b {
header .container {
margin-left: calc(1em - 6.25vw);
}
}
.header_ribbon {
height: 5vh;
}
}
Loading