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

Merge pull request from safing/fix/ahref-tweaks

Fix ahref tweaks
This commit is contained in:
David 2022-10-27 10:57:11 +00:00 committed by GitHub
commit 3982428a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -16,10 +16,10 @@
<div class="flex mx-auto w-max mt-8 space-x-8 items-center" style="align-items: center;">
<p class="block text-safing-gray-400">Seen and featured on</p>
<div class=" space-x-8 hidden lg:flex" style="align-items: center;">
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/itsfoss.png"></a>
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/privacytools.png"></a>
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/techlore.png"></a>
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/ghacks.png"></a>
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/itsfoss.png"></a>
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/privacytools.png"></a>
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/techlore.png"></a>
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/ghacks.png"></a>
</div>
</div>
</div>

View file

@ -22,7 +22,7 @@ summary: "
<h4>Old Website & Design</h4>
- <a href='https://safing.io/assets/podcast/img/old_design.png'>https://safing.io/assets/podcast/img/old_design.png</a><br/>
- <a href='https://safing.io/assets/img/archive/previous_designs/homepage_v2.png'>https://safing.io/assets/img/archive/previous_designs/homepage_v2.png</a><br/>
<h4>Participate</h4>

View file

@ -48,7 +48,7 @@ The new set of DNS Providers (sorted alphabetically) will be:
- Cloudflare
- Quad9
All of these each excel in a different combinations of wanted attributes. [Read this blog post]({{ site.blog_url }}/2020/07/07/how-safing-selects-its-default-dns-providers/) for an in-depth insight into how we select DNS providers.
All of these each excel in a different combinations of wanted attributes. [Read this blog post]({{ site.blog_url }}2020/07/07/how-safing-selects-its-default-dns-providers/) for an in-depth insight into how we select DNS providers.
For the moment, we will be using Cloudflare as our primary default (1), because - quite frankly - its unrivaled speed makes up for some performance issues we have in the Portmaster. Addressing these issues is on our roadmap, but will require lots of time and resources, which we currently lack.

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](https://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]({{ site.spn_url }}) 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

@ -18,15 +18,15 @@ redirect_from:
</p>
<div class="flex space-x-8 items-center justify-center">
<div class="space-x-8 items-center flex">
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/itsfoss.png"></a>
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/privacytools.png"></a>
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/itsfoss.png"></a>
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/privacytools.png"></a>
</div>
<div class="hidden lg:block">
{% include download_button.html unique_id="1" %}
</div>
<div class="space-x-8 items-center flex">
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/techlore.png"></a>
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/ghacks.png"></a>
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/techlore.png"></a>
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/ghacks.png"></a>
</div>
</div>
<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px;">