mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Merge pull request #27 from safing/feature/podcast-007
Feature/podcast 007
This commit is contained in:
commit
15c32b6d76
3 changed files with 39 additions and 1 deletions
38
_podcasts/2019-10-25-progress-update-ii-company-culture.md
Normal file
38
_podcasts/2019-10-25-progress-update-ii-company-culture.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
title: "#007 - Progress Update II - Company Culture"
|
||||
keywords: privacy business culture
|
||||
date: 2019-10-25
|
||||
tags:
|
||||
- privacy
|
||||
- business
|
||||
- culture
|
||||
podcast_link: /assets/podcast/007-progress-update-ii-company-culture.mp3
|
||||
podcast_file_size: 33.4 MB
|
||||
podcast_duration: "34:47"
|
||||
# actually byte size
|
||||
podcast_length: 33388169
|
||||
summary: "
|
||||
<p>Today Raphty and David having a look at Raphtys areas of responsibility. How did the recent grant, which enabled us to hire two new employees imact the company? And what have been the big challenges as a result? Raphty talks about a lot of the ground work he has to tackle in regards to company culture: writing down policies & guidelines, getting people all on the same page, deciding between moving to a new office to improve the work environment or rather be keep the burn rate low. Thanks for listening!</p>
|
||||
|
||||
<h4>Links</h4>
|
||||
|
||||
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
|
||||
- <a href='https://safing.io/'>Safing Homepage</a><br/>
|
||||
|
||||
<h4>Raphtys Handles</h4>
|
||||
|
||||
- https://twitter.com/Raphty101/<br/>
|
||||
- https://old.reddit.com/u/Raphty101<br/>
|
||||
|
||||
<h4>Davids Handles</h4>
|
||||
|
||||
- https://twitter.com/davegson/<br/>
|
||||
- https://github.com/davegson/<br/>
|
||||
- https://old.reddit.com/u/davegson/<br/>
|
||||
"
|
||||
hosts:
|
||||
- davegson
|
||||
- raphty
|
||||
---
|
||||
|
||||
{% include audio.html %}
|
BIN
assets/podcast/007-progress-update-ii-company-culture.mp3
Normal file
BIN
assets/podcast/007-progress-update-ii-company-culture.mp3
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@ layout: podcast
|
|||
|
||||
|
||||
<div class="ui divided items">
|
||||
{% for episode in site.podcasts %}
|
||||
{% for episode in site.podcasts reversed %}
|
||||
<div class="item">
|
||||
<div class="middle aligned content">
|
||||
<a href="{{ episode.url }}">{{ episode.title }}</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue