mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Merge pull request #104 from safing/feature/remove-donation-page
Remove donation page
This commit is contained in:
commit
b71492cfd9
2 changed files with 2 additions and 47 deletions
|
@ -1,47 +0,0 @@
|
|||
---
|
||||
layout: page_container
|
||||
title: Support Us
|
||||
heading: Support Us
|
||||
---
|
||||
|
||||
<div class="ui basic segment">
|
||||
<p>
|
||||
Together we make sure that you and many other can take back the control over their Data.
|
||||
And enjoy easy online privacy.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your donation will help us continue to develop Portmaster as free and open source software. It is only through your support that we are able to continue developing new technologies that effectively protect you that are fit for today’s internet landscape.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="ui placeholder segment" style="min-height: 16rem !important;">
|
||||
<div class="ui center aligned grid">
|
||||
<div class="middle aligned row">
|
||||
<div class="column">
|
||||
<div class="ui second header">
|
||||
<a href="{{ site.donations.paypal.url }}" class="ui safing-primary button" target="blank">
|
||||
<i class="paypal icon"></i>
|
||||
Donate via Paypal
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui horizontal divider">OR</div>
|
||||
<div class="middle aligned row">
|
||||
<div class="column">
|
||||
<div class="ui second header">
|
||||
<a href="{{ site.donations.bitcoin.url }}" class="ui safing-primary button" target="blank">
|
||||
<i class="bitcoin icon"></i>
|
||||
Donate via Bitcoin
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui center aligned basic segment">
|
||||
<div class="ui second header">
|
||||
Thank you for your support!
|
||||
</div>
|
||||
</div>
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Safing Ownership
|
||||
layout: page
|
||||
redirect_from:
|
||||
- /donate/
|
||||
---
|
||||
|
||||
<section class="mt-20 md:mt-40">
|
||||
|
|
Loading…
Add table
Reference in a new issue