mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add previous progress updates to the site
This commit is contained in:
parent
bc132004e2
commit
29a5a7c90d
7 changed files with 62 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
20
_videos/2020-03-27-an-update-from-look.md
Normal file
20
_videos/2020-03-27-an-update-from-look.md
Normal 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
|
19
_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md
Normal file
19
_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md
Normal 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!
|
21
_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md
Normal file
21
_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md
Normal 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>
|
BIN
assets/img/thumbnails/video/001-an-update-from-home.png
Normal file
BIN
assets/img/thumbnails/video/001-an-update-from-home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
After Width: | Height: | Size: 416 KiB |
BIN
assets/img/thumbnails/video/003-portmaster-is-in-pre-alpha.png
Normal file
BIN
assets/img/thumbnails/video/003-portmaster-is-in-pre-alpha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
Loading…
Add table
Reference in a new issue