Merge pull request #74 from safing/feature/progress-update-#5

Feature/progress update #5
This commit is contained in:
Dave Gson 2020-05-22 14:27:59 +00:00 committed by GitHub
commit 483cf28966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 83 additions and 0 deletions

View file

@ -1,2 +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 %}
<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> <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>

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: "#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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB