gpccaor-draft/content/sections/donate.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2021-11-11 21:34:06 -08:00
+++
weight = 50
title = "Donate"
link_text = "Donate"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++
The GPCCA has successfully secured grants and will secure more for equipment, repairs and improvements to the Community Center and other projects. The expenses that grants don't cover are the reoccurring expenses (electric, heating oil, insurance). It is for these expenses we ask the community for donations.
* Heating Fuel Oil ~$1000 for the season
* Building Insurance $100/month
* Event Liability Insurance $120/month
Covers all events at the Community Center or sponsored by the GPCCA
* Electricity ~$100/month
* Water and Sewer are donated by the City!
You can donate by mailing a check (see address below), making a deposit at the Bank of Eastern Orgeon, or clicking our online donate button below (debit or credit cards, visa/mc or paypal accepted).
Any donation no matter how small is appreciated.
2021-11-11 21:34:06 -08:00
<div id="donate-button-container">
<div id="donate-button"></div>
<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script>
<script>
PayPal.Donation.Button({
env:'production',
hosted_button_id:'PRXNJ574R7QUA',
image: {
src:'https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif',
alt:'Donate with PayPal button',
title:'PayPal - The safer, easier way to pay online!',
}
}).render('#donate-button');
</script>
</div>