diff --git a/_includes/video_wrapper.html b/_includes/video_wrapper.html index b6d5217..1b3ea2f 100644 --- a/_includes/video_wrapper.html +++ b/_includes/video_wrapper.html @@ -1,2 +1,4 @@ +{% unless page.youtube_hash == null %}

Watch on YouTube or Invidious

+{% endunless %} diff --git a/_videos/2020-03-27-an-update-from-look.md b/_videos/2020-03-27-an-update-from-look.md new file mode 100644 index 0000000..588ead8 --- /dev/null +++ b/_videos/2020-03-27-an-update-from-look.md @@ -0,0 +1,20 @@ +--- +# ⚠️ ALWAYS follow this format: "#001 - Some sweet title" +# this has to be consistent for displaying only the episode number or only the title +title: "#001 - An Update from Home" +date: 2020-03-27 +video_source: https://assets.safing.io/video/progress_updates/1.mp4 +custom_thumbnail_name: 001-an-update-from-home +--- + +{% include video_wrapper.html %} + +### Description + +The last few weeks have been exceptional. Both for you and for us. But we're happy to say we're doing fine and Corona is not holding us down too much. We're in contact a lot, and we're making progress. I can't wait for the next weeks as so much of our work will finally see the light of day! + +#### Take Care + +Assuming many of you will be stuck at home nowadays: stay safe & keep your head up - I wish you all the best for your personal journeys! + +Hear you soon diff --git a/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md b/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md new file mode 100644 index 0000000..4c14afc --- /dev/null +++ b/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md @@ -0,0 +1,19 @@ +--- +# ⚠️ ALWAYS follow this format: "#001 - Some sweet title" +# this has to be consistent for displaying only the episode number or only the title +title: "#002 - The Portmaster is Almost Ready" +date: 2020-04-09 +video_source: https://assets.safing.io/video/progress_updates/2.mp4 +youtube_hash: T9bKURSlIQc +custom_thumbnail_name: 002-the-portmaster-is-almost-ready +--- + +{% include video_wrapper.html %} + +### Description + +Hey there loyal follower, + +today's Safing update is all about our current progress, the roadmap and what you can expect from the next couple of weeks. + +There are plenty of visual sneak peaks of what is to come, so enjoy! diff --git a/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md b/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md new file mode 100644 index 0000000..6c95572 --- /dev/null +++ b/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md @@ -0,0 +1,21 @@ +--- +# ⚠️ ALWAYS follow this format: "#001 - Some sweet 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!" +date: 2020-04-24 +video_source: https://assets.safing.io/video/progress_updates/3.mp4 +youtube_hash: d0RF6zUxCWw +custom_thumbnail_name: 003-portmaster-is-in-pre-alpha +--- + +{% include video_wrapper.html %} + +### Description + +these last two weeks have been very busy - yet thrilling 😄, the Portmaster is now in Pre-Alpha with both the "DNS Resolver" module as well as the "Privacy Filter". Have a wonderful weekend! + +### Links + +- Simon Sinek talk: +- Download the Portmaster Download: + diff --git a/_videos/2020-05-22-a-fresh-new-start.md b/_videos/2020-05-22-a-fresh-new-start.md new file mode 100644 index 0000000..c826651 --- /dev/null +++ b/_videos/2020-05-22-a-fresh-new-start.md @@ -0,0 +1,21 @@ +--- +# ⚠️ ALWAYS follow this format: "#001 - Some sweet title" +# this has to be consistent for displaying only the episode number or only the title +title: "#005 - A Fresh New Look" +date: 2020-05-22 +video_source: https://assets.safing.io/video/progress_updates/5.mp4 +youtube_hash: 9UZ4VARUSio +custom_thumbnail_name: 005-website-redesign +--- + +{% include video_wrapper.html %} + +### Description + +In the last few years, one of the biggest challenges has always been to explain what Safing is doing and why we're doing it. Being deep into the project ourselves, to us everything is obvious, but when you visit your website for the first time, not so much. + +We hope our newest website ups the ante and excites you as much as us! + +Which site is your favorite? Let us know! + +Have a wonderful week, hear you soon diff --git a/assets/img/thumbnails/video/001-an-update-from-home.png b/assets/img/thumbnails/video/001-an-update-from-home.png new file mode 100644 index 0000000..810d653 Binary files /dev/null and b/assets/img/thumbnails/video/001-an-update-from-home.png differ diff --git a/assets/img/thumbnails/video/002-the-portmaster-is-almost-ready.png b/assets/img/thumbnails/video/002-the-portmaster-is-almost-ready.png new file mode 100644 index 0000000..a75ae4e Binary files /dev/null and b/assets/img/thumbnails/video/002-the-portmaster-is-almost-ready.png differ diff --git a/assets/img/thumbnails/video/003-portmaster-is-in-pre-alpha.png b/assets/img/thumbnails/video/003-portmaster-is-in-pre-alpha.png new file mode 100644 index 0000000..39e99d2 Binary files /dev/null and b/assets/img/thumbnails/video/003-portmaster-is-in-pre-alpha.png differ diff --git a/assets/img/thumbnails/video/005-website-redesign.png b/assets/img/thumbnails/video/005-website-redesign.png new file mode 100644 index 0000000..b2a8656 Binary files /dev/null and b/assets/img/thumbnails/video/005-website-redesign.png differ