forked from jupyter/jupyter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
43 lines (40 loc) · 2.07 KB
/
donate.html
File metadata and controls
43 lines (40 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Donate
navbar_gray: true
---
<section>
<div class="header">
<div class="container">
<h1>Donate to Project Jupyter</h1>
<!--<p>If you have found Jupyter to be useful, please consider making a donation to the project commensurate with your resources.</p>-->
<p>With your help, Project Jupyter can continue to build great open source software.</p>
</div>
</div>
</section>
<section>
<div class="architecture">
<div class="container">
<div class="architecturedescription col-md-12">
<h2><img src="assets/donations-icon2.svg" id="arcicon1" alt="donations icon"> Donations</h2>
<p id="donate-paragraph">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 Jupyter to be useful in your work, research or company, please consider making a donation to the project commensurate with your resources. Any amount helps!
All donations will be used strictly to fund the development of Project Jupyter's open source software, documentation
and community.
</p>
</div>
<div class="col-md-12 donate-box">
<a href="http://numfocus.org"><img src="assets/numfocus_logo.png" class="img-responsive" alt="numfocus logo"></a>
<p>Our donations are managed by the NumFOCUS Foundation, which is the legal and fiscal umbrella for the project.
NumFOCUS is a 501(c)3 non-profit foundation, so if you are subject to US Tax law, your contributions will be tax-deductible.</p>
<div id="donate-formatting">
<a href="https://www.flipcause.com/widget/MjI1OQ==" class="col-md-4" id="donate-link">
<div src="assets/paypal_donate.svg" id="donate-button">
Support Project Jupyter
</div>
</a>
</div>
</div>
</div>
</div>
</section>