mirror of
https://github.com/safing/web
synced 2025-04-23 20:39:09 +00:00
Add support page v0.1 - rough draft
This commit is contained in:
parent
a0f7eb2cea
commit
8e30f5037f
2 changed files with 49 additions and 1 deletions
|
@ -164,7 +164,7 @@ This section shall inform about what influence the company is exposed to. This i
|
|||
<div class="extra content">
|
||||
<i class="green money icon"></i>invested over <b>200.000€</b> in value
|
||||
<div class="margin-top-10"></div>
|
||||
<i class="blue clock icon"></i>You can support us by <a href="/donate/" style="color: #0078ff;"><b>donating.</b></a>
|
||||
<i class="blue clock icon"></i>You can support us by <a href="/support/" style="color: #0078ff;"><b>donating.</b></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
48
support/index.md
Normal file
48
support/index.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: page_markdown
|
||||
title: Support Us
|
||||
heading: Support Us
|
||||
container_class: 'text'
|
||||
---
|
||||
|
||||
<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">
|
||||
<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">
|
||||
<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>
|
Loading…
Add table
Reference in a new issue