forked from cameronoelsen/jupyter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
47 lines (44 loc) · 2.11 KB
/
donate.html
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
42
43
44
45
---
layout: default
title: Donate
navbar_gray: true
---
<section>
<div class="header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2>Donate to Project Jupyter</h2>
<p>With your help, Project Jupyter can continue to build great open source software.</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="section-white top-section-border">
<div class="container">
<div class="architecturedescription col-md-12">
<img src="assets/donations-icon2.svg" class="section-icon" alt="donations icon">
<h3 class="section-header">Donations</h3>
<p id="support-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 orange-button" id="donate-link">
<div src="assets/paypal_donate.svg">
Support Project Jupyter
</div>
</a>
</div>
</div>
</div>
</div>
</section>