Skip to content

Commit

Permalink
Replace Salsa with OpenCollective link (#580)
Browse files Browse the repository at this point in the history
* Update theme
* Use open-collective link instead
  • Loading branch information
tupui committed May 22, 2024
1 parent db9fafb commit f03b803
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
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.

0 comments on commit f03b803

Please sign in to comment.