-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 1.47 KB
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
<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>
Working at
<a href="https://www.verygood.ventures/">Very Good Ventures</a> but 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 the
full list.
</p>
<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>