mirror of
https://github.com/safing/web
synced 2025-04-23 20:39:09 +00:00
116 lines
5.6 KiB
HTML
116 lines
5.6 KiB
HTML
---
|
||
layout: page
|
||
title: Safing - Love Freedom
|
||
---
|
||
|
||
{% include header.html %}
|
||
|
||
<section class="general-layout">
|
||
<div class="showcase-one-container-reverse">
|
||
<div class="showcase-one-left" style="max-width: 1050px;">
|
||
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
||
</div>
|
||
<div class="showcase-one-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-one-right-title" style="max-width: 350px;">
|
||
Monitor All Network Activity
|
||
</h2>
|
||
<p class="showcase-one-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 }}#features">Discover More features</a>
|
||
</div>
|
||
</div>
|
||
<div class="showcase-one-container">
|
||
<div class="showcase-one-left" style="max-width: 850px;">
|
||
<img src="{{ site.img_url }}page-specific/portmaster/block-trackers-system-wide.png" alt="">
|
||
</div>
|
||
<div class="showcase-one-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-one-right-title" style="max-width: 350px;">
|
||
Block Trackers System-Wide
|
||
</h2>
|
||
<p class="showcase-one-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 }}#features">Discover More features</a>
|
||
</div>
|
||
</div>
|
||
<div class="showcase-one-container-reverse">
|
||
<div class="showcase-one-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-one-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-one-right-title" style="max-width: 350px;">
|
||
Set Global & per‑App Settings
|
||
</h2>
|
||
<p class="showcase-one-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 }}#features">Discover More features</a>
|
||
</div>
|
||
</div>
|
||
<div class="download-container" id="download">
|
||
<h2 class="download-container-title" id="downloads">
|
||
Download
|
||
</h2>
|
||
<div class="alert-primary max-w-3xl mx-auto">
|
||
<i class="icon-twitter text-xs"></i>
|
||
<span>Portmaster is Alpha Software, treat as such; expect bugs here and there. Early Adopters welcome.</span>
|
||
</div>
|
||
<div class="col-container-center w-full md:w-max text-center md:text-left">
|
||
<a class="btn-secondary" href="{{ site.download_windows_url }}"><i class="icon-windows text-md mr-2"></i>Windows 10 + 11</a>
|
||
<a class="btn-secondary" href="{{ site.docs_install_linux_url }}#installers"><i class="icon-ubuntu text-md mr-2"></i>Ubuntu</a>
|
||
<a class="btn-secondary" href="{{ site.docs_install_linux_url }}#installers"><i class="icon-fedora text-md mr-2"></i>Fedora</a>
|
||
<a disabled class="btn"><i class="icon-mac text-md mr-2"></i>Macos (Not supported)</a>
|
||
</div>
|
||
<p class="download-container-extra">
|
||
View guide and status for <a class="link-primary" href="{{ site.docs_install_windows_url }}">Windows 7, 8</a> or <a class="link-primary" href="{{ site.docs_install_linux_url }}">other Linux 2.4+ distributions</a>. View installer <a class="link-primary" href="{{ site.github_url }}/checksums/">checksums</a>.
|
||
</p>
|
||
</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>
|