-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·20 lines (19 loc) · 1022 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: home
---
<section id="about">
<div class="container">
<div class="avatar">
<img class="img-circle" src="{{ site.baseurl }}static/img/{{ site.avatar }}" alt="Responsive image">
</div>
<h3>Olá eu sou <strong>{{ site.author }}</strong>, um Fullstack developer & Motivador.</h3>
<h3><strong>Servers:</strong>Nginx, Apache.</h3>
<h3><strong>Backend:</strong> PHP, NodeJS, Python, Ruby, Asp.net*.</h3>
<h3><strong>Frontend:</strong> ReactJS (JS+TS), VueJS, Angular (JS+TS).</h3>
<h3><strong>RAD & Analytics:</strong> Power BI, Alteryx.</h3>
<h3>Dê uma olhada em algum dos meus projectos <a href="{{ site.baseurl }}projectos.html"> projectos</a>.</h3>
<h3>Para mais veja o meu <a href="{{ site.baseurl }}vitae.html">Resume</a> académico & profissional.</h3>
<h3>Contacte me em <a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a> ou por <a href="mailto:{{ site.email }}">email</a>.</h3>
{% include social.html %}
</div>
</section>