Skip to content
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

Replace Salsa with OpenCollective link #580

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and served using [Hugo](https://gohugo.io).

## Build

After installing Hugo, build locally:
After installing Hugo and Dart Sass, build locally:

```
git submodule update --init
Expand All @@ -30,8 +30,7 @@ It needs a
with `read:org` permissions. The token has to be exported as `GH_TOKEN`.

```
export GH_TOKEN=xxxxxxxxxx
make teams
GH_TOKEN=xxxxxxxxxx make teams
```

## Analytics
Expand Down
13 changes: 3 additions & 10 deletions content/en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,13 @@ making a donation to the project commensurate with your resources. Any
amount helps!

Donations are managed by the [NumFOCUS](https://numfocus.org)
foundation, which passes 90% of your contribution to the SciPy project,
foundation, which passes your contribution to the SciPy project,
and provides the SciPy development team with basic administrative and
legal services for the other 10%. NumFOCUS is a 501(c)3 non-profit
legal services. NumFOCUS is a 501(c)3 non-profit
foundation, so if you are subject to the US Tax law, your contributions
are tax-deductible.

<div style="display: block; float:center;">
<a href="https://numfocus.salsalabs.org/donate-to-scipy" target="_blank"
style="background:#1e87f0;padding:10px;margin:10px 0px;
text-decoration:none;font-size:12pt;color:#ffffff;
font-family:Arial,Helvetica,sans-serif;display:inline-block;">
Donate to SciPy
</a>
</div>
{{<opencollective>}}

## Acknowledgements

Expand Down
14 changes: 14 additions & 0 deletions layouts/shortcodes/opencollective.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div class="opencollective">
<a
href="https://opencollective.com/scipy#category-CONTRIBUTE"
target="_blank"
>
<img src="/images/logos/opencollective.png" width="300" />
</a>
</div>

<style>
.opencollective {
padding-top: 0.5rem;
}
</style>
Binary file added static/images/logos/opencollective.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading