-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 3.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
</head>
<body>
<div>
<div>
<main style="color: #232129; padding: 64px; font-family: -apple-system, Roboto, sans-serif, serif;">
<title>Thomas Bonnin - Software engineer</title>
<h1 style="margin-top: 0; margin-bottom: 48px;">
Hello, my name is <span style="color: #00ad9f;">Thomas Bonnin</span><br />
I live in Jersey City and I enjoy solving problems.
</h1>
<ul style="list-style: none; margin-bottom: 48px; padding-left: 0; font-size: 1.2em;">
<li style="font-weight: 400; margin-bottom: 18px;">
I write <span style="color: #888; font-weight: bold;">code</span> for a living. Currently at<!-- -->
<a style="color: #333;" href="https://www.nango.dev">Nango</a>, previously at<!-- -->
<a style="color: #333;" href="https://www.netlify.com">Netlify/Gatsby</a>,
<a style="color: #333;" href="https://www.tamedia.ch">Tamedia</a> and<!-- -->
<a style="color: #333;" href="https://www.theguardian.com">The Guardian</a>.
</li>
<li style="font-weight: 400; margin-bottom: 18px;">
I made iOS <span style="color: #888; font-weight: bold;">apps</span> at<!-- -->
<a style="color: #333;" href="https://www.etsy.com">Etsy</a> and<!-- -->
<a style="color: #333;" href="https://livestream.com">Livestream</a>.
</li>
<li style="font-weight: 400; margin-bottom: 18px;">I like <span style="color: #888; font-weight: bold;">clean</span> and <span style="color: #888; font-weight: bold;">simple things</span>.</li>
<li style="font-weight: 400; margin-bottom: 18px;">I like to <span style="color: #888; font-weight: bold;">learn</span>, everyday, about everything.</li>
<li style="font-weight: 400; margin-bottom: 18px;">I like to <span style="color: #888; font-weight: bold;">run</span>.</li>
<li style="font-weight: 400; margin-bottom: 18px;">I can't resist <span style="color: #888; font-weight: bold;">dark chocolate</span>.</li>
<li style="font-weight: 400; margin-bottom: 18px;">I like <span style="color: #888; font-weight: bold;">chess</span> and <span style="color: #888; font-weight: bold;">the mountains</span>.</li>
</ul>
<div style="font-size: 1.1em; color: 444;">
Want to get in touch? Check my<!-- -->
<a rel="me" href="https://www.github.com/tbonnin/">Github</a>,
<a rel="me" href="https://www.linkedin.com/in/thomasbonnin/">LinkedIn</a>, or send me an
<a rel="me" href="mailto:[email protected]">email</a>.
</div>
</main>
</div>
</div>
</body>
</html>