Skip to content

Commit 6e9486e

Browse files
rmackinnonPessimistress
authored andcommitted
Chore: Event schedule update 20260623 (#10407)
1 parent 88732cc commit 6e9486e

2 files changed

Lines changed: 37 additions & 30 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h3 class="title-gl f48 u-mb56">Agenda</h3>
119119
<h4 class="title-gl f32 f24--tablet u-mb48">
120120
Have A Topic Idea?
121121
</h4>
122+
Talk sessions are beginning to fill up. If you have an idea for a session, send it in. All levels and topics on GIS, analytics, microbiology, automated transportation, graphing, computation, and more are all welcomed!<br>
122123
<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>
123124
</div>
124125
<div class="days-agenda" id="day-1">

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

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,41 +2711,47 @@ header {
27112711
margin: 1em 5% 5% 0;
27122712
}
27132713

2714-
.header_ribbon {
2715-
display: flex;
2716-
position: fixed;
2717-
top: 0px;
2718-
z-index: 999;
2719-
height: fit-content;
2720-
width: 100%;
2721-
color: white;
2722-
font-family: UberMove, Helvetica, Arial, sans-serif;
2723-
height: 3vh;
2724-
width: 100%;
2725-
padding: 0.4vh 0.4vh 0.4vh 0.4vh;
2726-
background-color: rgba(0,0,0, 0.8);
2727-
align-content: center;
2714+
2715+
.header_bg_img {
2716+
object-fit: cover;
2717+
background-image: url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_orig.jpg);
2718+
background-repeat: no-repeat;
2719+
background-size: cover;
27282720
}
2729-
.header_ribbon img {
2730-
width: 32px;
2731-
height: 32px;
2721+
2722+
@media (max-width:800px) {
2723+
.header > .container {
2724+
margin-top: 12px;
2725+
}
2726+
.header_bg_img {
2727+
background-image: url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_800.jpg);
2728+
}
27322729
}
2733-
.header_ribbon a {
2734-
color: white;
2735-
font-weight: normal;
2736-
cursor: pointer;
2737-
text-decoration: none !important;
2730+
2731+
@media (max-width:1200px) {
2732+
.header > .container {
2733+
margin-top: 24px;
2734+
}
2735+
.header_bg_img {
2736+
background-image: url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_1200.jpg);
2737+
}
27382738
}
2739-
.header_text {
2740-
padding-left: 1vh;
2741-
height:100%;
2742-
width: 100%;
2743-
vertical-align: middle;
2744-
align-content: center;
2745-
font-size: 1em;
2746-
font-weight: 400;
2739+
2740+
@media (max-width:2400px) {
2741+
.header > .container {
2742+
margin-top: 80px;
2743+
}
2744+
.header_bg_img {
2745+
background-image: url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_2400.jpg);
2746+
}
27472747
}
27482748

2749+
/*@media (max-width:3134px) {
2750+
.header_bg_img {
2751+
background-image: url(https://raw.githubusercontent.com/visgl/deck.gl-data/master/events/zurich-summit-2026/header_bg_orig.jpg);
2752+
}
2753+
}*/
2754+
27492755
h1 {
27502756
font-size: 4em;
27512757
line-height: 1.2;

0 commit comments

Comments
 (0)