-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
70 lines (70 loc) · 3.9 KB
/
team.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Links | Hermetechnics - Occultism in the Cloud</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script defer type="module" src="main.js"></script>
<meta property="og:title" content="Links | Hermetechnics - Occultism in the Cloud">
<meta property="og:description" content="Be part of the esoteric revolution">
<meta property="og:image" content="http://hermetechnics.life/assets/img/social-poster.jpg">
<meta property="og:url" content="http://hermetechnics.life/">
<meta name="twitter:title" content="Links | Hermetechnics - Occultism in the Cloud ">
<meta name="twitter:description" content="Be part of the esoteric revolution">
<meta name="twitter:image" content=" http://hermetechnics.life/assets/img/social-poster.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/site.webmanifest">
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<a class="site-title" href="/">🔮 Hermetechnics</a>
<nav class="site-navigation">
<ul class="list list--inline">
<li class="list__item"><a href="cartomancy.html">Cartomancy</a></li>
<li class="list__item"><a href="alchemy.html">Alchemy</a></li>
<li class="list__item"><a href="workshops.html">Talks & Workshops</a></li>
<li class="list__item"><a href="links.html">Links</a></li>
<li class="list__item"><a href="team.html"><strong>Meet the Team</strong></a></li>
</ul>
</nav>
</header>
<main class="">
<section class="section section--full-height">
<h1>👯 Meet the Team</h1>
<div class="half-n-half">
<div class="half">
<img src="assets/img/rich-guy.jpg" alt="rich guy" />
<h2>Jakub Fiala</h2>
<p>CEO</p>
<p>A serial entrepreneur, cryptobaron and an all-round bro,
Jakub built up to 7 startups - in elementary school. His ruthless commercial acumen
was proven when he managed to monetise the concept of friendship in the mid-00's.
Owns a collection of rare opinions about poor people.
</p>
</div>
<div class="half">
<img src="assets/img/hackerman.jpg" alt="matrix hacker in hood" />
<h2>Karin Valis</h2>
<p>CTO</p>
<p>A mysterious AI prodigy emerging from the dark panelaky estates beyond the Iron Curtain.
On her triple-encrypted hard drive, Karin has code which, if executed, would mangle the very fabric of the Western world.
A hardened student of the Qabalah, she wrote a faster version of Tensorflow entirely without using the letter "e".
</p>
</div>
</div>
<p class="centered"><a href="https://www.linkedin.com/company/hermetechnics-inc/jobs/">We're hiring!</a></p>
</section>
</main>
<footer><a href="privacy-policy.html">Privacy policy</a> | <a href="terms-use.html">Terms of Use</a></footer>
</body>
</html>