-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<title>Eloy Castro's personal website</title>
</head>
<body>
<div id="background">
Last login: Sat Sep 06 16:18:22 on console<br />
macbook:~ eloy$ curl http://www.eloy.ch/
</div>
<div class="content">
<h1>Hi. My name is Eloy Castro.</h1>
<p>I was born in Spain in 1983 and moved to Switzerland in 1991. Nowadays I'm a daddy, a husband and an infrastructure architect at <a href="https://www.baloise.com/" target="_blank">Baloise Group</a>.</p>
<p>For more information or contact please visit my <a href="http://www.clusterstorm.ch/" target="_blank">Blog</a> or contact me through the linked social media websites below.</p>
<br />
<p class="icon">
<a href="https://www.twitter.com/eloy83" target="_blank"><img alt="Twitter" src="images/icons/twitter.svg"></a>
<a href="https://www.facebook.com/eloy.castro" target="_blank"><img alt="Facebook" src="images/icons/facebook.svg"></a>
<a href="https://www.linkedin.com/in/eloycastro" target="_blank"><img alt="LinkedIn" src="images/icons/linkedin.svg"></a>
<a href="https://github.com/eloy83" target="_blank"><img alt="GitHub" src="images/icons/github.svg"></a>
</p>
</div>
</body>
</html>