|
8 | 8 | <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."> |
9 | 9 | <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Open+Sans:400,600,700" rel="stylesheet"> |
10 | 10 | <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"> |
21 | 12 | </style> |
22 | 13 | </head> |
23 | 14 |
|
24 | 15 | <body class="is-bgWhite" cz-shortcut-listen="true"> |
25 | 16 | <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> |
31 | 23 | </div> |
32 | 24 | </header> |
33 | 25 |
|
@@ -59,7 +51,7 @@ <h1><b>Open Visualization</b><br/>Collaborator Summit 2026</h1> |
59 | 51 | <a href="https://vis.gl/" target="_blank" rel="noopener noreferrer">vis.gl</a>/<a |
60 | 52 | href="https://deck.gl/" target="_blank" rel="noopener noreferrer">deck.gl</a> |
61 | 53 | community to discuss the present & future of the leading open source |
62 | | - library for visualization in the Web. |
| 54 | + library for visualization on the web. |
63 | 55 | </p> |
64 | 56 | </div> |
65 | 57 | </div> |
|
0 commit comments