Skip to content

Commit 46405b4

Browse files
committed
Updated links and quick look images for new tutorials
1 parent 642556e commit 46405b4

File tree

1 file changed

+30
-61
lines changed

1 file changed

+30
-61
lines changed

intro.md

Lines changed: 30 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -35,64 +35,33 @@ Through these Jupyter notebooks, you will:
3535

3636
We have a set of new tutorials waiting and ready to be explored.
3737

38-
<!-- Style: uniform thumbnail size for all cards -->
39-
<style>
40-
.sd-card img.sd-card-img-top {
41-
max-height: 200px; /* adjust this value if you want smaller/larger previews */
42-
width: 100%;
43-
object-fit: cover; /* keeps proportions and crops cleanly */
44-
}
45-
</style>
46-
47-
::::{container}
48-
::: {grid} 1 3 3 3
49-
:gutter: 2
50-
51-
::: {grid-item-card} A hands-on notebook exploring precipitation using the GIRAFE dataset <br> (Tutorial)
52-
:margin: 3 0 0 0
53-
:link: https://github.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-physics/blob/main/precipitation-girafe.ipynb
54-
:link-type: url
55-
:text-align: center
56-
:shadow: md
57-
:img-top: https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-physics/main/precipitation-girafe-QL.png
58-
59-
{bdg-primary}`Climate` {bdg-secondary}`Change`
60-
<br>
61-
{bdg-warning}`Service` {bdg-info}`C3S`
62-
+++
63-
2025
64-
:::
65-
66-
::: {grid-item-card} Compute and analyse water-level indicators from the GTSMIP context <br> (Tutorial)
67-
:margin: 3 0 0 0
68-
:link: https://github.com/ecmwf-training/c3s-training-submodule-climate-indices/blob/main/gtsmip-water-levels.ipynb
69-
:link-type: url
70-
:text-align: center
71-
:shadow: md
72-
:img-top: https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-climate-indices/main/gtsmip-water-levels-QL.png
73-
74-
{bdg-primary}`Climate` {bdg-secondary}`Change`
75-
<br>
76-
{bdg-warning}`Service` {bdg-info}`C3S`
77-
+++
78-
2025
79-
:::
80-
81-
::: {grid-item-card} Derive and visualise a compound climate indicator: warm-and-wet days <br> (Tutorial)
82-
:margin: 3 0 0 0
83-
:link: https://github.com/ecmwf-training/c3s-training-submodule-climate-indices/blob/main/warm-and-wet-days-indicator.ipynb
84-
:link-type: url
85-
:text-align: center
86-
:shadow: md
87-
:img-top: https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-climate-indices/main/warm-and-wet-days-indicator-QL.png
88-
89-
{bdg-primary}`Climate` {bdg-secondary}`Change`
90-
<br>
91-
{bdg-warning}`Service` {bdg-info}`C3S`
92-
+++
93-
2025
94-
:::
95-
96-
:::
97-
::::
98-
:::::
38+
<div style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;">
39+
40+
<div style="flex: 1 1 300px; max-width: 320px; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); overflow: hidden; text-align: center;">
41+
<img src="https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-physics/main/precipitation-girafe-QL.png" alt="GIRAFE tutorial" style="width:100%; height:200px; object-fit:cover;">
42+
<div style="padding: 0.8rem;">
43+
<strong>A hands-on notebook exploring precipitation using the GIRAFE dataset</strong><br><em>(Tutorial)</em><br><br>
44+
<a href="https://github.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-physics/blob/main/precipitation-girafe.ipynb" style="color:#0072c6;">View on GitHub</a>
45+
<p style="margin-top:0.5rem; font-size:0.9em; color:#555;">Climate · Change · Service · C3S · 2025</p>
46+
</div>
47+
</div>
48+
49+
<div style="flex: 1 1 300px; max-width: 320px; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); overflow: hidden; text-align: center;">
50+
<img src="https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-climate-indices/main/gtsmip-water-levels-QL.png" alt="GTSMIP tutorial" style="width:100%; height:200px; object-fit:cover;">
51+
<div style="padding: 0.8rem;">
52+
<strong>Compute and analyse water-level indicators from the GTSMIP context</strong><br><em>(Tutorial)</em><br><br>
53+
<a href="https://github.com/ecmwf-training/c3s-training-submodule-climate-indices/blob/main/gtsmip-water-levels.ipynb" style="color:#0072c6;">View on GitHub</a>
54+
<p style="margin-top:0.5rem; font-size:0.9em; color:#555;">Climate · Change · Service · C3S · 2025</p>
55+
</div>
56+
</div>
57+
58+
<div style="flex: 1 1 300px; max-width: 320px; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); overflow: hidden; text-align: center;">
59+
<img src="https://raw.githubusercontent.com/ecmwf-training/c3s-training-submodule-climate-indices/main/warm-and-wet-days-indicator-QL.png" alt="Warm and wet days tutorial" style="width:100%; height:200px; object-fit:cover;">
60+
<div style="padding: 0.8rem;">
61+
<strong>Derive and visualise a compound climate indicator: warm-and-wet days</strong><br><em>(Tutorial)</em><br><br>
62+
<a href="https://github.com/ecmwf-training/c3s-training-submodule-climate-indices/blob/main/warm-and-wet-days-indicator.ipynb" style="color:#0072c6;">View on GitHub</a>
63+
<p style="margin-top:0.5rem; font-size:0.9em; color:#555;">Climate · Change · Service · C3S · 2025</p>
64+
</div>
65+
</div>
66+
67+
</div>

0 commit comments

Comments
 (0)