mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add first Podcast
This commit is contained in:
parent
feae8d5f52
commit
9998303561
3 changed files with 31 additions and 0 deletions
3
_includes/audio.html
Normal file
3
_includes/audio.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<audio preload="none" style="width: 100%;" controls="controls">
|
||||
<source type="audio/mp3" src="{{ site.url }}{{ page.podcast_link }}" />
|
||||
</audio>
|
28
_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md
Normal file
28
_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: "#001 - How to fund a privacy oriented start up"
|
||||
guid: safing_podcast_001
|
||||
keywords: funding privacy startup
|
||||
date: 2019-09-13
|
||||
tags:
|
||||
- startup
|
||||
- funding
|
||||
- privacy
|
||||
image: /assets/img/podcast/cover.png
|
||||
podcast_link: /assets/mp3/001 - How to fund a privacy oriented start up.mp3
|
||||
podcast_file_size: 33.3 MB
|
||||
podcast_duration: "34:42"
|
||||
# actually byte size
|
||||
podcast_length: 33317116
|
||||
summary: "In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for."
|
||||
hosts:
|
||||
- davegson
|
||||
- raphty
|
||||
---
|
||||
|
||||
{% include audio.html %}
|
||||
|
||||
## Links
|
||||
|
||||
* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership)
|
||||
* [Eero being bought by Amazon](https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced)
|
||||
* [Participate in our community](https://old.reddit.com/r/safing)
|
BIN
assets/mp3/001 - How to fund a privacy oriented start up.mp3
Normal file
BIN
assets/mp3/001 - How to fund a privacy oriented start up.mp3
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue