-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 2.64 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 http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Hi!, I'm Cesar</title>
<script type="text/javascript" src="javascripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="javascripts/main.js"></script>
<script type="text/javascript" src="javascripts/plugins/jquery.tipsy-min.js"></script>
<link rel="stylesheet" href="stylesheets/styles.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="stylesheets/plugins/tipsy.css" type="text/css" media="screen, projection" />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Exo:400,800,200' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="bio">
<div class="block"></div>
<div class="content">
<h1>César Gutiérrez Bartra</h1>
<h2>Passionate Internet Entrepreneur</h2>
<div class="description">I'm a web and business developer that like to enjoy making new projects that add value and really solution problems. I like the perfection and the disorder in the order.</div>
<div class="social_networks">
<a href="http://twitter.com/utiq" target="_blank" ><img class="social-icon" src="images/icons/twitter.png" title="Follow me on Twitter" /></a>
<a href="http://www.facebook.com/cesar.gutierrezbartra" target="_blank"><img class="social-icon" src="images/icons/facebook.png" title="Be my friend on facebook" /></a>
<a href="http://pe.linkedin.com/in/cesargutierrez" target="_blank"><img class="social-icon" src="images/icons/linkedin.png" title="Look at my professional profile" /></a>
<a href="http://github.com/utiq" target="_blank"><img class="social-icon" src="images/icons/github.png" title="Check some of my code" /></a>
<a href="http://grooveshark.com/cesar.utiq" target="_blank"><img class="social-icon" src="images/icons/grooveshark.png" title="Do you like the same music than me?" /></a>
<a href="https://angel.co/cesar-gutierrez" target="_blank"><img class="social-icon" src="images/icons/angellist.png" title="See my startup profile" /></a>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35522039-1']);
_gaq.push(['_setDomainName', 'gutierrez.pe']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>