-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (55 loc) · 3.57 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Luciano Becerra">
<meta name="description" content="Senior Software Engineer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#EA6E39">
<title>Luciano Becerra | Senior Software Engineer</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/main.css">
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="line-top"></div>
<div class="container">
<header>
<img src="images/profile.jpg" alt="profile" id="rotate">
<div class="right">
<h1><span class="orange">Lu</span>ciano <span class="orange">B</span>e<span class="orange">c</span>erra</h1>
<h2>Senior Software Engineer</h2>
</div>
</header>
<div class="content">
<section class="about">
<h1># About</h1>
<p>Hi, I'm Luciano, Senior Software Engineer from Argentina. I'm currently based in <a href="https://www.google.com/maps/place/Buenos+Aires,+Argentina/@-34.2491563,-64.2084944,5.45z/data=!4m5!3m4!1s0x95bcca3b4ef90cbd:0xa0b3812e88e88e87!8m2!3d-34.6036844!4d-58.3815591" target="_blank">Buenos Aires</a>.</p>
<p>I work at <a href="https://www.ombulabs.com" target="_blank">OmbuLabs</a>, a remote software agency based in Philadelphia, US. I'm also coach and organizer at <a href="http://railsgirls.com" target="_blank">Rails Girls</a>, a recurring workshop to introduce women to programming.</p>
<p>Earlier in my career, I studied Computer science at <a href="http://www.unlam.edu.ar/" target="_blank">UNLaM</a> for a few years. Nowadays I continue my education by reading books, taking online courses, assisting to programming conferences and meetups.</p>
<p>I often write articles for the <a href="https://www.ombulabs.com/blog/authors/luciano" target="_blank">OmbuLabs Blog</a> and <a href="https://fastruby.io/blog/authors/luciano" target="_blank">FastRuby Blog</a>, and I collaborate on <a href="https://github.com/lubc" target="_blank">Open source</a> projects.
<p>Aside from programming, I also love traveling, photography, filmmaking, and practicing calisthenics.</p>
</section>
<section class="contact">
<h1># Contact</h1>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="https://twitter.com/lubc32" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/lubc/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/lubc" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</div>
</div>
</div>
</body>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76518126-1', 'auto');
ga('send', 'pageview');
</script>
</html>