-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
WEB: Restructuring pages and navigation, styling and new footer #28582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Sponsors | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is currently no mention of Tidelift? (here or on the donate or contribute pages) (the current website has a very brief one: "You can support pandas by becoming a Tidelift subscriber." on the donate page |
||
## NumFOCUS | ||
|
||
 | ||
|
||
_pandas_ is a Sponsored Project of [NumFOCUS](https://numfocus.org/), a 501(c)(3) nonprofit charity in the United States. | ||
NumFOCUS provides _pandas_ with fiscal, legal, and administrative support to help ensure the | ||
health and sustainability of the project. Visit numfocus.org for more information. | ||
|
||
Donations to _pandas_ are managed by NumFOCUS. For donors in the United States, your gift is tax-deductible | ||
to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation. | ||
|
||
## Tidelift | ||
|
||
_pandas_ is part of the [Tidelift subscription](https://tidelift.com/subscription/pkg/pypi-pandas?utm_source=pypi-pandas&utm_medium=referral&utm_campaign=readme). | ||
You can support pandas by becoming a Tidelift subscriber. | ||
|
||
## Institutional partners | ||
|
||
Institutional Partners are companies and universities that support the project by employing contributors. | ||
Current Institutional Partners include: | ||
|
||
<ul> | ||
{% for company in partners.active if company.employs %} | ||
<li><a href="{{ company.url }}">{{ company.name }}</a> ({{ company.employs }})</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
## In-kind sponsors | ||
|
||
- [OVH](https://us.ovhcloud.com/): Hosting | ||
- [Indeed](https://opensource.indeedeng.io/): Logo and website design | ||
|
||
## Past institutional partners | ||
|
||
<ul> | ||
{% for company in partners.past %} | ||
<li><a href="{{ company.url }}">{{ company.name }}</a></li> | ||
{% endfor %} | ||
</ul> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,59 +4,60 @@ main: | |
ignore: | ||
- _templates/layout.html | ||
- config.yml | ||
- blog.html # blog will be added at a later stage | ||
- try.md # the binder page will be added later | ||
github_repo_url: pandas-dev/pandas | ||
context_preprocessors: | ||
- pandas_web.Preprocessors.navbar_add_info | ||
# - pandas_web.Preprocessors.blog_add_posts | ||
- pandas_web.Preprocessors.blog_add_posts | ||
- pandas_web.Preprocessors.maintainers_add_info | ||
- pandas_web.Preprocessors.home_add_releases | ||
markdown_extensions: | ||
- toc | ||
- tables | ||
- fenced_code | ||
static: | ||
logo: # path to the logo when it's in the repo | ||
logo: # /static/img/pandas.svg | ||
css: | ||
- /static/css/pandas.css | ||
navbar: | ||
- name: "Install" | ||
target: /install.html | ||
- name: "About us" | ||
target: | ||
- name: "About pandas" | ||
target: /about/index.html | ||
- name: "Project roadmap" | ||
target: /about/roadmap.html | ||
- name: "Team" | ||
target: /about/team.html | ||
- name: "Sponsors" | ||
target: /about/sponsors.html | ||
- name: "Citing and logo" | ||
target: /about/citing.html | ||
- name: "Getting started" | ||
target: /getting_started.html | ||
- name: "Documentation" | ||
target: | ||
- name: "Getting started" | ||
target: /docs/getting_started/index.html | ||
- name: "User guide" | ||
target: /docs/user_guide/index.html | ||
- name: "API reference" | ||
target: /docs/reference/index.html | ||
- name: "Contributing to pandas" | ||
target: /docs/development/index.html | ||
- name: "Release notes" | ||
target: /docs/whatsnew/index.html | ||
- name: "Older versions" | ||
target: https://pandas.pydata.org/pandas-docs/version/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this link does not work |
||
- name: "Community" | ||
target: | ||
- name: "About pandas" | ||
target: /community/about.html | ||
- name: "Project roadmap" | ||
target: /community/roadmap.html | ||
- name: "Ecosystem" | ||
target: /community/ecosystem.html | ||
- name: "Blog" | ||
target: /community/blog.html | ||
- name: "Ask a question (StackOverflow)" | ||
target: https://stackoverflow.com/questions/tagged/pandas | ||
- name: "Discuss (mailing list)" | ||
target: https://groups.google.com/forum/#!forum/pydata | ||
- name: "Team" | ||
target: /community/team.html | ||
- name: "Code of Conduct" | ||
- name: "Discuss" | ||
target: https://pandas.discourse.group | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe wait until some decision is taken? (since this website is not yet officially live, also fine to keep) |
||
- name: "Code of conduct" | ||
target: /community/coc.html | ||
- name: "Citing pandas" | ||
target: /community/citing.html | ||
# - name: "Blog" | ||
# target: /blog.html | ||
- name: "Donate" | ||
target: /donate.html | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want to keep some direct link in the menu to this page? (now it is only linked to from other pages) |
||
- name: "Ecosystem" | ||
target: /community/ecosystem.html | ||
- name: "Contribute" | ||
target: /contribute.html | ||
blog: | ||
num_posts: 8 | ||
feed: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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. | ||
|
||
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 [[email protected]](mailto:[email protected]) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just wondering: is this the best way to contact us? (we don't have that somewhere written now I think? But for sure we also don't have our "own" email address for pandas) |
||
- 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). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
# Donate to pandas | ||
|
||
_pandas_ is and always will be **free**. To make de development sustainable, we need _pandas_ users, corporate | ||
or individual, to support the development by providing their time and money. | ||
|
||
You can find more information about current developers and supporters in the [team page](community/team.html). | ||
Financial contributions will mainly be used to advance in the [pandas roadmap](community/roadmap.html). | ||
|
||
- If your **company or organization** is interested in helping make pandas better, please contact us at [[email protected]](mailto:[email protected]) | ||
- 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 form below: | ||
|
||
|
||
<div id="salsalabs-donate-container"> | ||
</div> | ||
<script type="text/javascript" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that loading stylesheets and JS should go at the bottom of the page, to not slow down the loading of the page content. Is that accurate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed fontawesome instructions, I don't know if there is a reason to have it in the header, or it doesn't matter, but it's where they ask to add it.
Not an expert, but I'd say browsers load those asynchronously. I assumed that they were placed at the end to have the dom loaded when the code is executed. But my knowledge about web is outdated 10 years, so don't really know.
Thanks for catching the broken link, just fixed them.