mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Restructure our values page
This commit is contained in:
parent
14e925e4a3
commit
cf3cbc8126
3 changed files with 55 additions and 50 deletions
|
@ -114,3 +114,15 @@ body > .content, .pusher > .content {
|
|||
.margin-0-auto {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: #f9f9f9;
|
||||
border-left: 5px solid #ccc;
|
||||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
quotes: "\201C""\201D""\2018""\2019";
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
|
||||
.markdownpage {
|
||||
#influences {
|
||||
#funding-cards {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,48 +5,6 @@ heading: Our Values
|
|||
container_class: 'text'
|
||||
---
|
||||
|
||||
## Privacy First
|
||||
|
||||
The [Charter of Fundamental Rights of the European Union](https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:12012P/TXT&from=EN) clearly states in Article 8:
|
||||
|
||||
<blockquote>
|
||||
Everyone has the right to the protection of personal data concerning him or her.
|
||||
</blockquote>
|
||||
|
||||
We believe that this has become increasingly difficult in an age where private data is being harvested in masses as described by Shoshana Zuboff with the term [surveillance capitalism](https://en.wikipedia.org/wiki/Surveillance_capitalism).
|
||||
|
||||
<blockquote>
|
||||
<p class="text-light">Surveillance capitalism in short is the growth and income focus of capitalism paired with the information gathered from huge amounts of personal data. This combination results in more and better tracking of user behavior to exploit them financially.</p>
|
||||
</blockquote>
|
||||
|
||||
Our mission at Safing is to make sure everyone can protect their digital selves without making compromises in usability or privacy. We help users take back control over their data.
|
||||
|
||||
## Open Source
|
||||
|
||||
To ensure maximum privacy for our users and to build trust we need to be transparent in every aspect. That's why we [publish all of our hard work]({{ site.github_url }}) as open source. This way you can have a look at our source code and inspect if we truly stay to our word.
|
||||
|
||||
## Ethical Funding
|
||||
|
||||
Taking money always means opening up to influences. That is why we see it as our responsibility to be thoughtful about taking investments. We do not want parties to gain influence which do not or might not stand behind our values. That is why in our current funding phase we took more personal risks instead of selling parts of our company for easy money.
|
||||
|
||||
### Transparent Funding Policy
|
||||
|
||||
For us, ethical funding also means we want to make sure that our users know who paid for the programs and services they use.
|
||||
|
||||
As a result we have adopted a transparent funding policy to openly share how we are funded. All our funding (and partnerships) will remain public!
|
||||
|
||||
### Clear Business Model
|
||||
|
||||
Instead of pushing a free product and worry about the business model later, we want to have that part figured out right from the start. So, this is how we'll do it:
|
||||
|
||||
- Portmaster is and always will be free. 'Getting people back in control of their data' is our core vision, which is why we concluded to release Portmaster for free.
|
||||
|
||||
- Gate17 is a subscription based service. Of course we need to cover our costs and pay our bills. But more importantly we want to have the funds to further engage in our mission and to extend our services. That is why we decided on the subscription model - instead of building just on donations - which we feel would be infeasible.
|
||||
|
||||
What is really important, is that we will never put profits before our vision. We will never sacrifice the privacy of our users for money.
|
||||
|
||||
If you want to support us, use Gate17! And if you want to go further, get involved in our community!
|
||||
|
||||
## Ownership
|
||||
|
||||
The company behind Safing is _Safing ICS Technologies GmbH_, a private company registered in Austria. The company is fully owned by its three founders:
|
||||
|
@ -59,7 +17,7 @@ The company behind Safing is _Safing ICS Technologies GmbH_, a private company r
|
|||
</div>
|
||||
<div class="content">
|
||||
<div class="ui small header">
|
||||
Daniel
|
||||
Daniel (40%)
|
||||
</div>
|
||||
<div class="ui list">
|
||||
<a href="https://twitter.com/dehaavi" target="\_blank">
|
||||
|
@ -87,7 +45,7 @@ The company behind Safing is _Safing ICS Technologies GmbH_, a private company r
|
|||
</div>
|
||||
<div class="content">
|
||||
<div class="ui small header">
|
||||
David
|
||||
David (30%)
|
||||
</div>
|
||||
<div class="ui list">
|
||||
<a href="https://twitter.com/davegson" target="\_blank">
|
||||
|
@ -115,7 +73,7 @@ The company behind Safing is _Safing ICS Technologies GmbH_, a private company r
|
|||
</div>
|
||||
<div class="content">
|
||||
<div class="ui small header">
|
||||
Raphty
|
||||
Raphty (30%)
|
||||
</div>
|
||||
<div class="ui list">
|
||||
<a href="https://twitter.com/Raphty101" target="\_blank">
|
||||
|
@ -140,12 +98,39 @@ The company behind Safing is _Safing ICS Technologies GmbH_, a private company r
|
|||
</div>
|
||||
</div>
|
||||
|
||||
## Influences <small class="text-lighter">updated June 2019</small>
|
||||
<div class="margin-top-40"></div>
|
||||
|
||||
This section shall inform about what influence the company is exposed to. This includes received funding, partnerships, supporters, trainings and other things.
|
||||
## Privacy First
|
||||
|
||||
<div class="margin-top-80"></div>
|
||||
<div class="ui two stackable cards" id="influences">
|
||||
The [Charter of Fundamental Rights of the European Union](https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:12012P/TXT&from=EN) clearly states in Article 8:
|
||||
|
||||
<blockquote>
|
||||
<p class="text-light">
|
||||
Everyone has the right to the protection of personal data concerning him or her.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
Privacy is *your right*, we want to do our part to make it easier for you to reclaim that right!
|
||||
|
||||
## Open Source
|
||||
|
||||
To ensure maximum privacy and transparency we need to be open in every aspect. That's why we [publish all of our hard work]({{ site.github_url }}) as open source. This way you and others can validate if we truly stay to our word. But we do not want to stop there.
|
||||
|
||||
## Ethical Funding
|
||||
|
||||
Taking money always means opening up to influences. That is why we see it as our responsibility to be thoughtful about taking investments. We do not want parties to gain influence which do not or might not stand behind our values. That is why in our current funding phase we took more personal risks instead of selling parts of our company for easy money.
|
||||
|
||||
### Transparent Funding Policy
|
||||
|
||||
For us, ethical funding also means we want to make sure that our users know who paid for the programs and services they use.
|
||||
|
||||
As a result we openly share how we are funded. All our funding (and partnerships) will remain public!
|
||||
|
||||
<h2 id="influences">Influences <small class="text-lighter">updated June 2019</small></h2>
|
||||
|
||||
<p>This section shows what influences the company is exposed to. This includes received funding, partnerships, supporters, trainings and other things.</p>
|
||||
|
||||
<div class="ui two stackable cards" id="funding-cards">
|
||||
<!-- Personal Investment card -->
|
||||
<div class="ui card">
|
||||
<div class="image">
|
||||
|
@ -240,4 +225,12 @@ This section shall inform about what influence the company is exposed to. This i
|
|||
|
||||
</div>
|
||||
|
||||
## Clear Business Model
|
||||
|
||||
Instead of pushing a free product and worry about the business model later, we wanted to have a strong foundation and have this figured out right from the start:
|
||||
|
||||
The subscribers of our Safing Privacy Network will be our main source of income. As soon as we can carry ourselves with SPN, we will further develop privacy enabling, open source tools. One such product in the pipeline is a free Application Firewall, which will block malicious outgoing connections.
|
||||
|
||||
<p>If you like what we are all about, consider supporting us by subscribing to SPN or <a href="{{ site.reddit_url }}">engaging in our community!</a>
|
||||
|
||||
<div class="margin-top-80"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue