mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
98 lines
4 KiB
HTML
98 lines
4 KiB
HTML
---
|
||
title: About Safing
|
||
layout: page
|
||
redirect_from:
|
||
- /our-values/
|
||
- /community-hub/
|
||
---
|
||
|
||
<section class="space-y-52">
|
||
<div class="showcase-container mt-32">
|
||
<div class="showcase-left">
|
||
<h2 class="showcase-left-title">
|
||
Monitor All Network Activity
|
||
</h2>
|
||
<p class="showcase-left-desc">
|
||
Without privacy there is no freedom of press, no freedom of speech,
|
||
not even freedom of thought.
|
||
</p>
|
||
<a class="btn-secondary" href="{{ site.team_url }}">View Team Overview</a>
|
||
</div>
|
||
<div class="showcase-right" style="max-width: 1050px;">
|
||
<img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
|
||
</div>
|
||
</div>
|
||
<div class="feature-container">
|
||
<div class="feature-left">
|
||
<h2 class="feature-left-title">
|
||
Engage the problem at
|
||
<span>The Core</span>
|
||
</h2>
|
||
<p class="feature-left-desc">
|
||
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.
|
||
</p>
|
||
</div>
|
||
<div class="feature-right">
|
||
<div class="feature-right-content">
|
||
<i class="icon-shield feature-right-content-icon"></i>
|
||
<span class="feature-right-content-title">Open Source</span>
|
||
<p class="feature-right-content-desc">
|
||
Secure software can only emerge when many smart people
|
||
review and contribute to the code base.
|
||
</p>
|
||
</div>
|
||
<div class="feature-right-content">
|
||
<i class="icon-heart feature-right-content-icon"></i>
|
||
<span class="feature-right-content-title">Open Source</span>
|
||
<p class="feature-right-content-desc">
|
||
Secure software can only emerge when many smart people
|
||
review and contribute to the code base.
|
||
</p>
|
||
</div>
|
||
<div class="feature-right-content">
|
||
<i class="icon-users feature-right-content-icon"></i>
|
||
<span class="feature-right-content-title">Open Source</span>
|
||
<p class="feature-right-content-desc">
|
||
Secure software can only emerge when many smart people
|
||
review and contribute to the code base.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="showcase-container-reverse">
|
||
<div class="showcase-left">
|
||
<h2 class="showcase-left-title">
|
||
Block Trackers System-Wide
|
||
</h2>
|
||
<p class="showcase-left-desc">
|
||
Protect your whole computer, not just your browser. Block all
|
||
advertisements and trackers for every application. Easily add
|
||
your own rules and block individual domains.
|
||
</p>
|
||
<a class="btn-secondary" href="{{ site.business_model_url }}">Look At The Cycle</a>
|
||
</div>
|
||
<div class="showcase-right" style="max-width: 850px;">
|
||
<img src="{{ site.img_url }}page-specific/business-model/reinvest-earnings-into-privacy.png" alt="">
|
||
</div>
|
||
</div>
|
||
<div class="showcase-container ">
|
||
<div class="showcase-left">
|
||
<h2 class="showcase-left-title">
|
||
Set Global & per‑App Settings
|
||
</h2>
|
||
<p class="showcase-left-desc">
|
||
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.
|
||
</p>
|
||
<a class="btn-secondary" href="{{ site.ownership_url }}">Explore our influences</a>
|
||
</div>
|
||
<div class="showcase-right" style="max-width: 850px;">
|
||
<img src="{{ site.img_url }}page-specific/about/safing-hand.gif" alt="">
|
||
</div>
|
||
</div>
|
||
</section>
|