-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
78 lines (65 loc) · 3.22 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About / Guillermo Galan</title>
<link rel="favicon" href="assets/favicon.ico" />
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans">
<script src="https://use.fontawesome.com/9e23e8ae82.js"></script>
</head>
<body>
<div id="menu">
<span class="title">Guillermo Galán</span>
<ul>
<li><a href="/about">about</a></li>
<li><a href="/blog">blog</a></li>
<li><a href="/photography">photography</a></li>
</ul>
</div>
<div id="left"> </div>
<div id="content">
<img src="/assets/profile.jpeg" height="256">
<p>Hi!</p>
<p>
I'm a <a href="https://www.linkedin.com/in/guillermo-go/" target="_blank"> telecom-turned-biomedical-turned-software engineer</a>.
</p>
<p>
Message me: mail [at] guillego.com
</p>
<p>
<span>
Born and raised in Madrid, Spain, moved to Copenhagen a few years ago, where my favorite things are cycling through the city,
jumping into the sea, eating pastries and the long days of summer.
</span> </br> </br>
<span>
Professionally I'm on the look for the next thing that captures my imagination. I'm particularly attracted to distributed systems and have found a lot of joy
when working with Elixir and most recently in Go. I'm also genuinely curious about the electric grid and how to share/distribute electricity in a less centralized manner.
</span> </br> </br>
<span>
In the past couple of years I spent some time building a distributed IoT sports camera system and developing a computer vision virtual coach for racket sports at <a href="https://clutchapp.io" target="_blank">Clutch.</a> </br>
Previously spent a few years in the health-tech domain, augmenting radiology at <a href="https://radiobotics.com" target="_blank">Radiobotics.</a>
</span> </br> </br>
<span>
I like to <a href="https://instagram.com/iamsiesta/" target="_blank"> capture life with my camera</a>, take trips on my bike, rock climb and write.
</span>
<span>
I devour podcasts, books, wikipedia, blogs and any source of interesting information. Is there such thing as being too curious?.
</span>
</p>
<h3>Find me</h3>
<p class="notop"><a href="https://instagram.com/iamsiesta">iamsiesta</a> on Instagram; </br><a href="https://github.com/guillego">guillego</a> on GitHub;
</div>
<!-- <div class="bottom-icons">
<a href="https://www.linkedin.com/in/guillermo-go" target="_blank"><i class="fa fa-2x fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/guillego/" target="_blank"><i class="fa fa-2x fa-github" aria-hidden="true"></i></a>
<a href="https://instagram.com/iamsiesta/" target="_blank"><i class="fa fa-2x fa-instagram" aria-hidden="true"></i></a>
</div> -->
</div>
</body>
</html>