-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (56 loc) · 3.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Ignacio Bona</title>
<meta http-equiv="Content-Type" content="text/html" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Ignacio Bona software engineer developer" />
<meta name="description" content="Hi! my name is Ignacio Bona and I'm a software engineer." />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"><!-- Latest compiled and minified CSS -->
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css' />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-1 col-sm-4 col-sm-offset-1 col-xs-offset-3 col-xs-6">
<img src="img/ignaciobona.jpg" class="rounded-me"/>
</div>
<div class="col-md-6 col-sm-6">
<h1 class="title">Ignacio Bona</h1>
<hr />
<ul class="social row">
<li class="linkedin col-xs-2"><a target="_blank" href="http://es.linkedin.com/pub/ignacio-bona-piedrabuena/21/562/46"><i class="fa fa-linkedin"></i></a></li>
<li class="twitter col-xs-2"><a target="_blank" href="https://twitter.com/#!/igbopie"><i class="fa fa-twitter"></i></a></li>
<li class="facebook col-xs-2"><a target="_blank" href="https://www.facebook.com/ignaciobona"><i class="fa fa-facebook"></i></a></li>
<li class="skype col-xs-2"><a target="_blank" href="skype:igbopie?userinfo"><i class="fa fa-skype"></i></a></li>
<li class="github col-xs-2" ><a target="_blank" href="https://github.com/igbopie"><i class="fa fa-github"></i></a></li>
<li class="youtube col-xs-2" ><a target="_blank" href="http://www.youtube.com/user/igbopie"><i class="fa fa-youtube"></i></a></li>
</ul>
<hr />
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31894499-1']);
_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>