-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 3.27 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 3.27 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>acadavid.me - Alejandro Cadavid</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="./css/main.css">
<link rel="shortcut icon" href="../images/fav-icon.ico" type="image/x-icon">
</head>
<body>
<div class="container clearfix">
<section class="main pull-left">
<div class="boxed main--container">
<h1>Hello! I'm <strong>Alejandro</strong></h1>
<p>
I'm a software developer (drummer & guitar player for fun) located in Amsterdam, The Netherlands. I currently have my own consultancy company <a href="https://www.alcaisa.com">Alcaisa.com</a>. Previously worked at <a href="https://www.github.com">GitHub</a> and <a href="https://www.coupa.com">Coupa.com</a>.</p>
</p>
<p>I'm a Software developer who believes in software as a tool to empower people through engaging and solid applications. My experience includes startups and big companies, from pure technical positions to others leading teams to improve their software development practices, consolidate their hiring processes or even enhancing their on-boarding methods.</p>
<p>I'm experienced in Ruby and Ruby in Rails, but I'm interested in technologies like Go, Erlang and Elixir. I believe that good teams are to be cultivated, so I'm happy to mentor junior developers and help them become well-rounded engineers.</p>
<p>Finally, you can take a look at my <a href="./resume.pdf">resume</a>.</p>
If you wanna chat, drop me an email to <a href="mailto:acadavid@gmail.com">acadavid@gmail.com</a>
</p>
<ul class="social-list">
<li><a href="http://www.github.com/acadavid" class="hide-text social-list--circle">github</a></li>
<li><a href="http://www.twitter.com/acadavid" class="hide-text social-list--circle twitter">Twitter</a></li>
<li><a href="http://co.linkedin.com/in/acadavid" class="hide-text social-list--circle linkedin">LinkedIn</a></li>
</ul>
</div>
</section>
<section class="side-section pull-right">
<div class="boxed side-section--container margin-90">
<h2 class="side-section--heading">Take a look at my past work</h2>
<ul class="side-section--list margin-reset">
<li><a href="https://www.wakoopa.com/">Wakoopa</a></li>
<li><a href="http://www.coupa.com/software/expense-management/">Coupa Expenses</a></li>
<li><a href="http://www.getappsdone.com/">Get apps Done</a></li>
<li><a href="https://www.syncpadapp.com/">Syncpad App</a></li>
</ul>
</div>
</section>
<section class="side-section pull-right">
<div class="boxed side-section--container">
<h2 class="side-section--heading">Personal Projects</h2>
<ul class="side-section--list margin-reset">
<li><a href="http://www.adoptamedellin.com/">Adopta Medellin</a></li>
<li><a href="http://www.rockersmusical.com/">Rockers Musical</a></li>
</ul>
</div>
</section>
</div>
</body>
</html>