-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprevious.html
More file actions
59 lines (48 loc) · 2.29 KB
/
previous.html
File metadata and controls
59 lines (48 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Knowledge Pixels: Previous Team Members</title>
<link rel="stylesheet" href="assets/css/kp.css?v=1.3">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icon/favicon-16x16.png">
<link rel="manifest" href="assets/icon/site.webmanifest">
<link rel="mask-icon" href="assets/icon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#db0b5b">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<logo><img src="assets/img/knowledge-pixels-logo-rgb.svg" alt="Knowledge Pixels logo" /></logo>
<sub>building<br>the future<br>of knowledge</sub>
</header>
<section>
<buttons>
<a href="." class="button">< Back</a>
</buttons>
<h2>Previous team members</h2>
<container>
<column>
<div class="portrait">
<img src="assets/img/philipp.jpg" alt="Philipp von Essen" />
</div>
<h3>Philipp von Essen</h3>
<p>
Philipp always found the idea of machines and humans meeting halfway when they communicate fascinating.
When he learned about nanopublication, he was immediately excited by its possibilities. His drive and optimism were the initial spark for founding Knowledge Pixels.
Philipp is also passionate about organizations, how they operate and develop work cultures, how they grow and evolve, and how these processes can be fostered and guided.
He has a master’s in business administration from the University of Zurich, and brings deep expertise from his previous work in a wide variety of industries.
Among other positions, he was production coordinator at Condor Films, a team leader at a cultural center, and a management assistant at IBM.
He served as a customer service manager and most recently as the head of finance at Republik during the Swiss online magazine’s start-up phase.
At Knowledge Pixels, he focused on business development and marketing, as well as handling financial and legal matters.
</p>
<buttons>
<a href="https://www.linkedin.com/in/philipp-von-essen/" class="button" target="_blank">LinkedIn</a>
</buttons>
</column>
</container>
</section>
</body>
</html>