-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.2 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
<html lang="en">
<head>
<title>Juan Delgado</title>
<link rel="alternate" type="application/rss+xml" title="Juan Delgado RSS feed"
href="https://blog.juandelgado.es/feed.xml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Juan Delgado's personal site.">
<style>
body {
font-size: 1.6em;
padding: 0px 10px 0px 10px;
}
p {
padding-left: 10px;
}
</style>
</head>
<body>
<h1>Juan Delgado</h1>
<p>I'm a developer.</p>
<p>I've worked at many places in the past: <a href="https://tado.com">tado</a>, <a
href="https://ustwo.com">ustwo</a>, even tried to build my own thing at <a
href="https://dersu.com">Dersu</a>. Head over to <a
href="https://www.linkedin.com/in/delgadojuan">Linkedin</a> for a comprehensive list.
<p>I write and talk about software and product development in <a href="https://blog.juandelgado.es/">my blog</a>.
</p>
<p>You can get hold of me on <a rel="me" href="https://hachyderm.io/@wadus">fedi</a> or email at
<em>jd</em> | <em>at</em> | <em> this domain</em>.
</p>
<p>But all this is just a cover up until I become a <a href="https://mixcloud.com/jdelgado/">world class minimal
DJ</a>.</p>
</body>
</html>