Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
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
Use grid shortcode instead of custom ones
  • Loading branch information
jarrodmillman committed Apr 30, 2024
commit 4aa04823469c8b87747efe83007b55694753bff1
74 changes: 74 additions & 0 deletions content/en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,46 @@ See the [Team](/teams) page for more info.
NumPy receives direct funding from the following sources:
{{< sponsors >}}

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

[[item]]
type = ''
link = 'https://www.moore.org'
body = '''{{< image >}}
src = '/images/logos/moore.svg'
alt = 'Logo of the Gordon and Betty Moore Foundation'
{{< /image >}}
'''

[[item]]
type = ''
link = 'https://www.sloan.org'
body = '''{{< image >}}
src = '/images/logos/sloan.svg'
alt = 'Logo of the Alfred P. Sloan Foundation'
{{< /image >}}
'''

[[item]]
type = ''
link = 'https://www.chanzuckerberg.com'
body = '''{{< image >}}
src = '/images/logos/CZI.svg'
alt = 'Logo of the Chan Zuckerberg Initiative'
{{< /image >}}
'''

[[item]]
type = ''
link = 'https://www.tidelift.com'
body = '''{{< image >}}
src = '/images/logos/tidelift.png'
alt = 'Logo of Tidelift'
width = '200'
{{< /image >}}
'''

{{< /grid >}}

## Institutional Partners

Expand All @@ -76,6 +116,40 @@ Institutional Partners are organizations that support the project by employing p

{{< partners >}}

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

[[item]]
type = ''
link = 'https://www.berkeley.edu'
body = '''{{< image >}}
src = '/images/logos/berkeley-color.svg'
alt = 'Logo of UC Berkeley'
width = '200'
{{< /image >}}
'''

[[item]]
type = ''
link = 'https://www.quansight.com'
body = '''{{< image >}}
src = '/images/logos/quansight.svg'
alt = 'Logo of Quansight'
width = '200'
{{< /image >}}
'''

[[item]]
type = ''
link = 'https://www.nvidia.com'
body = '''{{< image >}}
src = '/images/logos/nvidia.png'
alt = 'Logo of NVIDIA'
width = '200'
{{< /image >}}
'''

{{< /grid >}}


## Donate

Expand Down