diff --git a/_config.yml b/_config.yml index 40f7b70..558fc41 100644 --- a/_config.yml +++ b/_config.yml @@ -27,6 +27,7 @@ esa_bic_url: /esa-bic/ help_url: /support/ newsletter_url: /newsletter/ ownership_url: /ownership/ +business_model_url: /business-model/ podcast_url: /podcast/ portmaster_url: /portmaster/ privacy_url: /privacy/ @@ -36,12 +37,10 @@ team_url: /team/ terms_url: /terms/ video_url: /video/ whitepaper_url: /files/whitepaper/Gate17.pdf - vpn_comparison_url: /blog/2020/01/22/how-the-spn-compares-to-vpns/ tor_comparison_url: /blog/2020/01/22/how-the-spn-compares-to-tor/ ### external - account_server_url: https://account.safing.io/ assets_server_url: https://assets.safing.io/ company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761 @@ -55,6 +54,7 @@ kickstarter_url: https://www.kickstarter.com/projects/safingio/spn reddit_url: https://reddit.com/r/safing twitter_url: https://twitter.com/SafingIO youtube_channel_url: https://www.youtube.com/channel/UC_6TW053IlS4M22g7CxnukA +docs_url: https://docs.safing.io/ ### donations donations: diff --git a/_data/faq.yml b/_data/faq.yml index c8660a8..2a1d09d 100644 --- a/_data/faq.yml +++ b/_data/faq.yml @@ -38,8 +38,14 @@ spn: - q: Is there a free trial version for people interested in the SPN? a: No. Providing the network costs us money, so we charge accordingly. However, the privacy filter and DNS Resolver, which add a great value to your privacy, are and will remain free to use. portmaster: + - q: How do you make money? What is the catch? + a: Our business model is Freemium. First, provide local privacy for free, forever. Second, let happy users support us by paying for a powerful VPN alternative. Third, reinvest earnings into making all our products better. + link: + text: Find out more about the VPN alternative. + url: https://safing.io/spn/ - q: Since the Portmaster can block ads and trackers, do I still need an ad-blocker for my browser? a: Yes, we highly recommend to continue using adblockers, such as uBlock Origin, uMatrix, or similar. They give you more fine grained control over domains. iE you can allow certain domains to allow css files & images while blocking cookies & javascripts. The Portmaster cannot make this distinction. - q: What platforms do you support? a: Currently we support Windows and Linux. Mac and Mobile are planned, but are further down the road. + # ## The Portmaster can block ads and trackers. Do I still need a ad-blocking web extension? diff --git a/_includes/footer.html b/_includes/footer.html index dc2b3b7..54b757d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -33,9 +33,6 @@
  • Ownership
  • -
  • - What's Next? -
  • Get Help
  • @@ -49,6 +46,9 @@
    -
    +

    - © 2020 Safing ICS Technologies GmbH + © {{ site.time | date: '%Y' }} Safing ICS Technologies GmbH

    • @@ -152,5 +155,8 @@
    +

    + Companies mentioned are by way of example and are an opinion only, not based on fact. +

    diff --git a/_includes/header.html b/_includes/header.html index 6f56166..02fbb7c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,12 +22,12 @@

    Without privacy there is no freedom of press, no freedom of speech, - not even freedom of thought. Take back your freedom. + not even freedom of thought.

    - +
    diff --git a/_includes/nav.html b/_includes/nav.html index ef0c378..bf5b262 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -28,13 +28,13 @@
  • - - SPN + + Docs
  • - - Pricing + + Source Code
  • diff --git a/_sass/_global.scss b/_sass/_global.scss index 4fb2b6f..a900171 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -442,6 +442,18 @@ input:checked { animation: tooltips-vert 300ms ease-out forwards; } +.notification { + position: relative; + opacity: 0; + animation: notification 0.5s forwards ease-in; + animation-delay: 0.1s; +} + +@keyframes notification { + 100% { + opacity: 1; + } +} // This is a hacky way to solve this problem. // I could not find away in tailwind to set a max of cols and to allow diff --git a/about/index.html b/about/index.html index 2ce38b3..aa83442 100644 --- a/about/index.html +++ b/about/index.html @@ -40,27 +40,66 @@ redirect_from:
  • -
    -
    -
    -
    -
    - Get to know some of us. +
    +
    +
    +
    +
    +
    +

    Engage the problem at The Core

    +

    + The Internet is one of the most beautiful things there is. But every connection has the potential to betray you, leaking personal information you never wanted to share. That's where we intercept. +

    +
    - -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - +
    +
      +
    • +
      + + + + + + +
      +
      +
      Open Source
      +

      + Secure software can only emerge when many smart people review and contribute to the code base. +

      +
      +
    • +
    • +
      + + + +
      +
      +
      Transparency
      +

      + The trust to handle your sensitive data can only grow by being open about our company. In every aspect. +

      +
      +
    • +
    • +
      + + + + + +
      +
      +
      Our Quest
      +

      + We chase freedom so our societies can flourish. Giving control back to the people is way overdue. +

      +
      +
    • +
    diff --git a/assets/img/icons/info.svg b/assets/img/icons/info.svg new file mode 100644 index 0000000..57f545a --- /dev/null +++ b/assets/img/icons/info.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/assets/img/page-specific/portmaster/Set-global-and-per-app-configureation.png b/assets/img/page-specific/portmaster/Set-global-and-per-app-configureation.png new file mode 100644 index 0000000..bbb724f Binary files /dev/null and b/assets/img/page-specific/portmaster/Set-global-and-per-app-configureation.png differ diff --git a/assets/img/page-specific/portmaster/block-trackers-system-wide.png b/assets/img/page-specific/portmaster/block-trackers-system-wide.png new file mode 100644 index 0000000..3c3a662 Binary files /dev/null and b/assets/img/page-specific/portmaster/block-trackers-system-wide.png differ diff --git a/assets/img/page-specific/portmaster/configure-settings-for-different-networks.png b/assets/img/page-specific/portmaster/configure-settings-for-different-networks.png new file mode 100644 index 0000000..3d3b249 Binary files /dev/null and b/assets/img/page-specific/portmaster/configure-settings-for-different-networks.png differ diff --git a/assets/img/page-specific/portmaster/enforce-dns-over-tls.png b/assets/img/page-specific/portmaster/enforce-dns-over-tls.png new file mode 100644 index 0000000..e03de3c Binary files /dev/null and b/assets/img/page-specific/portmaster/enforce-dns-over-tls.png differ diff --git a/assets/img/page-specific/portmaster/explore-the-docs-and-source-code.png b/assets/img/page-specific/portmaster/explore-the-docs-and-source-code.png new file mode 100644 index 0000000..2f03472 Binary files /dev/null and b/assets/img/page-specific/portmaster/explore-the-docs-and-source-code.png differ diff --git a/assets/img/page-specific/portmaster/full-interface.png b/assets/img/page-specific/portmaster/full-interface.png new file mode 100644 index 0000000..df34118 Binary files /dev/null and b/assets/img/page-specific/portmaster/full-interface.png differ diff --git a/assets/img/page-specific/portmaster/manually-allow-ord-block-connections.png b/assets/img/page-specific/portmaster/manually-allow-ord-block-connections.png new file mode 100644 index 0000000..b00f7b4 Binary files /dev/null and b/assets/img/page-specific/portmaster/manually-allow-ord-block-connections.png differ diff --git a/assets/img/page-specific/portmaster/monitor-network-activity.png b/assets/img/page-specific/portmaster/monitor-network-activity.png new file mode 100644 index 0000000..8e013e1 Binary files /dev/null and b/assets/img/page-specific/portmaster/monitor-network-activity.png differ diff --git a/index.html b/index.html index 3fab5b9..d82277a 100644 --- a/index.html +++ b/index.html @@ -5,121 +5,87 @@ title: Safing - Love Freedom {% include header.html %} -
    -
    -
    -
    -
    -
    -

    Engage the problem at The Core

    -

    - The Internet is one of the most beautiful things there is. But every connection has the potential to betray you, leaking personal information you never wanted to share. That's where we intercept. -

    -
    +
    + +
    +
    +
    +
    + + Alpha Software: Portmaster is in active development
    -
    -
      -
    • -
      - - - - - - -
      -
      -
      Open Source
      -

      - Secure software can only emerge when many smart people review and contribute to the code base. -

      -
      -
    • -
    • -
      - - - -
      -
      -
      Transparency
      -

      - The trust to handle your sensitive data can only grow by being open about our company. In every aspect. -

      -
      -
    • -
    • -
      - - - - - -
      -
      -
      Our Quest
      -

      - We chase freedom so our societies can flourish. Giving control back to the people is way overdue. -

      -
      -
    • -
    +

    + Monitor All Network Activity +

    +

    + Discover everything that is happening on your computer. Expose every connection your applications make and detect evil ones. Finally get the power to act accordingly. +

    +
    +
    + +
    -
    -
    -
    -
    -
    -
    - + +
    +
    +
    +
    + + Alpha Software: Portmaster is in active development
    -
    - 01 -

    Powerful VPN Alternative

    -

    - Free yourself from mass surveillance. Secure all your meta-data by decoupling yourself from your destination, inspired by Tor. Protect your whole computer, not only your browser. -

    - -
    -
    +
    + +
    -
    -
    -
    -
    - + +
    +
    +
    +
    + + Alpha Software: Portmaster is in active development
    -
    - 02 -

    All-Round System Privacy

    -

    - Enforce DNS-over-TLS and block connections on a system wide level. Protect your whole computer, not only your browser. Free to use. -

    - +

    + Set Global & per‑App Settings +

    +

    + Make your own rules. Completely cut off applications from the Internet. Or block all p2p connections except for certain apps. Or never connect to specific countries. The Portmaster has you covered. +

    +
    +
    + +
    @@ -179,4 +145,4 @@ title: Safing - Love Freedom
    -
    + \ No newline at end of file diff --git a/ownership/index.html b/ownership/index.html index 8af36f4..85c1e0a 100644 --- a/ownership/index.html +++ b/ownership/index.html @@ -47,7 +47,8 @@ redirect_from: We are thankful for all the partnerships & possibilities that are emerging from our R&D heavy years in which we are exploring new privacy frontiers.

    - Slowly but surely we are migrating into our dream scenario where we only have to rely on the support and trust of our users. Help us get there by using and purchasing our privacy software. + Slowly but surely we are migrating into our dream scenario where we only have to rely on the support and trust of our users. Help us get there by using the Portmaster and later down the road, purchasing the SPN. +

    diff --git a/portmaster/index.html b/portmaster/index.html index ece64ff..ee89097 100644 --- a/portmaster/index.html +++ b/portmaster/index.html @@ -6,30 +6,34 @@ redirect_from: - /download/ --- +
    +
    + + Portmaster is Alpha Software - expect hickups here and there +
    +
    - -
    -
    -

    - A Bundle of Privacy Features -

    -

    - At its core, the Portmaster sits on your kernel and simply intercepts all your network connections. You decide which privacy features you want to enable or disable as you desire. -

    -
    -
    -
    -
    -
    - -
    -
    -

    - Block Trackers System‑Wide -

    -

    - Since the Portmaster sits on your kernel, you can finally protect your whole computer, not just your browser. Do you want to block Ads and Analytics for your whole operating system? Or whole countries? The Portmaster has you covered. -

    -

    - Your kernel is a cricital part of your computer, so be encouraged to validate our claims. -

    - -
    -