-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
84 lines (73 loc) · 5.31 KB
/
blog.html
File metadata and controls
84 lines (73 loc) · 5.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<title>Blog</title>
<head>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="functions.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<!-- Header -->
<div id="header"></div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">22.11.2022 - Another podcast episode</h3>
<p>This time I was invited by <strong>Jonas Basten</strong> to join the podcast <strong>FounderFlow</strong>, which focuses on the ups and downs of startup life.</p>
<p>We talked about HR in startups, how we hire and grow the team at SONAH, and what I’ve learned over the years while building and leading a company.</p>
<p>It was an awesome experience — I really loved how Jonas got me to talk about topics and share insights that were hard for me to formulate before.</p>
<p>I will embed the video via a YouTube proxy, so that your data is not tracked before you decide to watch it.</p>
<a href="https://yewtu.be/watch?v=CVIOi4drcPI" target="_blank">
<img src="https://img.youtube.com/vi/CVIOi4drcPI/0.jpg" width="640" alt="Watch the video">
</a>
<p>If the proxy version does not work, here is also the <a href="https://www.youtube.com/watch?v=CVIOi4drcPI">original YouTube link</a>.</p>
</div>
</div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">14.06.2021 - Why having a Brunch every 2 months with the whole company is our most important meeting!</h3>
<div class="w3-card-4 w3-margin-jones w3-white w3-center w3-quarter">
<a href="blog_20210604_brunch.html"><img src="/blog/20210614_brunch/davey-gravy-krsKfCC1lYw-unsplash.jpg" width="240" alt="Our office today"></a>
</div>
<p>At SONAH we have had a brunch every 2 months for more than 3 years now. It sounds just like a fun activity, but actually it is one of our most important meetings.</p>
<p>You can read all about this workshop <a href="blog_20210604_brunch.html"><b>here</b></a>.</p>
</div>
</div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">20.01.2021 - How to make your own virtual office</h3>
<div class="w3-card-4 w3-margin-jones w3-white w3-center w3-quarter">
<a href="blog_20200120_gathertown.html"><img src="/blog/20210120_gathertown/Bildschirmfoto von 2021-01-20 20-03-37.png" width="240" alt="Our office today"></a>
</div>
<p>Since the summer 2020, we have been working remotely at S O NAH and use a <b>virtual office</b>. It has made our remote working experience massively better.</p>
<p>I've summarized all there is to learn from this and you can read it <a href="blog_20200120_gathertown.html"><b>here</b></a> or download it as a PDF <a href="blog/20210120_gathertown/How to create a virtual office and why you should.pdf"><b>here</b></a>.</p>
</div>
</div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">17.11.2020 - I've been on a podcast</h3>
<p>In the early summer I was asked by a student from RWTH Aachen, Chandandeep Singh, to take part in this
podcast.</p>
<p>He is doing a podcast about people who's culture it is to build things. I think that fitted perfectly to
me and it was a lot of fun to talk about my lifestory (if you can call it that) and my professional
experiences, as well as my philosophies.</p>
<p>I was really impressed by his professionalism and how well prepared the podcast was prepared! In addition
to that I had listened to other episodes of his podcast (after I became aware that it existed) and I
must say I really liked them and was impressed by the amount of helpful information in this "amature"
podcast.</p>
<p>In this part of the podcast (I guess more are to come) it's only about my career, how it started and
where I am now.</p>
<p>I will embed this video via youtube proxy, so that your data is not tracked even before you watched the
video.</p>
<a href="https://yewtu.be/watch?v=9AcNV4Jh3UY" target="_blank">
<img src="https://img.youtube.com/vi/9AcNV4Jh3UY/0.jpg" width="640" alt="Watch the video">
</a>
<p>If this iframe should ever not work, here is also the <a
href="https://www.youtube.com/watch?v=9AcNV4Jh3UY&t=6s">"real" youtube link.</a></p>
</div>
</div>
<div id="footer"></div>
</body>
</html>