Skip to content

Commit 353e30f

Browse files
Use new grid syntax (#600)
1 parent a39d561 commit 353e30f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

content/_index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@
22
title:
33
---
44

5-
{{< grid columns="1 2 2 3" >}}
5+
{{< grid1 columns="1 2 2 3" >}}
66

7-
{{< card >}}
7+
[[item]]
8+
type = 'card'
89
title = 'SPECs'
910
body = '''
1011
[Scientific Python Ecosystem Coordination]({{% relref "/specs" %}}) documents are a mechanism by which practices are
1112
discussed and propagated throughout the ecosystem.
1213
'''
13-
{{< /card >}}
1414

15-
{{< card >}}
15+
[[item]]
16+
type = 'card'
1617
title = 'Summits'
1718
body = '''
1819
At the [summits]({{% relref "/summits" %}}), we get together both virtually and in-person
1920
to plan and do ecosystem work.
2021
'''
21-
{{< /card >}}
2222

23-
{{< card >}}
23+
[[item]]
24+
type = 'card'
2425
title = 'Development Guide'
2526
body = '''
2627
Read this [community-maintained guide](https://learn.scientific-python.org/development/)
2728
to learn best practices for library development.
2829
'''
29-
{{< /card >}}
3030

31-
{{< card >}}
31+
[[item]]
32+
type = 'card'
3233
title = 'Lecture Notes'
3334
body = '''
3435
Learn or teach how to use the scientific Python ecosystem with
3536
[classroom-style lecture notes](https://lectures.scientific-python.org).
3637
'''
37-
{{< /card >}}
3838

39-
{{< card >}}
39+
[[item]]
40+
type = 'card'
4041
title = 'Sparse Arrays'
4142
body = '''
4243
One of our current focuses is on improving and maintaining the
4344
[sparse array]({{% relref "/grants/sparse_arrays" %}}) capabilities and
4445
interoperability in the ecosystem.
4546
'''
46-
{{< /card >}}
4747

48-
{{< card >}}
48+
[[item]]
49+
type = 'card'
4950
title = 'Community'
5051
body = '''
5152
Our [community efforts]({{% relref "/community" %}}) focus
5253
on broadening participation and better coordinating volunteer efforts.
5354
'''
54-
{{< /card >}}
5555

56-
{{< /grid >}}
56+
{{< /grid1 >}}

0 commit comments

Comments
 (0)