Skip to content

Commit 495d253

Browse files
authored
Open Collective donation button (#613)
1 parent a9215fc commit 495d253

File tree

3 files changed

+14
-45
lines changed

3 files changed

+14
-45
lines changed

content/en/about.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ NumPy is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the U
8383
Donations to NumPy are managed by [NumFOCUS](https://numfocus.org). For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax advisor about your particular tax situation.
8484

8585
NumPy's Steering Council will make the decisions on how to best use any funds received. Technical and infrastructure priorities are documented on the [NumPy Roadmap](https://www.numpy.org/neps/index.html#roadmap).
86-
{{< numfocus >}}
86+
87+
{{<opencollective>}}
88+

layouts/shortcodes/numfocus.html

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="opencollective">
2+
<a href="https://opencollective.com/numpy#category-CONTRIBUTE" target="_blank">
3+
<img src="https://opencollective.com/numpy/donate/button@2x.png?color=blue" width=300 />
4+
</a>
5+
</div>
6+
7+
<style>
8+
.opencollective {
9+
padding-top: 0.5rem;
10+
}
11+
</style>

0 commit comments

Comments
 (0)