-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·37 lines (33 loc) · 1.37 KB
/
about.html
File metadata and controls
executable file
·37 lines (33 loc) · 1.37 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
---
layout: default
title: About
group: navigation
icon: icon-user
---
<div class="row">
<span class="span8 offset2">
<p class="lead">
Hi, my name is Francisco. I'm currently working as a software developer at Smartmove doing software for football stadiums.
</p>
</span>
</div>
<br>
<br>
<div class="row">
<div class="span2 offset2">
<img class="img-polaroid" src="assets/images/me.jpeg" />
</div>
<div class="span6">
<p class="">
I studied Computer Engineering at ISEL (Instituto Superior de Engenharia de Lisboa) and I've been working in the wild for the past 4 years. Due to my academic and professional background I've developed a strong foundation in software development. I've mainly worked with Microsoft technologies and consider myself reasonably experienced in them. Nevertheless I'm not afraid to dabble with anything I'm not familiar with and I've developed some Java and C aplications in previous jobs.
</p>
<p>
<p>
On my free time I like to explore the ever increasing ecosystem of software development tools and technologies. I've been recently catching up with web development, experimenting more with javascript frameworks and apis.
</p>
<p>
Besides developing software I like to play and collect video games, watch a lot of movies and play board games with friends. An occasional drink in cool bars doesn't hurt either.
</p>
</div>
</div>
</div>