From 4aa04823469c8b87747efe83007b55694753bff1 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 30 Apr 2024 07:38:41 -0700 Subject: [PATCH] Use grid shortcode instead of custom ones --- content/en/about.md | 74 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/content/en/about.md b/content/en/about.md index 2b77f7d774..01295ac6d7 100644 --- a/content/en/about.md +++ b/content/en/about.md @@ -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 @@ -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