mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Merge pull request #151 from safing/feature/techlore-review-video
Add Techlore Review video to our homepage
This commit is contained in:
commit
de947cf8be
15 changed files with 57 additions and 9 deletions
|
@ -52,7 +52,7 @@ github_url: https://github.com/safing
|
||||||
docs_install_linux_url: https://docs.safing.io/portmaster/install/linux
|
docs_install_linux_url: https://docs.safing.io/portmaster/install/linux
|
||||||
docs_install_windows_url: https://docs.safing.io/portmaster/install/windows
|
docs_install_windows_url: https://docs.safing.io/portmaster/install/windows
|
||||||
docs_code_of_conduct_url: https://docs.safing.io/community/code-of-conduct
|
docs_code_of_conduct_url: https://docs.safing.io/community/code-of-conduct
|
||||||
invidious_channel_url: https://invidio.us/channel/UC_6TW053IlS4M22g7CxnukA
|
invidious_channel_url: https://invidious.snopyta.org/channel/UC_6TW053IlS4M22g7CxnukA
|
||||||
kickstarter_url: https://www.kickstarter.com/projects/safingio/spn
|
kickstarter_url: https://www.kickstarter.com/projects/safingio/spn
|
||||||
reddit_url: https://reddit.com/r/safing
|
reddit_url: https://reddit.com/r/safing
|
||||||
twitter_url: https://twitter.com/SafingIO
|
twitter_url: https://twitter.com/SafingIO
|
||||||
|
|
|
@ -19,8 +19,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ video.date | date: "%-d. %b %Y" }}
|
{{ video.date | date: "%-d. %b %Y" }}
|
||||||
</span>
|
</span>
|
||||||
{% assign title_length = video.title | size %}
|
{% if video.progress_update %}
|
||||||
<p>{{ video.title | slice: 7, title_length }} - #{{ video.title | slice: 2, 2 }}</p>
|
{% assign title_length = video.title | size %}
|
||||||
|
<p>{{ video.title | slice: 7, title_length }} - #{{ video.title | slice: 2, 2 }}</p>
|
||||||
|
{% else %}
|
||||||
|
<p>{{ video.title }}</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls></video>
|
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls></video>
|
||||||
{% unless page.youtube_hash == null %}
|
{% unless page.youtube_hash == null %}
|
||||||
<p class="text-center">or watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidio.us/{{ page.youtube_hash }}">Invidious</a></p>
|
<p class="text-center">or watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidious.snopyta.org/{{ page.youtube_hash }}">Invidious</a></p>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
|
@ -4,9 +4,13 @@ container_class: "podcast pt-40 lg:pt-64"
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
{% assign title_length = page.title | size %}
|
{% if page.progress_update %}
|
||||||
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">#{{ page.title | slice: 2, 2 }}</span>
|
{% assign title_length = page.title | size %}
|
||||||
<h1 style="padding-top: 1.5em;"">{{ page.title | slice: 7, title_length }}</h1>
|
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">#{{ page.title | slice: 2, 2 }}</span>
|
||||||
|
<h1 style="padding-top: 1.5em;">{{ page.title | slice: 7, title_length }}</h1>
|
||||||
|
{% else %}
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
{% endif %}
|
||||||
<p class="opacity-55">{{ page.date | date: "%B %-d, %Y" }}</p>
|
<p class="opacity-55">{{ page.date | date: "%B %-d, %Y" }}</p>
|
||||||
<div class="flex mx-auto justify-center pt-5">
|
<div class="flex mx-auto justify-center pt-5">
|
||||||
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||||
|
|
|
@ -27,7 +27,7 @@ summary: "
|
||||||
|
|
||||||
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
|
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
|
||||||
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
|
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
|
||||||
- <a href='https://invidio.us/watch?v=loG5_UhgqK4'>David's Talk with The Hated One about hidden data practices in his former industry</a><br/>
|
- <a href='https://invidious.snopyta.org/watch?v=loG5_UhgqK4'>David's Talk with The Hated One about hidden data practices in his former industry</a><br/>
|
||||||
- <a href='https://duckduckgo.com/bang'>DuckDuckGo bangs</a><br/>
|
- <a href='https://duckduckgo.com/bang'>DuckDuckGo bangs</a><br/>
|
||||||
"
|
"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -25,7 +25,7 @@ summary: "
|
||||||
|
|
||||||
<h4>Links</h4>
|
<h4>Links</h4>
|
||||||
|
|
||||||
- <a href='https://invidio.us/watch?v=WyG2mXGj1yo'>Video of Daniels Presentation</a><br/>
|
- <a href='https://invidious.snopyta.org/watch?v=WyG2mXGj1yo'>Video of Daniels Presentation</a><br/>
|
||||||
- <a href='https://twitter.com/viennagouser/status/1189244481700335616/photo/1'>Picture of him in the Yellow T-Shirt ;)</a><br/>
|
- <a href='https://twitter.com/viennagouser/status/1189244481700335616/photo/1'>Picture of him in the Yellow T-Shirt ;)</a><br/>
|
||||||
- <a href='https://safing.io/'>Safing Homepage</a><br/>
|
- <a href='https://safing.io/'>Safing Homepage</a><br/>
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#001 - An Update from Home"
|
title: "#001 - An Update from Home"
|
||||||
date: 2020-03-27
|
date: 2020-03-27
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/1.mp4
|
video_source: https://assets.safing.io/video/progress_updates/1.mp4
|
||||||
custom_thumbnail_name: 001-an-update-from-home
|
custom_thumbnail_name: 001-an-update-from-home
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#002 - The Portmaster is Almost Ready"
|
title: "#002 - The Portmaster is Almost Ready"
|
||||||
date: 2020-04-09
|
date: 2020-04-09
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/2.mp4
|
video_source: https://assets.safing.io/video/progress_updates/2.mp4
|
||||||
youtube_hash: T9bKURSlIQc
|
youtube_hash: T9bKURSlIQc
|
||||||
custom_thumbnail_name: 002-the-portmaster-is-almost-ready
|
custom_thumbnail_name: 002-the-portmaster-is-almost-ready
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#003 - The Portmaster is Out in Pre-Alpha!"
|
title: "#003 - The Portmaster is Out in Pre-Alpha!"
|
||||||
date: 2020-04-24
|
date: 2020-04-24
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/3.mp4
|
video_source: https://assets.safing.io/video/progress_updates/3.mp4
|
||||||
youtube_hash: d0RF6zUxCWw
|
youtube_hash: d0RF6zUxCWw
|
||||||
custom_thumbnail_name: 003-portmaster-is-in-pre-alpha
|
custom_thumbnail_name: 003-portmaster-is-in-pre-alpha
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#004 - The Account Server is up and running"
|
title: "#004 - The Account Server is up and running"
|
||||||
date: 2020-05-08
|
date: 2020-05-08
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/4.mp4
|
video_source: https://assets.safing.io/video/progress_updates/4.mp4
|
||||||
youtube_hash: vZSZUipikh8
|
youtube_hash: vZSZUipikh8
|
||||||
custom_thumbnail_name: 004-account-server-is-running
|
custom_thumbnail_name: 004-account-server-is-running
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#005 - A Fresh New Look"
|
title: "#005 - A Fresh New Look"
|
||||||
date: 2020-05-22
|
date: 2020-05-22
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/5.mp4
|
video_source: https://assets.safing.io/video/progress_updates/5.mp4
|
||||||
youtube_hash: 9UZ4VARUSio
|
youtube_hash: 9UZ4VARUSio
|
||||||
custom_thumbnail_name: 005-website-redesign
|
custom_thumbnail_name: 005-website-redesign
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#006 - Default DNS Changes & NO MORE Deadlines"
|
title: "#006 - Default DNS Changes & NO MORE Deadlines"
|
||||||
date: 2020-07-10
|
date: 2020-07-10
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/6.mp4
|
video_source: https://assets.safing.io/video/progress_updates/6.mp4
|
||||||
youtube_hash: F7mbWnRU2qk
|
youtube_hash: F7mbWnRU2qk
|
||||||
custom_thumbnail_name: 006-into-the-back-office
|
custom_thumbnail_name: 006-into-the-back-office
|
||||||
|
|
|
@ -6,6 +6,7 @@ layout: video
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#007 - SPN And \"Next Page\" Roll Out"
|
title: "#007 - SPN And \"Next Page\" Roll Out"
|
||||||
date: 2020-08-14
|
date: 2020-08-14
|
||||||
|
progress_update: true
|
||||||
video_source: https://assets.safing.io/video/progress_updates/7.mp4
|
video_source: https://assets.safing.io/video/progress_updates/7.mp4
|
||||||
youtube_hash: 45K5UjblT6k
|
youtube_hash: 45K5UjblT6k
|
||||||
custom_thumbnail_name: 007-spn-and-next-page
|
custom_thumbnail_name: 007-spn-and-next-page
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
|
title: "Techlore Reviews Portmaster & Safing"
|
||||||
|
date: 2021-05-27
|
||||||
|
video_source: https://assets.safing.io/video/reviews/2021_05_techlore_720p.mp4
|
||||||
|
youtube_hash: E8cTRhGtmcM
|
||||||
|
custom_thumbnail_name: techlore-safing-review
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include video_wrapper.html %}
|
||||||
|
|
||||||
|
### Description from YouTube
|
||||||
|
|
||||||
|
Safing is helping people fight surveillance with their FOSS (open source) tools! The portmaster blocks unwanted network activity, a DNS resolver for DNS over TLS, and the SPN - an alternative to VPNs & Tor all come together for absolute control over what your devices are doing.
|
||||||
|
|
||||||
|
- Safing Website: <https://safing.io/>
|
||||||
|
- Safing AMA: <https://www.reddit.com/r/privacytools>
|
||||||
|
|
||||||
|
00:00 Explaining Malicious Network Traffic
|
||||||
|
02:58 The Portmaster
|
||||||
|
06:24 The SPN
|
||||||
|
07:50 More about Safing & Final Words
|
||||||
|
|
||||||
|
Thanks to the Techlore team for this review - we are happy you liked it! Working hard in order to progress into the next stages.
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
- Techlore's YouTube channel: <https://www.youtube.com/c/Techlore/>
|
||||||
|
- Techlore Website: <https://techlore.tech>
|
BIN
assets/img/thumbnails/video/techlore-safing-review.png
Normal file
BIN
assets/img/thumbnails/video/techlore-safing-review.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
Loading…
Add table
Reference in a new issue