-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.51 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
<!DOCTYPE html>
<html lang=en>
<head>
<title>Jakob Buis</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jakob Buis personal website">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>
<img src="/images/logo.png" width="48" heigth="48" alt="">
Jakob Buis
</h1>
<h2>Contact</h2>
<p>
<strong>Phone</strong> <a href="tel:+31681130415">+31 6 811 30 415</a><br>
<strong>Email</strong> <a href="mailto:[email protected]">[email protected]</a><br>
<strong>Social media</strong> <a href="https://twitter.com/@jakobbuis">Twitter</a>,
<a href="https://www.linkedin.com/in/jakobbuis">LinkedIn</a> and
<a href="https://mastodon.sdf.org/@jakobbuis" rel="me">Mastodon</a>.
</p>
<h2>Quick facts</h2>
<ul>
<li>I work as a freelance interim engineering director, <a href="/work.html">helping sofware teams scale, or
get back on
track</a>. I might be able to help you too.</li>
<li><del>I have a cat</del> I'm allowed to take care of a cat. He's called <a
href="/images/happy.jpg">Happy</a>.
</li>
<li>I like Argentine tango (not active), <a href="https://lichess.org/@/jakobbuis">chess</a>, watches and
classic cars. My dream car is a <a href="/images/triumph.jpg">Triumph
Spitfire Mark IV</a> in British Racing Green.</li>
</ul>
</body>
</html>