From 387a6698e1550438e69298b6adf6af9c5a98321f Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 13 Dec 2024 02:15:10 -0700 Subject: [PATCH] Update donation box and include a button to join Jupyter Foundation (#776) --- _sass/components/_about-box.scss | 2 +- about.html | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/_sass/components/_about-box.scss b/_sass/components/_about-box.scss index cfe04dfd..0b4fc2f5 100644 --- a/_sass/components/_about-box.scss +++ b/_sass/components/_about-box.scss @@ -14,7 +14,7 @@ background-color: $button-orange; border-radius: 2px; padding: 0.75em 1.25em; - margin: 0 auto; + margin: 0 auto 10px; width: 240px; text-align: center; display: table; diff --git a/about.html b/about.html index 6aa69648..70c34c84 100644 --- a/about.html +++ b/about.html @@ -581,6 +581,7 @@ description: - Jupyter will always be 100% open source software, free for all to use and released under the liberal terms of the modified BSD license. If you have found Project Jupyter to be useful in your work, research, or company, please consider making a donation to the project commensurate with your resources. - Donations after fees will be used to fund Project Jupyter's open source software, standards, documentation, and community. Our donations are managed by LF Charities, which hosts Project Jupyter. LF Charities is tax exempt under Section 501(c)(3) of the Internal Revenue Code of the United States; if you are an individual subject to US tax law, your contributions are generally tax-deductible (but please consult your tax advisor). + jupyter_foundation: - Alternatively, corporations and other organizations may join the Jupyter Foundation, under the Linux Foundation, to support Project Jupyter and its mission. The Linux Foundation is a 501(c)(6) non-profit. --- @@ -838,9 +839,22 @@

{{ page.donate_box.headline }}

- Support Project Jupyter + Donate to Project Jupyter
+ + {% for graf in page.donate_box.jupyter_foundation %} +

+ {{ graf }} +

+ {% endfor %} + +
+ + Join Jupyter Foundation +
+ +