-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (103 loc) · 3.38 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html>
<head>
<title>Kevin Kleine</title>
<meta name="author" content="Kevin Kleine" />
<meta
name="description"
content="Head of R&D at Dutch & Dutch, Founder of ProductBuilder"
/>
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/static/style.css" rel="stylesheet" type="text/css" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/static/images/favicon-16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/static/images/favicon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/static/images/favicon-96.png"
/>
<script>
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga",
);
ga("create", "UG-SVXSWPJHJ", "auto");
ga("send", "pageview");
</script>
</head>
<body>
<iframe src="https://projects.kevinkleine.com/genft/"></iframe>
<script type="text/javascript">
const ifr = document.getElementsByTagName('iframe')[0];
setInterval(() => { ifr.src = ifr.src; }, 5000);
</script>
<div class="content-container">
<div style="">
<section class="intro">
<h1>Kevin Kleine</h1>
<ul class="main">
<li>Learning how to simulate human behavior.</li>
<li>
Co-founder/director @
<a href="https://dutchdutch.com">Dutch & Dutch</a>,
<a href="https://productbuilder.nl">ProductBuilder</a>.
</li>
<li>
Formally trained in
<a
href="https://www.tudelft.nl/onderwijs/opleidingen/masters/life-science-technology/msc-life-science-technology"
>Life Sciences / Mathematical Biology</a
>.
</li>
<li>
I enjoy being in nature, meeting interesting people, philosphy,
learning about the human brain/mind, computer programming,
abstract
<a href="https://www.instagram.com/run.the.program/">painting</a
>(s), listening to and making
<a href="https://soundcloud.com/viese-beats">music</a>.
</li>
</ul>
</section>
<ul class="footer">
<li><strong>Contact me:</strong></li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<!-- <li><a href="https://mastodon.online/@kevinkleine">@kevinkleine</a></li> -->
<!-- <li><a href="http://www.twitter.com/kevinkleine">@kevinkleine</a></li> -->
<!-- <li><a href="https://www.github.com/kevinkleine">github.com/kevinkleine</a></li> -->
</ul>
<p class="copyright">Last updated March 6, 2023.</p>
<!-- <p class="painting-tip">Click to refresh</p> -->
</div>
</div>
</body>
</html>