Skip to content

Commit

Permalink
Swap out all paypal donation links for OpenCollective
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Nov 17, 2024
1 parent 802790c commit f68f98b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: BlissRoms-x86
custom: "https://www.paypal.com/donate/?hosted_button_id=J5SLZ7MQNCT24"
custom: "https://opencollective.com/bliss-os/donate"
18 changes: 3 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h2>We respect your privacy.</h2>
<div class="text-left">
<h2>We volunteer our time.</h2>
<p>We are just one of many other projects under BlissLabs, a 501(c3) nonprofit, run by people that donate their free time towards the project. We do our best to bring a quality OS to your device, while working a real job on the side in most cases. Please consider showing us we're on the right track by donating using the button below.</p>
<a href="https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24" target="_blank" class="btn btn-primary shadow">Buy Us a Coffee</a>
<a href="https://opencollective.com/bliss-os/donate" target="_blank" class="btn btn-primary shadow">Buy Us a Coffee</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -510,8 +510,7 @@ <h4 class="alert-heading">Heads Up</h4>
<img src="https://opencollective.com/bliss-os/donate/[email protected]?color=white" width="260">
</a>
</div>
<button type="button" class="btn btn-warning px-3" onclick="window.open('https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24')">
<i class="fas fa-hand-holding-usd"></i> Donate with Paypal </button>

</div>
<div class="row">
<button type="button" class="btn
Expand Down Expand Up @@ -1230,18 +1229,7 @@ <h5 class="card-title">
</div>
</div>
</div>
<div class="col-sm my-3">
<div class="card sponser-card">
<div class="card-body">
<h5 class="card-title">
<i class="fab fa-paypal display-4"></i>
</h5>
<p class="card-text">A quick &amp; easy to donate, use your debit card, credit card, or PayPal Account, and you can choose a one-time payment or set up recurring payments.</p>
<a href="https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24" target="_blank" class="btn
btn-warning">Use Paypal</a>
</div>
</div>
</div>

<div class="card sponser-card main_background mb-0 pb-0">
<div class="card-body mb-0 mt-0">
<h5 class="card-title">
Expand Down
Loading

0 comments on commit f68f98b

Please sign in to comment.