Skip to content

Commit de18d91

Browse files
committed
Brand refresh: magenta palette, animated ECMWF hero with credits
1 parent 89e7000 commit de18d91

4 files changed

Lines changed: 65 additions & 10 deletions

File tree

.vitepress/theme/custom.css

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
:root {
2-
--vp-c-brand-1: #367d93;
3-
--vp-c-brand-2: #52adc8;
4-
--vp-c-brand-3: #52adc8;
5-
--vp-c-brand-soft: rgba(82, 173, 200, 0.14);
2+
--vp-c-brand-1: #952f7c;
3+
--vp-c-brand-2: #c93d80;
4+
--vp-c-brand-3: #c93d80;
5+
--vp-c-brand-soft: rgba(201, 61, 128, 0.14);
6+
7+
--vp-home-hero-image-background-image: linear-gradient(-45deg, #d97e6a 20%, #c93d80 80%);
8+
--vp-home-hero-image-filter: blur(56px);
69
}
710

811
.dark {
9-
--vp-c-brand-1: #a4cdd9;
10-
--vp-c-brand-2: #79b8cc;
11-
--vp-c-brand-3: #79b8cc;
12-
--vp-c-brand-soft: rgba(121, 184, 204, 0.16);
12+
--vp-c-brand-1: #f1a8c8;
13+
--vp-c-brand-2: #e57aa9;
14+
--vp-c-brand-3: #e57aa9;
15+
--vp-c-brand-soft: rgba(229, 122, 169, 0.16);
16+
}
17+
18+
.VPHero .VPImage {
19+
border-radius: 14px;
20+
box-shadow: 0 24px 64px -16px rgba(149, 47, 124, 0.45),
21+
0 8px 24px -8px rgba(149, 47, 124, 0.25);
22+
}
23+
24+
@media (min-width: 960px) {
25+
.VPHero .image-container {
26+
width: 420px;
27+
height: 420px;
28+
}
29+
.VPHero .image-src {
30+
max-width: 100%;
31+
max-height: 100%;
32+
}
1333
}
1434

1535
.adopters-grid {

NOTICE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Third-Party Notices
2+
3+
This site bundles third-party assets that are governed by their own licenses.
4+
5+
## Hero animation (`public/images/zarr-hero.gif`)
6+
7+
Adapted from `dynamical-zarr-ecmwf.gif` in the [developmentseed/deck.gl-raster](https://github.com/developmentseed/deck.gl-raster) repository (MIT License).
8+
9+
```
10+
MIT License
11+
12+
Copyright (c) 2025 Development Seed
13+
14+
Permission is hereby granted, free of charge, to any person obtaining a copy
15+
of this software and associated documentation files (the "Software"), to deal
16+
in the Software without restriction, including without limitation the rights
17+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18+
copies of the Software, and to permit persons to whom the Software is
19+
furnished to do so, subject to the following conditions:
20+
21+
The above copyright notice and this permission notice shall be included in all
22+
copies or substantial portions of the Software.
23+
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30+
SOFTWARE.
31+
```

index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ hero:
66
text: Chunked, compressed, N-dimensional arrays
77
tagline: An open, community-driven format for storing large arrays in any key-value store, including cloud object storage.
88
image:
9-
src: /images/llc4320_sst.png
10-
alt: Sea surface temperature visualization, credit Ryan Abernathey
9+
src: /images/zarr-hero.gif
10+
alt: Animated ECMWF temperature forecast rendered from a Zarr store, credit Development Seed (deck.gl-raster)
1111
actions:
1212
- theme: brand
1313
text: Implementations
@@ -72,3 +72,7 @@ NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors,
7272
[Videos](https://www.youtube.com/playlist?list=PLvkeNUPrCU04Xvcph4ErxsRkZq28Oucr7) of community members talking about Zarr. If you have a video you'd like us to share, let us know!
7373

7474
<iframe width="640" height="480" src="https://www.youtube.com/embed/videoseries?list=PLvkeNUPrCU04Xvcph4ErxsRkZq28Oucr7" frameborder="0" allowfullscreen></iframe>
75+
76+
## Acknowledgements
77+
78+
Hero animation adapted from [`dynamical-zarr-ecmwf`](https://github.com/developmentseed/deck.gl-raster/tree/main/examples/dynamical-zarr-ecmwf) in [developmentseed/deck.gl-raster](https://github.com/developmentseed/deck.gl-raster), © 2025 Development Seed (MIT License). Full notice: [NOTICE.md](https://github.com/zarr-developers/zarr-developers.github.io/blob/main/NOTICE.md).

public/images/zarr-hero.gif

2.39 MB
Loading

0 commit comments

Comments
 (0)