Skip to content

Commit 87e25fe

Browse files
datapythonistaMateusz Górski
authored and
Mateusz Górski
committed
WEB: Improvements to the contribute page (pandas-dev#29107)
1 parent 7cf8470 commit 87e25fe

File tree

2 files changed

+55
-6
lines changed

2 files changed

+55
-6
lines changed

web/pandas/contribute.md

+49-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,55 @@
11
# Contribute to pandas
22

3-
_pandas_ is and always will be **free**. To make the development sustainable, we need _pandas_ users, corporate
4-
or individual, to support the development by providing their time and money.
3+
_pandas_ is and will always be **free**. To make the development sustainable, we need _pandas_ users, corporate
4+
and individual, to support the development by providing their time and money.
55

66
You can find more information about current developers in the [team page](about/team.html),
77
and about current sponsors in the [sponsors page](about/sponsors.html).
8-
Financial contributions will mainly be used to advance in the [pandas roadmap](about/roadmap.html).
98

10-
- If your **company or organization** is interested in helping make pandas better, please contact us at [[email protected]](mailto:[email protected])
11-
- If you want to contribute to _pandas_ with your **time**, please visit the [contributing page]({{ base_url }}/docs/development/index.html)
12-
- If you want to support _pandas_ with a **donation**, please use the [donations page](donate.html).
9+
<section>
10+
<div class="container mt-5">
11+
<div class="row text-center">
12+
<div class="col-md-4">
13+
<span class="fa-stack fa-4x">
14+
<i class="fas fa-circle fa-stack-2x pink"></i>
15+
<i class="fas fa-building fa-stack-1x fa-inverse"></i>
16+
</span>
17+
<h4 class="service-heading mt-3 font-weight-bold blue">Corporate support</h4>
18+
<p class="text-muted">
19+
pandas depends on companies and institutions using the software to support its development. Hiring
20+
people to work on pandas, or letting existing employees to contribute to the
21+
software. Or sponsoring pandas with funds, so the project can hire people to
22+
progress on the <a href="about/roadmap.html">pandas roadmap</a>.
23+
</p>
24+
<p>More information in the <a href="about/sponsors.html">sponsors page</a></p>
25+
</div>
26+
<div class="col-md-4">
27+
<span class="fa-stack fa-4x">
28+
<i class="fas fa-circle fa-stack-2x pink"></i>
29+
<i class="fas fa-users fa-stack-1x fa-inverse"></i>
30+
</span>
31+
<h4 class="service-heading mt-3 font-weight-bold blue">Individual contributors</h4>
32+
<p class="text-muted">
33+
pandas is mostly developed by volunteers. All kind of contributions are welcome,
34+
such as contributions to the code, to the website (including graphical designers),
35+
to the documentation (including translators) and others. There are tasks for all
36+
levels, including beginners.
37+
</p>
38+
<p>More information in the <a href="{{ base_url }}/docs/development/index.html">contributing page</a></p>
39+
</div>
40+
<div class="col-md-4">
41+
<span class="fa-stack fa-4x">
42+
<i class="fas fa-circle fa-stack-2x pink"></i>
43+
<i class="fas fa-dollar-sign fa-stack-1x fa-inverse"></i>
44+
</span>
45+
<h4 class="service-heading mt-3 font-weight-bold blue">Donations</h4>
46+
<p class="text-muted">
47+
Individual donations are appreciated, and are used for things like the project
48+
infrastructure, travel expenses for our volunteer contributors to attend
49+
the in-person sprints, or to give small grants to develop features.
50+
</p>
51+
<p>Make your donation in the <a href="donate.html">donate page</a></p>
52+
</div>
53+
</div>
54+
</div>
55+
</section>

web/pandas/static/css/pandas.css

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ a {
2323
code {
2424
white-space: pre;
2525
}
26+
.blue {
27+
color: #150458;
28+
}
29+
.pink {
30+
color: #e70488;
31+
}
2632
.fab {
2733
font-size: 1.2rem;
2834
color: #666;

0 commit comments

Comments
 (0)