-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
30 lines (26 loc) · 679 Bytes
/
cv.html
File metadata and controls
30 lines (26 loc) · 679 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
---
layout: default
title: Giovanni Zunino
---
<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="cv">
<div class="mt">
<h1>Curriculum Vitae</h1>
<h2>This site is still under construction...</h2>
<p>
As I'm smuggling this little personal project from my spare (not so abundant) free time, I'm still finishing the main foundation
for this site
</p>
</div>
</div>