-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (38 loc) · 1.22 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>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Lustria" rel="stylesheet">
<style>
body {
width: 600px;
margin: auto;
color: #444;
margin-top: 5rem;
font-family: Lustria;
text-align: justify;
text-justify: inter-word;
}
h1, h2 {
margin: 1em 0;
}
a {
color: #444;
}
a:visited {
color: #777;
}
</style>
<head>
<body class="container">
<h1>Hi, my name is Tiago Matias.</h1>
<section>
<p>I'm a software engineer working at <a href="https://nubank.com.br/">Nubank</a>, where I spend most of my time working with awesome folks, automating the deployment of cloud infrastructure (in Clojure, no less).
<p>Previously, I worked for <a href="https://www.stone.co/">Stone Co.</a>, <a href="https://contaazul.com/">Conta Azul</a> and <a href="https://www.thomsonreuters.com/en.html">Thomson Reuters</a>.</p>
</section>
<section>
<h2>Elsewhere</h2>
<p>You can find me on <a href="https://github.com/tmatias">Github</a>, <a href="https://medium.com/@tmatias10">Medium</a> and <a href="https://linkedin.com/in/t-matias">LinkedIn</a>.</p>
</section>
</body>
</html>