From 1801ff8cace7ceb22dce74d31bb4a086babd92d9 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 12 Dec 2024 16:49:49 -0700 Subject: [PATCH 1/2] Update donation box to be more clear and include a button to join Jupyter foundation --- about.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 +
+ + From dc9ea63d4162a303ca8c11aec2ff406ed28297f2 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 12 Dec 2024 17:07:23 -0700 Subject: [PATCH 2/2] Match paragraph bottom margin --- _sass/components/_about-box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;