forked from rodrigofalco/gitpractice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiego.perlo.html
More file actions
14 lines (14 loc) · 782 Bytes
/
diego.perlo.html
File metadata and controls
14 lines (14 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Practica de git</title>
</head>
<body>
<h1>Diego Perlo</h1>
<p>Trabajo de Full Stack Dev y vivo en Bariloche</p>
<p>Nos mudamos con mi pareja desde Buenos Aires en 2016, dejando atrás el bondi, el subte, los cortes de luz en verano, entre otras cosas. ¡Oficina nunca más!</p>
<p>Trabajo en <a href="https://patagonian.it/">Patagonian Tech</a> (.Net C# para un proyecto que se llama Centriply) y en <a href="https://www.saasargentina.com/">SaaS Argentina</a> (En PHP / Laravel Software de gestión y facturación para comercios y pymes).</p>
<p>Toco sintes y bandejas en una banda pesadita, se llama Redrum y estamos intentando grabar el segundo álbum. </p>
</body>
</html>