mirror of
https://github.com/safing/web
synced 2025-04-12 06:59:10 +00:00
98 lines
4.3 KiB
HTML
98 lines
4.3 KiB
HTML
---
|
||
layout: page
|
||
title: Safing - Love Freedom
|
||
---
|
||
|
||
{% include header.html %}
|
||
|
||
<section class="general-layout">
|
||
<div class="showcase-container-reverse">
|
||
<div class="showcase-left" style="max-width: 1050px;">
|
||
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
||
</div>
|
||
<div class="showcase-right">
|
||
<div class="alert-tiny w-max pr-6 bg-safing-blue-600 ml-0 md:mx-auto">
|
||
<i class="icon-info text-md"></i>
|
||
<span>Alpha Software: Portmaster is in active development</span>
|
||
</div>
|
||
<h2 class="showcase-right-title" style="max-width: 350px;">
|
||
Monitor All Network Activity
|
||
</h2>
|
||
<p class="showcase-right-desc">
|
||
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.
|
||
</p>
|
||
<a class="btn-secondary" href="{{ site.portmaster_url }}">Discover the portmaster</a>
|
||
</div>
|
||
</div>
|
||
<div class="showcase-container">
|
||
<div class="showcase-left" style="max-width: 850px;">
|
||
<img src="{{ site.img_url }}page-specific/portmaster/block-trackers-system-wide.png" alt="">
|
||
</div>
|
||
<div class="showcase-right">
|
||
<div class="alert-tiny w-max pr-6 bg-safing-blue-600 ml-0 md:mx-auto">
|
||
<i class="icon-info text-md"></i>
|
||
<span>Alpha Software: Portmaster is in active development</span>
|
||
</div>
|
||
<h2 class="showcase-right-title" style="max-width: 350px;">
|
||
Block Trackers System-Wide
|
||
</h2>
|
||
<p class="showcase-right-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.portmaster_url }}">Discover the portmaster</a>
|
||
</div>
|
||
</div>
|
||
<div class="showcase-container-reverse">
|
||
<div class="showcase-left" style="max-width: 850px;">
|
||
<img src="{{ site.img_url }}page-specific/portmaster/set-global-and-per-app-configuration.png" alt="">
|
||
</div>
|
||
<div class="showcase-right">
|
||
<div class="alert-tiny w-max pr-6 bg-safing-blue-600 ml-0 md:mx-auto">
|
||
<i class="icon-info text-md"></i>
|
||
<span>Alpha Software: Portmaster is in active development</span>
|
||
</div>
|
||
<h2 class="showcase-right-title" style="max-width: 350px;">
|
||
Set Global & per‑App Settings
|
||
</h2>
|
||
<p class="showcase-right-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.portmaster_url }}">Discover the portmaster</a>
|
||
</div>
|
||
</div>
|
||
<div class="blogpod-container">
|
||
<div class="blogpod-container-top">
|
||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||
<h2 class="blogpod-container-top-title">
|
||
Blog, Podcast & Videos
|
||
</h2>
|
||
</div>
|
||
<div class="blogpod-container-bottom">
|
||
{% assign all_publications = site.publications | sort: "date" | reverse %}
|
||
{% for publication in all_publications limit: 6 %}
|
||
{% if publication.category == "blog" %}
|
||
{% assign post = publication %}
|
||
{% include thumbnail_blog.html pre_header="BLOG" %}
|
||
{% elsif publication.category == "video" %}
|
||
{% assign video = publication %}
|
||
{% include thumbnail_video.html pre_header="VIDEO" %}
|
||
{% elsif publication.category == "podcast" %}
|
||
{% assign episode = publication %}
|
||
{% include thumbnail_podcast.html pre_header="PODCAST" %}
|
||
{% endif %}
|
||
{% endfor %}
|
||
</div>
|
||
<div class="col-container-center pt-20 w-full md:w-max text-center md:text-left">
|
||
<a class="btn-secondary" href="{{ site.blog_url }}">Blogs</a>
|
||
<a class="btn-secondary" href="{{ site.podcast_url }}">Podcast</a>
|
||
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
|
||
</div>
|
||
</div>
|
||
</section>
|