-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (75 loc) · 3.35 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Manuel Aristarán — Software Engineer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap" rel="stylesheet">
<style type="text/css">
html {
height: 100%;
}
body {
background-color: white;
display: flex;
justify-content: center;
align-items: center;
min-height: 100%;
color: black;
overflow: hidden;
}
main {
text-align: center;
}
p {
text-align: left;
font-family: 'Fira Mono', monospace;
}
:link { color: #0000EE; }
:visited { color: #0000EE; }
h1 {
font-family: 'Lora', sans-serif;
font-size: 4em;
font-weight: bold;
margin: 0;
}
h2 {
font-size: 1em;
font-weight: regular;
margin: 0;
background-color: black;
padding: 5px;
font-family: 'Inconsolata', monospace;
}
ul {
padding: 0;
display: flex;
justify-content: space-between;
list-style-type: none;
}
ul li {
transition: all .2s ease-in-out;
}
ul li:hover {
transform: scale(1.8);
}
ul li a {
color: white;
}
</style>
</head>
<body class="h-card">
<p>
My name is <b class="p-name">Manuel Aristarán</b>, and I'm a software engineer with more than 20 years of industry experience. I also play instruments, and sometimes I make videos that I post to <a href="https://www.instagram.com/aristamanu/" target="_blank" rel="noopener" class="u-url">Instagram</a> and <a href="https://www.youtube.com/user/jazzido" target="_blank" rel="noopener" class="u-url">YouTube</a>.
My open source projects are hosted in my <a href="https://github.com/jazzido" target="_blank" rel="noopener" class="u-url">GitHub profile</a>. Ocasionally I drop by <a href="https://stackoverflow.com/users/3302955/manuel-aristar%c3%a1n" target="_blank" rel="noopener" class="u-url">Stack Overflow</a> to answer questions about <a href="https://github.com/tabulapdf/tabula">Tabula</a>, a PDF scraper which I created in 2013 and continue to maintain. I got my master's degree at the <a href="https://media.mit.edu" target="_blank" rel="noopener">MIT Media Laboratory</a>. If you're still curious about me, take a look at my <a href="https://www.linkedin.com/in/maristaran/" target="_blank" rel="noopener" class="u-url">LinkedIn profile</a>. If you need to contact me, email me at <a href="mailto:[email protected]" class="u-email"><b>[email protected]</b></a>.
</p>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-68057-5','auto');
ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>