-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 991 Bytes
/
index.html
File metadata and controls
36 lines (31 loc) · 991 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
35
36
---
layout: default
title: Giovanni Zunino | Home
---
<div class="logo-container">
<a href="/">
<svg id="logo" width="200" height="200">
<image xlink:href="/logo-original.svg" width="200" height="200"/>
</svg>
</a>
</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>Hello there!</h1>
<p>
My name is Giovanni Zunino and I'm a Front-End developer living in Cologne, Germany.
</p>
<p>
I'm currently employed at <a href="http://www.chefkoch.de" title="Chefkoch">Chefkoch.de</a>, Germany's biggest recipe/cooking platform as Senior Front-End Developer, working with a wide set of technologies like Symfony2 (php), Sass & Compass, AngularJS, etc.
</p>
<p>
I really enjoy building user intefaces with a great UX
(and if I'm feeling really inspired, design them as well)
</p>
</div>
</div>