Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponsor page updates #30

Merged
merged 2 commits into from Feb 16, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next
Update the sponsorship page a bit.
1. Add buttons for fast $10,$20 donations.
2. Add business information and link to the financial repo.
3. Add note about sponsorship anonymity unless otherwise requested.
4. Add quick mention of the 2018 budget/goal
  • Loading branch information
beanpole135 committed Feb 15, 2019
commit 31cf650d7e0ef9faa50b2521733a13ce1fd7c162
@@ -15,8 +15,17 @@ pre: "<i class='fa fa-gift'></i> "

---
## Become a Sponsor
While Project Trident is a minimal-activity, for-profit business in the United States, all financial information is completely open and all sponsorships/donations go toward the furtherment of the project itself.

If you wish to view our financial statements and/or expense accounts, you can find them all on the [trident-finances GitHub repository](https://github.com/project-trident/trident-finances).

2019 Budget: $25/month, $300/year
2019 Goal: $50/month, $600/year


#### Monetary sponsorship
**Note:** Unless explicitly requested, sponsor information (such as name) will not be publicly posted. Only the sponsorship amount and date will be placed into the public records.

{{< donate >}}

#### Effort-based sponsorship
@@ -1,4 +1,19 @@
<div class="align-row">
<div>
<a href="https://paypal.me/ProjectTrident/5" target="_blank" class="btn btn-default">
<i class="fa fa-paypal"> Fast $5</i>
</a>
<a href="https://paypal.me/ProjectTrident/10" target="_blank" class="btn btn-default">
<i class="fa fa-paypal"> Fast $10</i>
</a>
<a href="https://paypal.me/ProjectTrident/20" target="_blank" class="btn btn-default">
<i class="fa fa-paypal"> Fast $20</i>
</a>
</div>
</div>
<br>
<div class="align-row">
<p>Recurring Donations:</p>
<div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick">
@@ -7,9 +22,5 @@
<img alt="" border="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div>
<a href="https://paypal.me/ProjectTrident/5" target="_blank" class="btn btn-default">
<i class="fa fa-paypal"> Fast $5</i>
</a>
</div>

</div>