-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (16 loc) · 730 Bytes
/
index.html
File metadata and controls
19 lines (16 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: layout
---
<section id="about">
<div class="container">
<div class="avatar">
<img class="img-circle" src="{{ site.baseurl }}static/img/{{ site.avatar }}" style="height: 230px;" alt="Profile picture">
</div>
<h3>I'm <strong>{{ site.author }}</strong>, a Software Engineer.</h3>
<h3>I live in the interior of Rio de Janeiro, Brazil.</h3>
<h3>Currently working at <a href="http://magnetis.com.br/">Magnetis</a>.</h3>
<h3>Mostly interested in backend development with Ruby and Elixir.</h3>
<h3>Contact me at <a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a> or by <a href="mailto:{{ site.email }}">email</a>.</h3>
{% include social.html %}
</div>
</section>