1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-16 17:09:09 +00:00

Merge pull request from safing/fix/broken-images

Fix broken images and links
This commit is contained in:
Dave Gson 2022-02-24 11:51:15 +01:00 committed by GitHub
commit f1a4b9fc39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 22 deletions

View file

@ -1,7 +1,7 @@
<header class="header-one-container mb-64">
<div class="header-one-left">
<span style="margin-top: -8rem; margin-left: 14rem; z-index: -1;" class="absolute">
<img src="{{ site.img_url }}/shapes/circle-md-2.png" alt="">
<img src="{{ site.img_url }}shapes/circle-md-2.png" alt="">
</span>
<h1 class="header-one-left-title">
<span class="text-safing-blue-500">Fight surveillance</span>
@ -18,6 +18,6 @@
<img class="max-w-2xl" src="{{ site.img_url }}freedom.gif" alt="">
</div>
<span style="z-index: -1;" class="-bottom-12 left-0 absolute hidden xl:block">
<img src="{{ site.img_url }}/shapes/corner-bl.png" alt="">
<img src="{{ site.img_url }}shapes/corner-bl.png" alt="">
</span>
</header>

View file

@ -7,5 +7,5 @@
<div class="absolute mx-auto right-0 left-0 rounded-md flex items-center overflow-hidden" style="max-width: 950px; height: inherit;">
<img class="absolute right-0 bottom-0 hidden lg:block max-w-5xl lg:max-w-full" style="margin-right: -28.8rem; margin-bottom: -14.1rem;" src="{{ site.img_url }}page-specific/portmaster/full-interface.png" alt="">
</div>
<img class="hidden lg:block absolute -right-8 -bottom-8" style="z-index: 1;" src="{{ site.img_url }}/shapes/circle-md-2.png" alt="">
<img class="hidden lg:block absolute -right-8 -bottom-8" style="z-index: 1;" src="{{ site.img_url }}shapes/circle-md-2.png" alt="">
</a>

View file

@ -24,9 +24,6 @@
{% endif %}
{{ episode.date | date: "%-d. %b %Y" }}
</span>
<div class="circular-profile" tooltip="{{ post.author | capitalize }}">
<img src="{{ site.img_url }}profiles/{{ post.author | downcase }}.png" alt="{{ post.author | capitalize }}">
</div>
</div>
{% assign title_length = episode.title | size %}
<span>{{ episode.title | slice: 7, title_length }} - #{{ episode.title | slice: 2, 2 }}</span>

View file

@ -1,13 +1,13 @@
<a class="card-blog" href="{{ video.url }}">
<div class="card-blog-thumbnail">
{% if video.custom_thumbnail_name == null %}.
<img
<img
src="{{ site.img_url }}thumbnails/video/placeholder.png"
style="max-width: 365px; max-height: 223px;"
style="max-width: 365px; max-height: 223px;"
>
{% else %}
<img
<img
src="{{ site.img_url }}thumbnails/video/{{ video.custom_thumbnail_name }}.png"
style="max-width: 365px; max-height: 223px;"
>
@ -24,9 +24,6 @@
{% endif %}
{{ video.date | date: "%-d. %b %Y" }}
</span>
<div class="circular-profile" tooltip="{{ post.author | capitalize }}">
<img src="{{ site.img_url }}profiles/{{ post.author | downcase }}.png" alt="{{ post.author | capitalize }}">
</div>
</div>
{% if video.progress_update %}
{% assign title_length = video.title | size %}

View file

@ -14,7 +14,7 @@ We are delighted to be in a position where we are able to share our resources, a
### What is PrivacyTools?
[PrivacyTools](https://privacytools.io) is an endeavor which strives to inform, educate and empower privacy-minded people to withstand today's mass surveillance. Their thriving community members do not only help each other out, but also equip and aid all newcomers into the field. The team's openness in all their decision making, criteria and finances continues to validate their gained trust across the privacy scene. If you are able [to spare time](https://www.privacytools.io/index.html#participate) or [money](https://www.privacytools.io/donate/), we encourage you to support them too!
[PrivacyTools](https://privacytools.io) is an endeavor which strives to inform, educate and empower privacy-minded people to withstand today's mass surveillance. Their thriving community members do not only help each other out, but also equip and aid all newcomers into the field. The team's openness in all their decision making, criteria and finances continues to validate their gained trust across the privacy scene. If you are able [to spare time](https://www.privacytools.io/) or [money](https://www.privacytools.io/donate/), we encourage you to support them too!
### Their Work Impacted Us Personally

View file

@ -51,7 +51,7 @@ For generic growth, there is no way around listening to your audience, being hon
Oh yeah, there is a way around this too. Instead of putting in the work, just buy yourself into the game: With todays ad industry, you can simply spend hundreds of thousands of dollars to buy people's attention and hopefully convert enough of them into customers.
The catch with this however is that you normally have to turn to venture capital, which focuses more on the investor's profit than your customers. There's [this vicious cycle going on](https://forum.privacytools.io/t/what-privacy-services-have-been-sold-or-taken-on-major-investors-we-should-find-out/1834/9) that, ultimately, forces so many companies to sell out on their customers. Avoid this at all cost.
The catch with this however is that you normally have to turn to venture capital, which focuses more on the investor's profit than your customers. There's [this vicious cycle going on](https://web.archive.org/web/20210913181902/https://forum.privacytools.io/t/what-privacy-services-have-been-sold-or-taken-on-major-investors-we-should-find-out/1834) that, ultimately, forces so many companies to sell out on their customers. Avoid this at all cost.
#### Conclusion

View file

@ -53,7 +53,7 @@ cards:
- type: p
text: While tackling the installer for the second Linux distribution Arch, Patrick pointed out the opt-in security of their service files. Without defining restrictions, an app like the Portmaster gets root access, so when a malicious actor takes over the Portmaster it would give him the tools to take over the whole system. As a result we defined strict rules so the Portmaster only gets read access for most of the system.
- type: a
href: https://github.com/safing/portmaster-packaging/blob/master/linux/debian/portmaster.service
href: https://github.com/safing/portmaster-packaging/blob/master/linux/portmaster.service
text: Look at the service config
- title: Funding Proposals
description:

View file

@ -16,7 +16,7 @@ Yes, as of today, all customers get access to the [SPN]({{ site.spn_url }}). Whe
### To Celebrate, All Customers Can Use the SPN For Free in December + January
This is an exciting moment for all of us. To celebrate and to say thanks, all customers can [use the SPN for free](http://account.safing.io/spn-reaches-alpha) throughout December 2021 and January 2022. Every paying person, new or old, gets automatic access.
This is an exciting moment for all of us. To celebrate and to say thanks, all customers can [use the SPN for free](https://account.safing.io/spn-reaches-alpha) throughout December 2021 and January 2022. Every paying person, new or old, gets automatic access.
Of course the free SPN access will not charge for your paid subscription. Only after the free period you will decide when to start your paid subscription.

View file

@ -8,7 +8,7 @@ title: Safing - Love Freedom
<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="">
<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">
@ -28,7 +28,7 @@ title: Safing - Love Freedom
</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="">
<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">
@ -48,7 +48,7 @@ title: Safing - Love Freedom
</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-configureation.png" alt="">
<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">

View file

@ -83,7 +83,7 @@ redirect_from:
</div>
<div class="showcase-container-reverse">
<div class="showcase-left" style="max-width: 850px;">
<img src="{{ site.img_url }}/page-specific/portmaster/block-trackers-system-wide.png" alt="">
<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">
@ -163,7 +163,7 @@ redirect_from:
</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-configureation.png" alt="">
<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">