diff options
author | Zach van Rijn <me@zv.io> | 2021-10-12 21:05:27 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-12 21:05:27 -0500 |
commit | 38259c93210f4991724447de2fdb537a14c7ef97 (patch) | |
tree | 697643e9ad6a889f80e9f386252d1dc74c531657 | |
parent | c3d4a9d0d552623c3e86696b957b9d8c13d2a2e9 (diff) | |
download | site-ng-38259c93210f4991724447de2fdb537a14c7ef97.tar.gz site-ng-38259c93210f4991724447de2fdb537a14c7ef97.tar.bz2 site-ng-38259c93210f4991724447de2fdb537a14c7ef97.tar.xz site-ng-38259c93210f4991724447de2fdb537a14c7ef97.zip |
Add hyperlinks for SPI donation pages.
-rw-r--r-- | src/contribute/donate.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/contribute/donate.html b/src/contribute/donate.html index bb4c7e2..400615e 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -68,8 +68,16 @@ __HEADER__ </div> <p><a href="https://www.spi-inc.org/"><strong>SPI</strong></a> is a non-profit corporation founded to serve the financial needs of open-source software and hardware projects. You can <a href="https://www.spi-inc.org/donations/"><strong>read more</strong></a> about how SPI accepts donations on our behalf.<p> <br /> - <p>SPI accepts: <strong>PayPal</strong>, <strong>credit card</strong>, <strong>mailed checks</strong>, <strong>equipment</strong>, <strong>services</strong>, and more.</p> + <p>SPI accepts: + <a href="https://www.spi-inc.org/projects/adelielinux/"><strong>PayPal</strong></a>, + <a href="https://co.clickandpledge.com/advanced/default.aspx?wid=170300"><strong>credit card</strong></a>, + <a href="https://www.spi-inc.org/donations/"><strong>mailed checks</strong></a>, + <a href="https://www.spi-inc.org/donations/"><strong>equipment</strong></a>, + <a href="https://www.spi-inc.org/donations/"><strong>services</strong></a>, + and more. + </p> <a class="button button-lg button-radius button-dark margin-top-30" href="https://www.spi-inc.org/projects/adelielinux/">Donate to Adélie via SPI</a> + </div> </div> </div><!-- end row --> </div><!-- end container --> |