-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (27 loc) · 786 Bytes
/
about.html
File metadata and controls
34 lines (27 loc) · 786 Bytes
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
---
layout: default
title: Giovanni Zunino | About me
---
<div class="logo-container">
<img class="profile rounded" width="200" src="/images/gio.jpg">
</div>
<div class="mt c">
<svg width="300" height="30">
<image xlink:href="/svg/gioname.svg" width="300" height="30"/>
</svg>
</div>
<div id="home">
<div class="mt">
<h1>About me</h1>
<p>
My name is Giovanni Zunino and I'm a Front-End developer living in Cologne, Germany
</p>
<p>
I enjoy building or rebuilding/modernizing WebApplications, primarily on the "surface" or more formally "The presentation layer" of an
application
</p>
<p>
On my spare time I enjoy traveling, playing the piano, meeting friends, jogging and maybe some more coding :)
</p>
</div>
</div>