diff options
author | Zach van Rijn <me@zv.io> | 2021-07-15 08:46:48 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-15 08:46:48 -0500 |
commit | c45c8e2e3362dfb5817e2d6ed985fedf6671f79d (patch) | |
tree | 7931743fd9e8fed67adc94260e711dbce78c089b /src | |
parent | c4a03ac2e900965f2aa38775183cb17826f6c33c (diff) | |
download | site-ng-c45c8e2e3362dfb5817e2d6ed985fedf6671f79d.tar.gz site-ng-c45c8e2e3362dfb5817e2d6ed985fedf6671f79d.tar.bz2 site-ng-c45c8e2e3362dfb5817e2d6ed985fedf6671f79d.tar.xz site-ng-c45c8e2e3362dfb5817e2d6ed985fedf6671f79d.zip |
Fix typo on donations page.
Diffstat (limited to 'src')
-rw-r--r-- | src/contribute/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contribute/donate.html b/src/contribute/donate.html index ef8621d..057470d 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -63,7 +63,7 @@ __HEADER__ <div class="divider-width-40px margin-bottom-20"> <hr class="bg-black-09"> </div> - <p><a href="https://www.spi-inc.org/"><strong>SPI</strong></a> is a non-profit corporation founded to serve the financial needs to 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> + <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> <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> |