Add previous progress updates to the site

This commit is contained in:
davegson 2020-05-22 16:20:40 +02:00
parent bc132004e2
commit 29a5a7c90d
7 changed files with 62 additions and 0 deletions

View file

@ -1,2 +1,4 @@
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls></video>
{% unless page.youtube_hash == null %}
<p class="text-center">Watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidio.us/{{ page.youtube_hash }}">Invidious</a></p>
{% endunless %}

View file

@ -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

View file

@ -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!

View file

@ -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: <https://youtu.be/qp0HIF3SfI4>
- Download the Portmaster Download:
<https://github.com/Safing/portmaster/#portmaster>

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB