-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
33 lines (27 loc) · 1.05 KB
/
about.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
---
layout: layout
title: "About João Matos Silva"
---
<section class="content about">
<div class="clearfix">
<img src="https://secure.gravatar.com/avatar/7692b9b9e3a77aa669c8592e7bf495be" alt="Kappy"
class="noclip" style="margin-bottom: 15px; float: left;" />
<h1 class="big thin" style="float: left; margin-left: 20px; margin-top: 42px">João Matos Silva (aka Kappy)</h1>
</div>
<p>
Hi. My name is João Matos Silva and I live in Portugal. For those who can't remember their geography classes, it's the most ocidental
country on continental Europe. <a href="http://en.wikipedia.org/wiki/Cabo_da_roca">Really!</a>
It's great country to get a really nice tan.
</p>
<p>
Not for me unffortunatly, since technology is my passion, and this is my space about it, and more...
</p>
<p> </p>
<p>
If you're interested on my professional career, check out my
<a href="http://www.linkedin.com/pub/jo%C3%A3o-matos-silva/b/119/43">
Linkedin Profile
</a>.
</p>
{% include repositories.html %}
</section>