-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
21 lines (20 loc) · 720 Bytes
/
about.html
File metadata and controls
21 lines (20 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Filippo Pacini
---
<article id="about">
<div class="text-center profile">
<img src="images/fpacini-profile-mountain.jpg" alt="In the Dolomites" />
</div>
<p class="txt-center smaller">In the Dolomites</p>
<h1>About Me</h1>
<p>I'm a web developer and co-owner at <a href="http://www.sgconsulting.it">S.G. Consulting</a>. </p>
<p>
I'm interested in programming languages, expecially functional programming, and web development.
</p>
<p>
At S.G. Consulting I work mainly in Python and Javascript with some PHP while
for my hobby projects in the last few years I've worked mainly in Erlang.
</p>
<p>Other hobbies: climbing and mountaineering.</p>
</article>