-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (38 loc) · 1.41 KB
/
index.html
File metadata and controls
50 lines (38 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96018115-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-96018115-3');
</script>
<meta charset="utf-8">
<title>Fede Laport</title>
<meta name="description" content="Fede Laport">
<meta name="author" content="Fede Laport">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Fede Laport</h1>
<h2>Structural & Software Engineer</h2>
<br>
<p>
Building web services and interfaces for industrialized construction factories on <a href="https://produuz.it" target="_blank">produuz.it</a>.
</p>
<p>
Designed systems for Bitcoin market makers and traders, energy traders, and BIM for AEC.
</p>
<p>
I'm on <a href="https://twitter.com/fedelaport" target="_blank">twitter</a>,
<a href="https://github.com/fedelaport" target="_blank">github</a>,
<a href="https://www.linkedin.com/in/federicolaport/" target="_blank">linkedin</a>.
</p>
</body>
</html>