Skip to content

Use new grid syntax #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
title:
---

{{< grid columns="1 2 2 2" >}}
{{< grid1 columns="1 2 2 2" >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Contributor Guide'
link = '/contributors/'
body = '''
Learn how to join the Scientific Python community!
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Development Guide'
link = '/development/'
body = '''
Learn recommended tools and approaches for developing Scientific Python libraries.
'''
{{< /card >}}

{{< /grid >}}
{{< /grid1 >}}

<!--
# - buttonText: Maintainer Guide
Expand Down
40 changes: 20 additions & 20 deletions content/contributors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,60 +7,60 @@ Welcome to the Contributor Guide! Here you will find useful resources that will

## First steps

{{< grid columns="1 2 2 3" >}}
{{< grid1 columns="1 2 2 3" >}}

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

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

{{< card >}}
[[item]]
type = 'card'
title = 'Choosing a project'
link = 'choosing-a-project'
body = 'Learn how to choose a project to start contributing to the Scientific Python Ecosystem.'
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Getting started'
link = 'getting-started'
body = 'Learn the first steps to contribute to open source Scientific Python.'
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'First contribution'
link = 'first-contribution'
body = 'Start working on your first contribution to open source Scientific Python.'
{{< /card >}}

{{< /grid >}}
{{< /grid1 >}}

## Getting set up

{{< grid columns="1 2 2 3" >}}
{{< grid1 columns="1 2 2 3" >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Ecosystem'
link = 'setup/ecosystem'
body = 'Learn how the Scientific Python ecosystem is composed and some of its main packages.'
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Install'
link = 'setup/install'
body = '''Learn the tools' intallation process in order to start contributing to the Scientific Python ecosystem.'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Next steps'
link = 'setup/next-steps'
body = 'Start exploring some of the packages from the Scientific Python ecosystem.'
{{< /card >}}

{{< /grid >}}
{{< /grid1 >}}