From bb5e3e104f92ab80a2b35c456fb62a39685ce8c9 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sat, 19 Oct 2019 23:03:38 -0500 Subject: [PATCH 1/2] WEB: Improvements to the contribute page --- web/pandas/about/{index.html => index.md} | 0 web/pandas/contribute.md | 55 ++++++++++++++++++++--- web/pandas/static/css/pandas.css | 6 +++ 3 files changed, 55 insertions(+), 6 deletions(-) rename web/pandas/about/{index.html => index.md} (100%) diff --git a/web/pandas/about/index.html b/web/pandas/about/index.md similarity index 100% rename from web/pandas/about/index.html rename to web/pandas/about/index.md diff --git a/web/pandas/contribute.md b/web/pandas/contribute.md index 825a5870bf5a0..0b294277219a9 100644 --- a/web/pandas/contribute.md +++ b/web/pandas/contribute.md @@ -1,12 +1,55 @@ # Contribute to pandas -_pandas_ is and always will be **free**. To make the development sustainable, we need _pandas_ users, corporate -or individual, to support the development by providing their time and money. +_pandas_ is and will always be **free**. To make the development sustainable, we need _pandas_ users, corporate +and individual, to support the development by providing their time and money. You can find more information about current developers in the [team page](about/team.html), and about current sponsors in the [sponsors page](about/sponsors.html). -Financial contributions will mainly be used to advance in the [pandas roadmap](about/roadmap.html). -- If your **company or organization** is interested in helping make pandas better, please contact us at [info@numfocus.org](mailto:info@numfocus.org) -- If you want to contribute to _pandas_ with your **time**, please visit the [contributing page]({{ base_url }}/docs/development/index.html) -- If you want to support _pandas_ with a **donation**, please use the [donations page](donate.html). +
+
+
+
+ + + + +

Corporate support

+

+ pandas depends on companies using the software to support its development. Hiring + people to work on pandas, or letting existing employees to contribute to the + software. Or sponsoring pandas with funds, so the project can hire people to + progress on the pandas roadmap. +

+

More information in the sponsors page

+
+
+ + + + +

Individual contributors

+

+ pandas is mostly developed by volunteers. All kind of contributions are welcome, + such as contributions to the code, to the website (including graphical designers), + to the documentation (including translators) and others. There are tasks for all + levels, including beginners. +

+

More information in the contributing page

+
+
+ + + + +

Donations

+

+ Individual donations are appreciated, and are used for things like the project + infrastructure, travel expenses for our volunteer contributors to attend + the in-person sprints, or to give small grants to develop features. +

+

Make your donation in the donate page

+
+
+
+
diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css index 0a227cf8d96c9..df7b48f6c8ab3 100644 --- a/web/pandas/static/css/pandas.css +++ b/web/pandas/static/css/pandas.css @@ -23,6 +23,12 @@ a { code { white-space: pre; } +.blue { + color: #150458; +} +.pink { + color: #e70488; +} .fab { font-size: 1.2rem; color: #666; From 08cd142b63ebda426a7883d5009b51dd97cbfabc Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 23 Oct 2019 23:37:37 -0500 Subject: [PATCH 2/2] companies and institutions --- web/pandas/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/contribute.md b/web/pandas/contribute.md index 0b294277219a9..9f4ebaf97598c 100644 --- a/web/pandas/contribute.md +++ b/web/pandas/contribute.md @@ -16,7 +16,7 @@ and about current sponsors in the [sponsors page](about/sponsors.html).

Corporate support

- pandas depends on companies using the software to support its development. Hiring + pandas depends on companies and institutions using the software to support its development. Hiring people to work on pandas, or letting existing employees to contribute to the software. Or sponsoring pandas with funds, so the project can hire people to progress on the pandas roadmap.