-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 2.03 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Filipe Vernetti Giusti</title>
<meta name="description" content="Filipe Vernetti Giusti Homepage">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js'></script>
<script>
//<![CDATA[
window.html5 || document.write('<script src="/js/html5.js"><\/script>')
//]]>
</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div id='main' role='main'>
<img src="img/filipegiusti.jpg" class="picture"/>
<h1>Filipe Vernetti Giusti</h1>
<h2>Full-stack web developer with computer science background.</h2>
<ul id="profiles">
<li><a href="http://br.linkedin.com/in/filipegiusti">LinkedIn</a></li>
<li><a href="https://github.com/filipegiusti">GitHub</a></li>
<li><a href="http://stackoverflow.com/users/206534/filipe-giusti">Stack Overflow</a></li>
<li><a href="http://www.agiledh.com">Agile Development House</a></li>
</ul>
<ul id="projects">
<li><a href="http://listavip.filipegiusti.com">listavip.filipegiusti.com</a></li>
<li><a href="http://signalfy.com">Signalfy</a></li>
</ul>
</div>
<script>
var _gaq=[['_setAccount','UA-33979338-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>