diff --git a/donate.php b/donate.php index 24c7931..e2e4436 100644 --- a/donate.php +++ b/donate.php @@ -1,5 +1,5 @@ The Trinity project needs your support!

While Trinity is free software, making it is not free.
- Developing and maintaining Trinity takes an enormous amount of effort, and relies heavily on both a fast + Developing and maintaining Trinity takes an enormous amount of effort, and relies heavily on both a fast Internet connection and large, power-hungry computers for the build farm and Web services.

- If you can, please help to both assist the Trinity development team and pay for the various resources in - use by donating here: -

-
-
- Via PayPal - - - -
-
-

-

- Via BitCoin - Donate 50mBTC to TDE!
- Pay to: 1H1RMzujpGC9wZPSjZ6hWqz4BxQ5dzhHti
- Suggestion: 0.05 BTC
- Message: Trinity Desktop Environment Donation -
-

- Every little bit helps and is much appreciated! + If you can, please help to both assist the Trinity development team and pay for the various resources in + use by donating here:

+"; + echo " Donation Received"; + echo " Thank you for your donation to the Trinity Desktop project!
 
Your funding will help to create an even better TDE experience into the future."; + echo " "; + } + else if ($donation_aborted == true) { + echo "
"; + echo " Donation Cancelled"; + echo " We're sorry you changed your mind.
 
However, if you love TDE there are other ways to get involved and help the project!
Check out our Get Involved page for more ideas."; + echo "
"; + } + else { + echo "
"; + echo " Via PayPal"; + echo "
"; + echo " "; + echo " "; + echo " "; + echo " \"\""; + echo "
"; + echo "
"; + echo " "; + echo "

"; + echo "

"; + echo " Via BitCoin"; + echo " Donate 50mBTC to TDE!
"; + echo " Pay to: 1H1RMzujpGC9wZPSjZ6hWqz4BxQ5dzhHti
"; + echo " Suggestion: 0.05 BTC
"; + echo " Message: Trinity Desktop Environment Donation"; + echo "
"; + echo "

"; + echo " Every little bit helps and is much appreciated!"; + echo "

"; + } +?> +