Skip to content

Commit f269b85

Browse files
Use new grid syntax (#156)
1 parent f04787d commit f269b85

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

content/_index.md

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

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

7-
{{< card >}}
7+
[[item]]
8+
type = 'card'
89
title = 'Contributor Guide'
910
link = '/contributors/'
1011
body = '''
1112
Learn how to join the Scientific Python community!
1213
'''
13-
{{< /card >}}
1414

15-
{{< card >}}
15+
[[item]]
16+
type = 'card'
1617
title = 'Development Guide'
1718
link = '/development/'
1819
body = '''
1920
Learn recommended tools and approaches for developing Scientific Python libraries.
2021
'''
21-
{{< /card >}}
2222

23-
{{< /grid >}}
23+
{{< /grid1 >}}
2424

2525
<!--
2626
# - buttonText: Maintainer Guide

content/contributors/_index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,60 +7,60 @@ Welcome to the Contributor Guide! Here you will find useful resources that will
77

88
## First steps
99

10-
{{< grid columns="1 2 2 3" >}}
10+
{{< grid1 columns="1 2 2 3" >}}
1111

12-
{{< card >}}
12+
[[item]]
13+
type = 'card'
1314
title = 'Why Contribute'
1415
link = 'why-contribute'
1516
body = 'Learn some of the reasons why contributing to open source Scientific Python is impactful and can be a transformative experience for developers!'
16-
{{< /card >}}
1717

18-
{{< card >}}
18+
[[item]]
19+
type = 'card'
1920
title = 'Ways to contribute'
2021
link = 'ways-to-contribute'
2122
body = 'Learn some of the ways you can contribute to open source Scientific Python projects without having to code.'
22-
{{< /card >}}
2323

24-
{{< card >}}
24+
[[item]]
25+
type = 'card'
2526
title = 'Choosing a project'
2627
link = 'choosing-a-project'
2728
body = 'Learn how to choose a project to start contributing to the Scientific Python Ecosystem.'
28-
{{< /card >}}
2929

30-
{{< card >}}
30+
[[item]]
31+
type = 'card'
3132
title = 'Getting started'
3233
link = 'getting-started'
3334
body = 'Learn the first steps to contribute to open source Scientific Python.'
34-
{{< /card >}}
3535

36-
{{< card >}}
36+
[[item]]
37+
type = 'card'
3738
title = 'First contribution'
3839
link = 'first-contribution'
3940
body = 'Start working on your first contribution to open source Scientific Python.'
40-
{{< /card >}}
4141

42-
{{< /grid >}}
42+
{{< /grid1 >}}
4343

4444
## Getting set up
4545

46-
{{< grid columns="1 2 2 3" >}}
46+
{{< grid1 columns="1 2 2 3" >}}
4747

48-
{{< card >}}
48+
[[item]]
49+
type = 'card'
4950
title = 'Ecosystem'
5051
link = 'setup/ecosystem'
5152
body = 'Learn how the Scientific Python ecosystem is composed and some of its main packages.'
52-
{{< /card >}}
5353

54-
{{< card >}}
54+
[[item]]
55+
type = 'card'
5556
title = 'Install'
5657
link = 'setup/install'
5758
body = '''Learn the tools' intallation process in order to start contributing to the Scientific Python ecosystem.'''
58-
{{< /card >}}
5959

60-
{{< card >}}
60+
[[item]]
61+
type = 'card'
6162
title = 'Next steps'
6263
link = 'setup/next-steps'
6364
body = 'Start exploring some of the packages from the Scientific Python ecosystem.'
64-
{{< /card >}}
6565

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

0 commit comments

Comments
 (0)